-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="personal portofolio">
<meta name="author" content="0xviel">
<meta property="og:site_name" content="0xviel" />
<meta property="og:site" content="https://0xviel.is-a.dev" />
<meta property="og:title" content="0xviel"/>
<meta property="og:description" content="personal portofolio" />
<meta property="og:image" content="assets/images/meta_banner.jpg" />
<meta property="og:type" content="portofolio" />
<title>0xviel</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,600,700,700i&subset=latin-ext" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/styles.css" rel="stylesheet">
<link rel="icon" href="assets/images/favicon.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<section class="intro">
<div class="inner">
<div class="content">
<section class="animate__animated animate__bounceInUp animate__delay-0s">
<h1>0XVIEL</h1>
</section>
<section class="animate__animated animate__bounceInUp animate__delay-1s">
<a class="btn" href="https://www.instagram.com/0xviel/">Instagram</a>
</section>
</div>
</div>
</section>
<script src="assets/js/scripts.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/jquery.easing.js"></script>
</body>
</html>