-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (90 loc) · 4.2 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
<!DOCTYPE html>
<html>
<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">
<meta property="og:url" content="https://dxtstd.github.io" />
<meta property="og:type" content="blog" />
<meta property="og:title" content="dxtstd website" />
<meta property="og:description" content="this website is used for me to learn HTML, CSS, and JS"/>
<meta property="og:image" content="https://dxtstd.github.io/assets/image/preview.jpeg" />
<link rel="icon" href="assets/image/icon.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href=".well-known/discord">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
<script src="assets/script/main.js"></script>
<script src="assets/script/title.js"></script>
<title></title>
</head>
<body>
<!-- Untuk bar navigasi -->
<nav class="navbar">
<div class="navbar-menu">
<a href="#home">Home</a>
<a href="#about">About</a>
<!-- <a href="#project">Project</a> -->
<a href="test.html#testing">Test</a>
</div>
</nav>
<!-- Bagian beranda -->
<section id="home">
<div class="inner-width">
<div class="content">
<h2>Hello!</h2>
<h1 id='textAnim'>I'm </h1>
<script src="assets/script/text.js"></script>
<div class="sm">
<a href="https://www.facebook.com/DentaCH" class="fab fa-facebook-f"></a>
<a href="https://wa.me/message/SFRTVGSPP323N1" class="fab fa-whatsapp"></a>
<a href="https://www.instagram.com/denta.ft/" class="fab fa-instagram"></a>
<a href="https://youtube.com/channel/UCl2KeydqMsCn6zLZsRX_I_w" class="fab fa-youtube"></a>
<a href="https://github.com/dxtstd" class="fab fa-github"></a>
</div>
</div>
</div>
</section>
<!-- Bagian tentang saya -->
<section id="about">
<div class="inner-width">
<strong> <h1 class="title">About me</h1> </strong>
<div class="about-content">
<div class="about-text">
<span>new Life()</span>
<p>Hello, I'm Denta Fahriansyah Triyono, you can call me Denta</p>
<p>I'm now 16yo and my birthday is on the 18th august</p>
<p>I'm from Indonesian, and now i'm studying at high schools</p>
<p>I'm currently learning to make a website, if there's an error, please correct it</p>
</div>
</div>
<br>
<p>this website is used for me to learn HTML, CSS, and JS</p>
<p>reference from <a href="https://xzqrnc.github.io">xzqrnc.github.io</a>
<!--
<audio loop preload="none" id="audio_1">
<source src="/assets/audio/1.mp3">
</audio>
-->
<script src="/assets/script/audio.js"></script>
</div>
</section>
<!-- Bagian Project -->
<!--
<section id="project">
<div class="inner-width">
<h1 class="title">My Project</h1>
<div>
<ul>
<li>
<p><a href="https://github.com/dxtstd/dxtstd-bot">dxtstd-bot</a>: building...</p>
</li>
</ul>
</div>
</div>
</section>
-->
<p hidden txt="./.well-known/discord"></p>
</body>
</html>