-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.48 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>SDRC Profile</title>
<link rel="stylesheet" href="css/master.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&display=swap" rel="stylesheet">
</head>
<body>
<nav class="py-4 px-8">
<div class="flex flex-row">
<div class="font-extrabold text-2xl mr-auto">
<span>SDRC</span>
</div>
<ul class="flex my-auto font-light">
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Alvin</a> <!-- alvin.html -->
</li>
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Shaddam</a> <!-- shaddam.html -->
</li>
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Rifki</a> <!-- rifki.html -->
</li>
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Natasya</a> <!-- natasya.html -->
</li>
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Wulan</a> <!-- wulan.html -->
</li>
<li class="mr-6">
<a class="text-dark hover:text-gray-600" href="#">Septian</a> <!-- septian.html -->
</li>
<li class="">
<a class="text-dark hover:text-gray-600" href="#">Adam</a> <!-- adam.html -->
</li>
</ul>
</div>
</nav>
</body>
</html>