forked from andyzg/classprofile
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.html
52 lines (51 loc) · 3.09 KB
/
main.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
---
---
<html>
<head>
<title>University of Waterloo Software Engineering 2021 Class Profile</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Source+Code+Pro:400,600" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon/favicon-16x16.png">
<link rel="manifest" href="./img/favicon/site.webmanifest">
<link rel="mask-icon" href="./img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://sexxis.github.io/classprofile/img/meta.png">
<!-- Search Engine -->
<meta name="description" content="The University of Waterloo Software Engineering 2021 Class Profile is a report that showcases who SE students are, what they've done, and how university went for them.">
<!-- Schema.org for Google -->
<meta itemprop="name" content="University of Waterloo Software Engineering 2021 Class Profile">
<meta itemprop="description" content="The University of Waterloo Software Engineering 2021 Class Profile is a report that showcases who SE students are, what they've done, and how university went for them.">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="UW Software Engineering 2021 Class Profile">
<meta name="og:description" content="The University of Waterloo Software Engineering 2021 Class Profile is a report that showcases who SE students are, what they've done, and how university went for them.">
<meta name="og:type" content="website">
<meta property="og:url" content="https://sexxis.github.io/classprofile" />
<meta name="keywords" content="university of waterloo, uwaterloo,
software, engineering, class profile, salary, coop, school">
<script>
var host = "sexxis.github.io/classprofile";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<script src="https://use.fontawesome.com/5306418b4e.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5QQPN1K9C5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5QQPN1K9C5');
</script>
</head>
<a class="goto_toc" id="goto_toc" href="#toc">
<i class="fa fa-angle-double-up" aria-hidden="true"></i>
Sections
</a>
<body class="content">
{{ content }}
</body>
<script src="./build/bundle.min.js"></script>
</html>