-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathv1.html
70 lines (52 loc) · 2.11 KB
/
v1.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UMD Schedule Importer</title>
<meta name="description" content="UMD Schedule Importer">
<meta name="author" content="Timothy Chen">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="UMD Google Calendar Schedule Importer" />
<meta property="og:description" content="Imports your UMD class schedule directly from Testudo into a new Google Calendar!" />
<meta property="og:url" content="http://schedule-importer.umd.edu/" />
<meta property="og:image" content="https://github.com/timothychen01/umd-google-cal-schedule-importer/blob/master/promo_images/small_tile_promo.jpg" />
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="landing_page/styles-v1.css">
</head>
<body>
<div class="site-body">
<div id="triangle"></div>
<div class="container">
<div id="nav-container">
<div id="nav">
<div class="link">
<a href="http://timothychen.me/#contact" target="#">Contact</a>
</div>
<div class="link">
<a href="https://timothychen.me/#portfolio" target="#">More Cool Projects</a>
</div>
</div>
</div>
<div id="text-container">
<div id="text-content">
<img id="umd-logo" src="landing_page/umd_white_text_logo.png" alt="University of Maryland logo">
<h1>Google Calendar<br/>Schedule Importer</h1>
<p>Imports your UMD class schedule directly from Testudo into a new Google Calendar!</p>
<a href="http://gcal-importer.timothychen.me/">
<img id="chrome-store-btn" src="./available-in-chrome-web-store-button.png" alt="Available in the Chrome Web Store">
</a>
</div>
</div>
<div id="demo-screen">
<img id="computer" src="landing_page/laptop_glare.png" />
<img id="screengrab" src="landing_page/demo.gif" />
</div>
</div>
</div>
</body>
<script>
document.ontouchmove = function (e) {
e.preventDefault();
}
</script>
</html>