-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (59 loc) · 1.97 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<section id="hero-section">
<div id="background">
</div>
<div id="white">
<div id="nav">
<div class="logo">Dennis Mwangi</div>
<div class="items">
<span>Home</span>
<span>About</span>
<span>Projects</span>
<span class="resume">
<button type="button" class="btn-resume">Resume</button>
</span>
</div>
</div>
<div id="content">
<h1><span class="hello">Hello,</span> <br>
<span class="name">I am Dennis.</span>
</h1>
<p class="description">Web Developer</p>
<br>
<p class="details">Hello, I am a web developer with <br> ability
to turn ideas into <br> functional Front-end.</p>
<br>
<p>
<button type="button" class="button">
Hire me</button>
</p>
</div>
<div class="hat">
<img src="images/stylish-hat.png" alt="guy hat picture">
</div>
</div>
<div id="circle">
</div>
</section>
<main>
<div id="main-content">
<div>
<div style="width:50%;height:0px;position:relative;padding-bottom:100.000%;">
<iframe src="https://streamable.com/e/vjkjhp" frameborder="0" width="100%" height="100%"
allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;">
</iframe></div>
</div>
</div>
</main>
<script src="script/main.js"></script>
</body>
</html>