-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 1.77 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
<!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>Resume Project</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="main-container">
<div class="name-container">
<div class="photo"> <img src="Faidat.jpg" alt=""></div>
<h1>
Faidat Bakare
</h1>
<h4>Neural Interface Designer</h4>
</div>
<div class="other-container">
<div class="about">
<h2> About</h2>
<p>Lorem ipsum sed dolor sit amet, magna adipiscing elit. Integer sagittis, orci non mattis, ante odio
bibendum lectus.</p>
</div>
<div class="work">
<h2>Recent work</h2>
<ul>
<li>Sed dolor amet dictum</li>
<li>Eleifend eu integer ac sapien</li>
<li> Rhoncus hendrerit odio consequat</li>
<li>psum interdum nunc ultrices</li>
</ul>
</div>
<div class="contact">
<h2>Contact</h2>
<div class="social">
<button> <a href="">Twitter</a> </button>
<button> <a href="">Facebook</a> </button>
<button> <a href="">Instagram</a> </button>
<button> <a href="">LinkedIn</a> </button>
<button> <a href="">Phone</a> </button>
<button> <a href="">Email</a> </button>
</div>
</div>
<div class="empty-container"></div>
</div>
</div>
</body>
</html>