-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (85 loc) · 4.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Ascaliko</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Blog">
<meta name="author" content="Ascaliko">
<meta name="homepage" content="ascaliko.com">
<meta name="theme-color" content="#3367D6"/>
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Manifest
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="manifest" href="./manifest.json">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/favicon.png">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="css/fonts.css" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" type="text/css" href="css/ascaliko.css">
<!-- jQuery Modal -->
<link rel="stylesheet" type="text/css" href="css/jquery.modal.min.css" />
</head>
<body>
<div class="row">
<div class="column" style="text-align: center; background: black; color: white;">STAY SAFE! COVID-19 UPDATE! <a href="https://www.worldometers.info/coronavirus/" target="_blank">CLICK ON</a></div>
</div>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Header -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 2%">
<h3 class="shadow">Ascaliko</h3>
<p>Developer • First Born • Five blidings</p>
</div>
</div>
<!-- Menu Part -->
<div class="row">
<div class="twelve columns">
<a class="menu" href="page/home/home.html">Home</a> |
<a class="menu" href="page/portfolio/portfolio.html">Portfolio</a> |
<a class="menu" href="page/blog/post.html">Blog</a> |
<a class="menu" href="page/about/about.html">About</a>
<!-- <a class="menu" href="page/youtube/youtube.html">Youtube</a> -->
</div>
</div>
<hr/>
<!-- body -->
<div class="content">
<br/>
</div>
<hr/>
<!-- footer -->
<div class="row">
<div class="column">
© 2020 <a class="footer" href="https://ascaliko.com">Ascaliko.com</a> Made with <font color="red">❤</font> & Powered by <a class="footer" href="http://getskeleton.com/" target="_blank" rel="noreferrer">Skeleton</a> & <a class="footer" href="https://jquery.com/" target="_blank" rel="noreferrer">jQuery</a>
</div>
</div>
</div>
<br/>
<div id="cookieConsent">
<div id="closeCookieConsent">x</div>
This website is using cookies. <a href="#" target="_blank">More info</a>. <a class="cookieConsentOK">That's Fine</a>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- jQuery Modal -->
<script src="js/jquery.modal.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>