-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (76 loc) · 3.25 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
<!DOCTYPE html>
<html>
<head>
<!-- <base href="https://cdn.jsdelivr.net/gh/crotel/[email protected]_beta/"> -->
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js').catch(function(error) {
console.error(error);
});
}
</script>
<link rel='manifest' href='manifest.json'>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<!-- <link rel="manifest" href="site.webmanifest">-->
<link rel="mask-icon" color="#595959" href="safari-pinned-tab.svg">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="crotel">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>CROTEL</title>
<link rel="preload" as="style" href='font.min.css' type='text/css'>
<link rel="stylesheet" href="font.min.css">
<link rel="preload" as="style" href="style.min.css" type='text/css'>
<link rel="stylesheet" href="style.min.css">
</head>
<body>
<section class="header fullscreen" id="header">
<div class="container">
<div>
<div class="white">
<h1 class="section-title align-center">
<span style="font-weight: normal;">
CROTEL</span>©</h1>
<p class="text align-center">
Nothing is impossible.</p>
</div>
</div>
</div>
<div class="arrow hidden-sm-down" id="readMoreBtn">
<svg t="1584066670690" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2012" width="50" height="50">
<path d="M768 384l-256 256-256-256z" fill="#181818" p-id="2013"></path>
</svg>
</div>
</section>
<section class="content body" id="content" style="display:none;">
<div class="container align-center">
<div class="container">
<h1>Project Timeline<br></h1>
<span class="des">( <span class="i"> i </span> : click to go if met this mark. )</span>
<div class="timeline">
<ul>
</ul>
</div>
</div>
</div>
</section>
<section once="footers" class="footers" id="footer" style="display:none;">
<div class="container">
<div class="media-container-row align-center white">
<div class="row row-copirayt">
<p class="text fonts-style white align-center display">
© Copyright 2020 Crotel - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<script src="main.min.js" await></script>
</body>
</html>