-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (77 loc) · 2.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css" />
<title>Clear Liu</title>
<div class="header-column">
<h1 id="clear-liu">CLEAR LIU</h1>
</div>
<div class="header-column">
<nav id="navigation-bar">
<a href="./about-page/about-page.html">About</a>
<a href="./resumes-page/resumes-page.html">Resumes</a>
<a href="./work-experience-page/work-experience-page.html"
>Work Experience</a
>
<a href="./projects-page/projects-page.html">Projects</a>
<a href="./tutor-page/tutor-page.html">Tutor</a>
<a href="./test-page/test-HTML.html">Test</a>
<a href="./test-page/test-CSS.html">Test CSS</a>
</nav>
</div>
<div class="header-column">
<button class="home-page-button">Download Sheet Music</button>
</div>
</head>
<body>
<section id="section1">
<h2>Experience in ...</h2>
<p>Computer Coding</p>
<p>Customer Service</p>
<p>Educational Tutoring</p>
<p>Video Production</p>
<div>
<button class="home-page-button">Contact Me</button>
<p>View Resumes</p>
</div>
</section>
<section id="section2">
<div>
<h2>Accomplishment#1</h2>
<p>This is accomplishment 1 description</p>
</div>
<div>
<h2>Accomplishment#2</h2>
<p>This is accomplishment 2 description</p>
</div>
<div>
<h2>Accomplishment#3</h2>
<p>This is accomplishment 3 description</p>
</div>
</section>
<section id="section3">
<h3>My Skills</h3>
<h2>Why Me For Your Next Project?</h2>
<p6>my one sentence why you should hire me</p6>
<button class="home-page-button">Hire Me</button>
</section>
<section id="section4">
<h3>Projects</h3>
<h2>My Works Latest Projects</h2>
<p6>my one sentence of the intent of doing projects</p6>
<button class="home-page-button">Reveal All</button>
</section>
<section id="section5">
<h2>Live API</h2>
</section>
<section id="section6">
<h2>Contact</h2>
</section>
<script src="myscripts.js"></script>
</body>
<footer>
© Clear Liu 2024
</footer>
</html>