-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (54 loc) · 1.67 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
<!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>M Haidar Hanif | Chief of Magic in Impact Byte</title>
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="about/index.html">About</a>
<a href="blog/index.html">Blog</a>
<a href="project/index.html">Project</a>
</nav>
<header>
<h1>M Haidar Hanif</h1>
<h4>is watching...</h4>
</header>
<section>
<div>
<img src="images/avengers.jpg" alt="Avengers" />
</div>
<div>
<iframe
width="600"
height="333"
src="https://youtube.com/embed/TcMBFSGVi1c?controls=0"
>
</iframe>
<h2>Avengers: Endgame</h2>
<p>
Adrift in space with no food or water, Tony Stark sends a message to
Pepper Potts as his oxygen supply starts to dwindle. Meanwhile, the
remaining Avengers -- Thor, Black Widow, Captain America and Bruce
Banner -- must figure out a way to bring back their vanquished allies
for an epic showdown with Thanos -- the evil demigod who decimated the
planet and the universe.
</p>
</div>
</section>
<section>
<img src="images/social.png" alt="Social" />
</section>
<img src="images/monas.png" alt="Monas" />
<footer>
<h2>Copyright © 2019 M Haidar Hanif</h2>
<p>Built in Jakarta, Indonesia</p>
<p>
<a href="https://github.com/mhaidarh/mhaidarhanif.com">Source Code</a>
</p>
</footer>
</body>
</html>