-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (102 loc) · 5.01 KB
/
index.html
File metadata and controls
111 lines (102 loc) · 5.01 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
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
<!DOCTYPE HTML>
<!--
Fractal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CMULab by QuantumStack</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Quantico" rel="stylesheet">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133196682-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133196682-3');
</script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="content">
<h1 style="font-family:'Quantico';"><a href="#">CMULab</a></h1>
<p>Secure check-in and scoring. <br />Easy for instructors, easy for students.</p>
<ul class="actions">
<li><a href="https://github.com/QuantumStack/CMULab" class="button primary icon fa-github">GitHub</a></li>
<li><a href="#one" class="button icon fa-chevron-down scrolly">Learn More</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="images/screen.png" alt="" /></div></div>
</header>
<!-- One -->
<section id="one" class="wrapper style2 special">
<header class="major">
<h2>In computer science classes, labs <br />provide <strong>hands-on</strong> programming experience. <br />But for instructors and TAs, checking students <br />in and recording scores is cumbersome. <br />CMULab <strong>streamlines</strong> the process.</h2>
</header>
<ul class="icons major">
<li><span class="icon fa-flask"><span class="label">Lab</span></span></li>
<li><span class="icon fa-graduation-cap"><span class="label">Students</span></span></li>
<li><span class="icon fa-code"><span class="label">Code</span></span></li>
</ul>
</section>
<!-- Two -->
<section id="two" class="wrapper">
<div class="inner alt">
<section class="spotlight">
<div class="image"><img src="images/qr.png" alt="" /></div>
<div class="content">
<h3>Automatically-generated QR codes</h3>
<p>Students run a script on their computer that generates a QR code with their student ID. Instructors and TAs simply scan the code with their phone to fill in a <strong>mobile-ready</strong> scoring form.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/security.jpg" alt="" /></div>
<div class="content">
<h3>Secure Google authentication</h3>
<p>Instructors and TAs can sign into CMULab with their <strong>university-provided Google account</strong>. No need for annoying account setup or remembering a long passphrase. We keep your information <strong>confidential</strong>.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/data.jpg" alt="" /></div>
<div class="content">
<h3>Awesome admin options</h3>
<p>Designated course administrators have a wealth of resources available to them. Easily export scoring data as <strong>CSV</strong>, designate lab activities by date, and add/remove users.</p>
</div>
</section>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 special">
<header class="major">
<h2>Get started today!</h2>
<p>All you need is Node.js and Mongo. <br /><strong>CMULab</strong> is already in use for 15-122 at <br />Carnegie Mellon, and the course staff loves it.</p>
</header>
<ul class="actions special">
<li><a href="https://github.com/QuantumStack/CMULab" class="button primary icon fa-github">GitHub</a></li>
<li><a href="https://15122cmulab.quantumstack.xyz" class="button">See It In Action</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/QuantumStack" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a class="icon" href="https://quantumstack.xyz"><img src="images/quantumstack.png" style="height:1.5rem;"></a></li>
<li><a href="mailto:github@pillai.io" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p class="copyright">© QuantumStack 2019. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>