-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (110 loc) · 4.38 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!doctype html>
<html lang="en-US">
<html>
<head>
<meta charset="UTF-8">
<title>Lucas Sun's Personal Website</title>
<link rel="stylesheet" href="design.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<style class="bkimg">
body {
background-image: url('img_girl.jpg');
}
</style>
<div class="first">
<nav>
<h2 class=topheading>Menu</h2>
<ul>
<li><a href="#intro">Home</a></li>
<li><a href="#about">About me</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a class="git" href="https://github.com/punchdii">github</a>
</nav>
<div class="intro" id = "intro">
<h3>Hello! This is</h3>
<h2>Lucas Sun!</h2>
</div>
</div>
<section class="about" id = "about">
<img src="https://webstockreview.net/images/hamburger-clipart-vector-15.png">
<div class="about-text">
<h2 class="about-heading">About Me</h2>
<h5 class="about-heading">High School <span>Student</span></h5>
<p>Paragraphs are the building blocks of papers.
Many students define paragraphs in terms
of length: a paragraph is a group of at
least five sentences, a paragraph is half
a page long, etc. In reality, though, the
unity and coherence of ideas among sentences
is what constitutes a paragraph. A paragraph is
defined as “a group of sentences or a single sentences
</p>
</div>
<button class="about-button" type="button">Learn More about me</button>
</section>
<section class="skill" id = "skill">
<div class="skill-heading">
<h2>skills</h2>
</div>
<div class="skill-text">
<div class="block">
<span class="material-icons md-48">terminal</span>
<h5 class="skill-second-heading">
HTML
</h5>
<p>Paragraphs are the building blocks of papers.
Many students define paragraphs in terms
of length: a paragraph is a group of at
least five sentences, a paragraph is half</p>
<button class="skill-button" type="button">More Info</button>
</div>
<div class="block">
<span class="material-icons md-48">computer</span>
<h5 class="skill-second-heading">
Electrical Eng
</h5>
<p>Paragraphs are the building blocks of papers.
Many students define paragraphs in terms
of length: a paragraph is a group of at
least five sentences, a paragraph is half</p>
<button class="skill-button" type="button">More Info</button>
</div>
<div class="block">
<span class="material-icons md-48">bolt</span>
<h5 class="skill-second-heading">
Python
</h5>
<p>Paragraphs are the building blocks of papers.
Many students define paragraphs in terms
of length: a paragraph is a group of at
least five sentences, a paragraph is half</p>
<button class="skill-button" type="button">More Info</button>
</div>
</div>
</section>
<section class = "foot" id = "contact">
<p class="one">Lucas Sun</p>
<p class="two">contact me for more information</p>
<div class = "social">
<a href = "https://www.instagram.com/punchdii/" target="_blank" >Instagram</a>
<a href = "https://www.linkedin.com/in/qiche-sun-6a7421238/" target="_blank">Linkdin</a>
<a href = "#" target="_blank">Discord</a>
</div>
<p class = "three">By Lucas Sun</p>
</section>
</body>
</html>
<!--
<h5 class = >Lucas Sun</h5>
<div class = "social-block">
<p class = "social-element">Social Media</p>
<div class = "social-element"><a href = "#"><img src = "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/2048px-Instagram_icon.png"> </a></div>
<div class = "social-element"><a href = "#"><img src = "https://cdn-icons-png.flaticon.com/512/174/174857.png"> </a></div>
<div class = "social-element"><a href = "#"><img src = "https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6a49cf127bf92de1e2_icon_clyde_blurple_RGB.png"> </a></div>
</div>
-->