-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (45 loc) · 1.89 KB
/
index.html
File metadata and controls
48 lines (45 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bintang Fadhli - Home</title>
<link rel="shortcut icon" href="https://bintangfadhlio.blogspot.com/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="script/style.css">
</head>
<body>
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<a href="index.html">
<img src="img/logo.png" height="50px" style="margin: 0px 30px">
</a>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a class="active" href="index.html">Home</a>
<a href="image.html">Image Manipulation</a>
<a href="animation.html">Animation Images</a>
<a href="audio.html">Audio</a>
<a href="video.html">Video</a>
<a href="360.html">Photo 360</a>
<a href="about.html">About Me</a>
</div>
</div>
<h1 style="font-size: 144px; color: white; text-align: center; text-shadow: 2px 2px 4px #000000;">
BINTANG FADHLI
</h1>
<p style="font-size: 24px; color: white; text-align: center; text-shadow: 2px 2px 4px #000000; margin-top: -120px">
Seorang mahasiswa IT di BINUS@Malang yang sedang membuat Website Manipulation
</p>
</body>
</html>