-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (77 loc) · 3.33 KB
/
index.html
File metadata and controls
81 lines (77 loc) · 3.33 KB
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
73
74
75
76
77
78
79
80
81
<html>
<head>
<meta charset="utf-8" />
<title>Haniel Mikhaiel</title>
<link rel="icon" type="image/x-icon" href="./Logo.jpg">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<script src="./hamburger.js"></script>
<header class="moon" id="nav">
<img src="./Logo.png" style="height: 50px">
<a class="ListNav" href="./">Haniel Mikhaiel</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./Nouns">Nouns Project</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./Convince">Convince Project</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./SuperDogs">Super Dogs</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./Spot5Pro">Spot-5 Pro</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./Final">Sports Team</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./AhlySC">Ahly SC</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./JDM">JDM World</a>
<a class="ListNav">|</a>
<a class="ListNav" href="./Abibas">Abibas</a>
<a class="HamburgerNav" href="javascript:void(0);" onclick="ham()"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="35" height="35"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></svg></a>
<div id="HamburgerMenu" class="HamburgerMenu">
<a href="./">Haniel Mikhaiel</a>
<a href="./Nouns">Nouns Project</a>
<a href="./Convince">Convince Project</a>
<a href="./SuperDogs">Super Dogs</a>
<a href="./Spot5Pro">Spot-5 Pro</a>
<a href="./Final">Sports Team</a>
<a href="./AhlySC">Ahly SC</a>
<a href="./JDM">JDM World</a>
<a href="./Abibas">Abibas</a>
</div>
</header>
<body class="heebo">
<div style="width: 100vw; height: 100vh; white-space: nowrap; position: relative; top: -25px; overflow: hidden;">
<h1 class="center unselectable" style="font-size: 10vw; z-index: 1;">Hey, I'm Haniel</h1>
<div class="solar-system">
<div id="sun"></div>
<div class="orbit venus-orbit"></div>
<div class="venus-spin">
<div id="venus"></div>
</div>
</div>
</div>
<h1 style="font-weight: 400; padding-left: 10px;">My Best Projects</h1>
<div class="card-wrapper">
<a href="./Abibas/">
<div class="item">
<img src="./Abibas.png" width="100%">
</div>
</a>
<a href="./JDM/">
<div class="item">
<img src="./JDM.png" width="100%">
</div>
</a>
<a href="./Spot5Pro/">
<div class="item">
<img src="./Spot5Pro.png" width="100%">
</div>
</a>
<a href="./AhlySC/">
<div class="item">
<img src="./Ahly.PNG" width="100%">
</div>
</a>
</div>
<center><img src="./Artifact.png" style="width: 90vw;"></center>
</body>
</html>