-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<header class="bio-header">
<h1><strong>Student Bio</strong></h1>
</header>
<div class="container">
<section class="name">
<h2><strong>Your Name</strong></h2>
<img src="https://draftin.com/images/52400?token=LUnMCVLjXimJAKVv7GSI-0zRRaBkkN0SPUYgk9GZwnkyxMNBrqHtXdp7QaHUheNKSs5VMnCP8mRuzfBtw9u5Jes" alt="place holder" />
</section>
<section>
<p class="about">Write a short paragraph or two about yourself, or use placeholder text from <a href="www.lipsum.com">www.lipsum.com</a></p>
</section>
<section class="contac-info">
<h2><strong>Contact Info</strong></h2>
<ul>
<li>
<strong>Email: </strong> <a href="mailto: someplace@gmail.com">someplace@gmail.com</a>
</li>
<li>
<strong>GitHub: </strong> <a href="https://github.com/moelak">https://github.com/moelak</a>
</li>
<li>
<strong>Portfolio: </strong> <a href="http://moelaknahour.com/">http://moelaknahour.com/</a>
</li>
</ul>
</section>
</div>
</body>
</html>