-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
46 lines (36 loc) · 1.51 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Hi, I'm ariafatah, a 17-year-old Front End Developer currently attending SMK Harapan Bangsa. Explore my portfolio to see my projects and connect with me on GitHub, LinkedIn, Instagram, and TikTok.">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<title>ariafatah - portofolio</title>
<!-- css -->
<link rel="stylesheet" href="./css/style.css">
<style>.section-2 {height: auto !important;}</style>
<!-- font awosome -->
<link href="./asset/icon/css/fontawesome.css" rel="stylesheet">
<link href="./asset/icon/css/solid.css" rel="stylesheet">
</head>
<body>
<header class="center">
<div class="profil">
<a href="#">My Blog</a>
</div>
</header>
<main>
<section id="project" class="section-2">
<a href="./index.html#about">
<h2>Back portofolio ◀</h2> <i class="fa-solid fa-arrow-right"></i>
</a>
<div class="center" style="height: calc(100vh - 250px);"><h1>coming soon</h1></div>
</section>
</main>
<!-- data -->
<script src="./script/data/blog.js"></script>
<!-- view -->
<script src="./script/view/main.js"></script>
<script src="./script/view/view-blog.js"></script>
</body>
</html>