-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.82 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.82 KB
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
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93715674-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93715674-4');
</script>
<title>Your Final Grade</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#AC2B37">
<link rel="icon" sizes="192x192" href="https://static.jcharante.com/branding/fav.png">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body id="body">
<div class="full-height-110 center-text space-out-paragraphs-30px" style="background-color: rgba(172,43,55,0.76); color: #EEEEEE">
<div class="only-desktop">
<p style="font-size: 4em;"><b>Are you a student?</b></p>
</div>
<div class="only-mobile">
<p><b>Are you a student?</b></p>
</div>
<p style="">If so please try our tool</p>
<div class="only-desktop">
<p style="font-size: 3em;"><a style="color: #EEEEEE" href="https://jcharante.com/your-final-grade">Your Final Grade (你的最终成绩)</a></p>
</div>
<div class="only-mobile" style="flex-direction: column">
<p><a style="color: #EEEEEE" href="/app">Your Final Grade</a></p>
<p><a style="color: #EEEEEE" href="/app">(你的最终成绩)</a></p>
</div>
<p>It is the 🔥 ultimate 🔥 final 💪 grade 💯 calculator 🧮 for students🎉👩🎓</p>
<div class="only-desktop">
<p>Is it mobile friendly? Of course!</p>
</div>
<div class="only-mobile" style="flex-direction: column">
<p style="margin-bottom: 0;">Is it mobile friendly?</p>
<p>Of course!</p>
</div>
</div>
</body>