-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
39 lines (37 loc) · 1.05 KB
/
example.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<header>
<link rel = "stylesheet" href = "styles.css">
</header>
</head>
<body>
<!-- Title Section -->
<div class = "title">
<h1>Andy Zheng</h1>
<p>Chupapi Munyanyo</p>
</div>
<!-- Skills Section -->
<div class = "infoSection">
<h2>Skills</h2>
<ul>
<li>Python</li>
<li>Java</li>
<li>C/C++</li>
<li>VScode</li>
<li>Eclipse</li>
</ul>
</div>
<!-- Education Section -->
<div class = "infoSection">
<h2>Education</h2>
<p>I attend Binghamton University</p>
<p>I am involved in HackBU</p>
<p>I am so cool!</p>
</div>
</body>
</html>