-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (89 loc) · 3.15 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<title>Home Page</title>
</head>
<body>
<header>
<img src="" alt="">
<article>
<h1>Nadhif Al Rozin</h1>
<p>Welcome to my page</p>
</article>
</header>
<main>
<section id="about">
<h3>About</h3>
<article>
<img src="" alt="">
<a href="#">About me</a>
</article>
<article>
<img src="" alt="">
<a href="https://akademik.itb.ac.id/home" target="_blank">Pendidikan</a>
</article>
<article>
<img src="" alt="">
<a href="https://github.com/Narrr21" target="_blank">Github</a>
</article>
<article>
<img src="" alt="">
<a href="https://github.com/Narrr21/Tugas_ARC_2" target="_blank">My Project</a>
</article>
</section>
<section id="tugas">
<h3>Tugas</h3>
<article>
<img src="" alt="">
<a href="https://github.com/Narrr21/Tugas_ARC_1" target="_blank">Tugas ARC 1</a>
</article>
<article>
<img src="" alt="">
<a href="https://github.com/Narrr21/Tugas_ARC_2" target="_blank">Tugas ARC 2</a>
</article>
<article>
<img src="" alt="">
<a href="#">Tugas ARC 3</a>
</article>
<article>
<img src="" alt="">
<a href="#">Tugas ARC 4</a>
</article>
</section>
</main>
<footer>
<section id="social">
<div id="whatsapp">
<a href="https://www.facebook.com/nadhif.alrozin.5?mibextid=rS40aB7S9Ucbxw6v" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</div>
<div id="instagram">
<a href="https://www.instagram.com/nadhif_al_rozin?igsh=bnJ1ZGN6bnNlN2Rh" target="_blank"><i class="fa-brands fa-instagram"></i></a>
</div>
<div id="twitter">
<a href="https://x.com/NAlrozin65750?t=-WbEBJj4QOHD70jAIvM0fg&s=08" target="_blank"><i class="fa-brands fa-x"></i></a>
</div>
<div id="youtube">
<a href="https://www.youtube.com/@narrrrr6805" target="_blank"><i class="fa-brands fa-youtube"></i></a>
</div>
</section><br>
<section id="contact">
<div id="email">
<img src="" alt="">
<p>nadhifalrozin@gmail.com</p>
</div>
<div id="phone number">
<img src="" alt="">
<p>+62 823 3452 4614</p>
</div>
<div id="outlook">
<img src="" alt="">
<p>19623300@mahasiswa.itb.ac.id</p>
</div>
</section>
</footer>
</body>
</html>