forked from CS70/exam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 2.39 KB
/
index.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
<html>
<head>
<title>CS189 Exam</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script><style type="text/css"></style>
<link href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Raleway:300|Work+Sans:400,500" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<script src="js/script.js"></script>
</head>
<body>
<div class="slides-cont">
<section class="slide" id="slide1">
<div class="slide-text">
<h1>CS 189 Midterm</h1>
<p>The exam will begin promptly at 11:40 a.m.</p>
<ul>
<li>For restroom breaks, hand phone and exam to TA.</li>
<li>Once the exam is over, stay seated. We don't want to lose exams.</li>
<li><b>Look at all the problems before beginning.</b> There are many parts.</li>
<li>For any bubbles, <b>bubble in your answer</b>. Don't check or tick.</li>
<li>Some problem introductions are long. More text does not mean more difficulty though! It's for clarity.</li>
</ul>
<a href="#slide2" class="start-exam button">Start Exam</a>
</div>
</section>
<section class="slide" id="slide2">
<iframe class="clarifications" src="https://docs.google.com/document/d/1fRlESGicx3YRkIFaZf_wRTmnal1pPQviv-Uoj4spWSI/edit">
</iframe>
<div class="timer">
<div class="timer-text">
<p class="time"><span class="hours">00</span>:<span class="minutes">00</span></p>
<p class="announcement tiny"><a href="#slide3">Click me when time is up »</a></p>
</div>
</div>
</section>
<section class="slide" id="slide3">
<div class="slide-text">
<h1>Stay Seated</h1>
<p>We want to make sure that we receive all of your exams.</p>
<ul>
<li><b>If you stand, we risk losing your exam.</b></li>
<li>Please refrain from talking until we dismiss you.</li>
</ul>
</div>
</section>
</div>
</body>
</html>