-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (129 loc) · 6.08 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<meta name="apple-mobile-web-app-capable" content="yes">
<title>aConverter by Arsh</title>
<meta name="description" content="Namaste. I am Arsh Saxena, an Indian, a student, a coder, a vlogger, and a video editor. Welcome to my website!">
<meta name="author" content="Arsh Saxena">
<meta name="keywords" content="Arsh Saxena, arsh.saxena02, GitHub, Coding, Indian, Student">
<link rel="stylesheet" href="/other/first-page/style.css">
<link rel="stylesheet" href="/other/globals/global-fonts.css">
<link rel="stylesheet" href="/other/globals/global-navbar/global-navbar.css">
<link rel="stylesheet" href="/other/globals/global-footer/global-footer.css">
<link rel="stylesheet" href="/other/globals/global-scrollbar.css">
<link rel="stylesheet" href="/other/globals/global-top-button/global-top-button.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="theme-color" content="#1d1d1f">
<meta name="msapplication-navbutton-color" content="#1d1d1f">
<meta name="apple-mobile-web-app-status-bar-style" content="#1d1d1f">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"/>
<link rel="icon" href="/resources/first-page/icons/ac-logo.png">
<link rel="apple-touch-icon" href="/resources/first-page/icons/ac-logo-black.jpg">
<script>
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt";
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "96bjku4so0");
</script>
</head>
<body>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#nav").load("/other/globals/global-navbar/global-navbar.html");
$("#footer").load("/other/globals/global-footer/global-footer.html");
$("#top-button").load("/other/globals/global-top-button/global-top-button.html");
});
</script>
<div class="container">
<span id="top-button"></span>
<nav class="nav" id="nav">
</nav>
<noscript>Please enable JavaScript!</noscript>
<div class="main-head">
<div class="heading" style="display: none;" id="heading">
<h1>What you'd like to convert today?</h1>
</div>
<div class="category-container">
<a href="/convert/length/">
<div class="category" style="display: none;" id="length">
Length
</div>
</a>
<a href="/convert/mass/">
<div class="category" style="display: none;" id="mass">
Mass
</div>
</a>
<a href="/convert/temperature/">
<div class="category" style="display: none;" id="temperature">
Temperature
</div>
</a>
<a href="/convert/speed/">
<div class="category" style="display: none;" id="speed">
Speed
</div>
</a>
</div>
<div class="app-button-container">
<div class="button-div">
<div class="button-img-div">
<img src="/resources/app/aconverter-app-icon.jpg" alt="">
</div>
<div class="button-text-div">
<h1>aConverter by Arsh</h1>
<h2>Convert in multiple units.</h2>
<div class="checkout-button-div">
<button><b><a href="/pages/app/">CHECK OUT APP <i class="fa fa-angle-right"></i></a></b></button>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<!-- <div class="app-banner-mobile" id="app-banner-mobile">
<div class="app-banner-info">
<div class="app-banner-img-div">
<img src="/resources/app/aconverter-app-icon.jpg" alt="">
</div>
<div class="app-banner-text-div">
<h1>aConverter by Arsh</h1>
<h2>Convert in multiple units.</h2>
</div>
</div>
<div class="app-banner-checkout-button-div">
<a href="/pages/app/"><button><b>Check out <i class="fa fa-angle-right"></i></b></button></a>
<br>
<button onclick="document.getElementById('app-banner-mobile').style.display = 'none';">Not now</button>
</div>
</div> -->
<span class="footer-conatiner">
<footer>
<div class="footer" id="footer-part">
<div class="footnote">
After checking all the conversion values several times, we have delivered them to you, yet if there is some error in any value, then you can write to us, <a href="/pages/contact/">here</a>. We will correct it as soon as possible.
</div>
<div class="footer-text">
<img src="/resources/first-page/icons/aconverter-logo.png" alt="">
<span class="path">
<span class="page-name">by Arsh Home</span>
</span>
</div>
</div>
</footer>
<footer id="footer"></footer>
</span>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="/other/first-page/main.js"></script>
</body>
</html>