-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
71 lines (64 loc) · 2.86 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
<!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">
<title>Web-WPCODE</title>
<!-- Tailwind CSS -->
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="shortcut icon" href="https://cdn4.iconfinder.com/data/icons/iconsimple-logotypes/512/github-512.png" type="image/x-icon">
<link rel="stylesheet" href="./aset/css/style.css">
</head>
<body>
<!-- Content -->
<div class="md:container md:mx-auto mt-20 px-4">
<img src="./aset/img/logo-hacktoberfest.svg" alt="hacktober-logo" >
<div class="grid grid-cols-1 md:md\:grid-cols-5 ">
<div class="flex mt-10">
<div class="flex-initial ...">
<!-- PP CODE -->
<img src="./aset/img/dayat.webp" height="80px" width="80px" class="rounded-full" alt="dayat" >
</div>
<div class="flex-initial ...">
<!-- name -->
<p class="font-sans md:font-serif text-xl font-bold ml-5 mt-3 ">Dayat</p>
<!-- Desk -->
<p class="font-sans md:font-serif text-md ml-5 mt-1"> Mahasiswa, Coding,Pengangguran </p>
</div>
<!-- Sosmed Optional -->
<div class="ml-auto"></div>
<div class="flex-initial ... ">
<!-- Facebook URL -->
<a href="https://web.facebook.com/">
<img src="./aset/img/fb.svg" class="ml-5 mt-3 " height="40px" width="40px" alt="icon-facebook">
</a>
</div>
<div class="flex-initial ...">
<!-- Twitter URL -->
<a href="https://twitter.com/">
<img src="./aset/img/tw.svg" class="ml-5 mt-3" height="40px" width="40px" alt="icon-twitter">
</a>
</div>
<div class="flex-initial ...">
<!-- Instagram URL -->
<a href="https://www.instagram.com/dayaat___/">
<img src="./aset/img/ig.svg" class="ml-5 mt-3" height="40px" width="40px" alt="icon-instagram">
</a>
</div>
<!-- Youtuber URL -->
<a href="https://www.youtube.com/channel/UCtCEqyh342MswIXhsF_y76Q">
<div class="flex-initial ...">
<img src="./aset/img/yt.svg" class="ml-5 mt-3" height="40px" width="40px" alt="icon-youtube">
</a>
</div>
</div>
<!-- IMG WP -->
<img src="./aset/img/wp-1.webp" class="mt-5" alt="wp1" >
<img src="./aset/img/wp-2.webp" alt="wp2" >
<img src="./aset/img/wp-3.webp" alt="wp3" >
<img src="./aset/img/wp-4.webp" alt="wp4" >
<img src="./aset/img/wp-5.webp" alt="wp5" >
<div class="mt-20"></div>
</body>
</html>