-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
53 lines (53 loc) · 2.8 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
50
51
52
53
<html>
<head>
<title>CS70 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>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<script src="config.js"></script>
<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 id="exam-title">CS70 Exam</h1>
<p>The exam will begin promptly at Berkeley Time.</p>
<ul>
<li><b>Please sit in every other seat.</b></li>
<li>If you need a restroom break, hand your phone and exam, and ID to a TA; only one student at a time.</li>
<li>Once the exam is over, stay seated. We must collect all exams before anyone stands, to ensure that no exam is lost.</li>
<li>Once the exam begins, we recommend leafing through every problem before beginning. Make sure to write your SID and Name at the top of each sheet. </li>
</ul>
<a href="#slide2" class="start-exam button">Start Exam</a>
</div>
</section>
<section class="slide" id="slide2">
<iframe id="clarifications" src="">
</iframe>
<div class="timer">
<div class="timer-text">
<p class="time"><span class="hours">02</span>:<span class="minutes">00</span>:<span class="seconds">00</span></p>
<p class="announcement"></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>Please refrain from talking until we dismiss you.</li>
<li>There are still students who must take the exam. Please do not discuss the exam until the grades are released.</li>
<!-- <img align="right" src="https://www.ocf.berkeley.edu/~chentang/IMG_1285.JPG" height=30%>
<img align="right" src="http://www.eecs70.org/static/images/vrettos.jpeg" height=30%>
<img align="right" src="https://www.ocf.berkeley.edu/~hongling/graduation_copy.jpg" height=30%> -->
</ul>
</div>
</section>
</div>
</body>
</html>