-
Notifications
You must be signed in to change notification settings - Fork 1
/
skeleton-file.html
81 lines (69 loc) · 4.45 KB
/
skeleton-file.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--
AUTHOR: NUS School of Computing Freshman Orientation Week Organising Committee 2021
Contributor (Github Handles): jeremycte,
-->
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>NUS Computing Freshman Kit</title>
<link rel="canonical" href="https://nuscomputingfreshmenkit.surge.sh"/>
<meta name="keywords"
content="NUS, useful links, starter kit, Computing Freshman Kit, FOW, NUS FOW, Freshman Camp, NUS Freshman Camp, NUS Orientation Camp, NUS Computing Orientation Camp 2021, 2021, Singapore, National university of singapore
freshman, freshies, camp details, camp information, NUS school of computing, SOC, School of computing" />
<meta name="description" content=" NUS Computing Starter Kit for freshman who are joining university for their very first time in August 2021.">
<meta name="author" content="Created by NUS Computing FOW Organising Committee">
<meta name="application-name" content="NUS School of Computing Freshman Kit">
<meta property="og:description" content="A NUS Computing Starter Kit for freshman who are joining university for their very first time in August 2021." />
<meta property="og:title" content="NUS School of Computing Freshman Kit">
<meta property="og:site_name" content="NUS School of Computing Freshman Kit">
<meta property="og:url" content="https://nuscomputingfreshmenkit.surge.sh/">
<meta property="og:type" content="website" />
<html prefix="og: http://ogp.me/ns#"></html>
<!-- Thumbnail 1900 * 930 -->
<meta property="og:image" content="http://res.cloudinary.com/jeremycte/image/upload/v1622719287/freshmankit-enterpage_d1vb3n.png">
<meta property="og:image:secure" content="https://res.cloudinary.com/jeremycte/image/upload/v1622719287/freshmankit-enterpage_d1vb3n.png" />
<meta property="og:image:height" content="1900" />
<!-- Thumbnail 1000 -->
<meta property="og:image" content="http://res.cloudinary.com/jeremycte/image/upload/w_auto:800:1000/v1622719287/freshmankit-enterpage_d1vb3n.png">
<meta property="og:image:secure" content="https://res.cloudinary.com/jeremycte/image/upload/w_auto:800:1100/v1622719287/freshmankit-enterpage_d1vb3n.png" />
<meta property="og:image:height" content="1000" />
<!-- Thumbnail 600 -->
<meta property="og:image" content="http://res.cloudinary.com/jeremycte/image/upload/w_auto:600:600/v1622719287/freshmankit-enterpage_d1vb3n.png">
<meta property="og:image:secure" content="https://res.cloudinary.com/jeremycte/image/upload/w_auto:500:600/v1622719287/freshmankit-enterpage_d1vb3n.png" />
<meta property="og:image:height" content="600" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="nuscomputingfreshmankit.surge.sh">
<meta property="twitter:url" content="https://nuscomputingfreshmenkit.surge.sh">
<meta name="twitter:title" content="NUS Computing Freshman Kit">
<meta name="twitter:description" content="A NUS Computing Starter Kit for freshman who are joining university for their very first time in August 2021.">
<meta name="twitter:image" content="http://res.cloudinary.com/jeremycte/image/upload/v1622719287/freshmankit-enterpage_d1vb3n.png">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top" class="ss-preload theme-static">
<!--You can always follow the useful-links.html for more
info of what to place inside the body :D
-->
<!--
ENSURE THIS CODE IS AT THE MOST BOTTOM OF THE BODY
Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>