forked from lilbundaa/hacktoberi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (90 loc) · 4.92 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!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>fihryal faqiy</title>
</head>
<body style="margin:0 ; padding:0">
<section class="nav" style="position:fixed; width:100vw ; height: 20vh; background:#A1FFCE 15px; padding: 10px;box-shadow: 0px 0px 20px;border-radius: 10px;">
<div>
<h1 style="font-size: 40px; color: #76b852;">Dashboard</h1>
<a style="margin-right: 1%;text-decoration:none ; color: #76b852;" href="#home">home</a>
<a style="margin-right: 1%;text-decoration:none ; color: #76b852;" href="#about">about</a>
<a style="margin-right: 1%;text-decoration:none ; color: #76b852" href="#portofolio">portofolio</a>
<a style="margin-right: 1%;text-decoration:none ; color: #76b852" href="#contact">contact</a>
</div>
</section>
<section id="home" style="width: 100vw; height: 100vh ; background:#FAFFD1;display: flex;justify-content: center;align-items: center;">
<div>
<center><img src="faqiy.png" style="height:250px ;width:250px;" alt="apa"></center>
<center><p style="font-size: 30px ;"><b>Hi</b>,<i> fihryal faqiy</i></p></center>
<center><p style="font-size: 20px ;"><i>selamat datang di web pertama saya dengan hanya menggunakan HTML.</i></p></center>
<table>
<tr>
<th><a href="https://www.instagram.com/">ig</a></th>
</tr>
</table>
</div>
</section>
<section id="about" style="width: 100vw; height: 100vh ; background:#FAFFD1;display: flex;justify-content: center;align-items: center;">
<div>
<center><div><h1 style="font-size: 75px;"> ABOUT ME</h1></center>
<center><p style="font-size: 25px; margin-left: 10%; margin-right: 10%;">nama saya <i>fihryal faqiy</i> saya bersekolah di <u>IDN boarding school</u> kelas 10 <i>RPL</i> lahir pada 2006 juni 2006 di Depok dan tinggal di Cibinong,memiliki hobi <i>membaca</i> dan <i>bersepedah</i> dan baru-baru ini saya menyukai Voli dan basket.</p></center>
</div>
</div>
</section>
<section id="portofolio" style="width: 100vw; height: 100vh ; background:#FAFFD1;display: flex;justify-content: center;align-items: center;">
<table style="height: 50%;width: 75%;border: 2px solid;"border=1px;">
<tr>
<th> jenis Project</th>
<th> project yang telah di buat</th>
<th>photo</th>
</tr>
<tr>
<th rowspan="2"> android</th>
<th> Bitaqwa app</th>
<th rowspan="4">Tidak ada</th>
</tr>
<tr>
<th> kalkulator simple</th>
</tr>
<tr>
<th rowspan="2"> design</th>
<th> poster</th>
</tr>
<tr>
<th> 3D design</th>
</tr>
</table>
</section>
<section id="contact" style="width: 100vw; height: 50vh ; background:#ffffff;display: flex;justify-content: center;align-items: center;">
<div style="width: 50vw; margin: 50px;">
<form action="#" method="post">
<fieldset style="margin-top: 50px; margin-left: 50px;">
<legend style="background-color:#76b852 ;border-radius: 20%;">Send Me</legend>
<label>name </label>
<input type="text" style="width: 100%;">
<label>email </label>
<input type="email" style="width: 100%;">
<label>message</label>
<input type="text" style="width: 100%; height: 100px;">
<input style="margin-top:10px;" type="submit" value="Send">
</fieldset>
</form>
</div>
<div style="width: 50vw; margin: 50px;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d991.1186678569243!2d106.84528107288449!3d-6.4613876857258905!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69ebd76913e3f7%3A0x4a153c693de588eb!2sPerumahan%20Bukit%20Asri%20Baru!5e0!3m2!1sid!2sid!4v1660287440556!5m2!1sid!2sid" width="400" height="300" style="border:0; border-radius: 5%;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade "
width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section style="width: 100vw; height: 5vh; background-color:cornsilk;">
<center>
<p style="padding-top: 10px;"><i>FihryalFaqiy</i>© || 2022</p>
</center>
</section>
</body>
</html>