-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
executable file
·44 lines (44 loc) · 2.17 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<script src="./js/side.js"></script>
<title>Newtonian Quiz</title>
<link rel="stylesheet" href="./css/side.css">
<script
src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc="
crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!--- the side nav code... ~ prydt-->
<div id="side" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="https://prydt.github.io/NLoM">Home Page</a>
<a href="https://prydt.github.io/NLoM/about.html">About the Authors</a>
<a href="https://prydt.github.io/NLoM/faq.html">FAQ's</a>
<a href="https://prydt.github.io/NLoM/contact.html#">Contact the Founders</a>
</div>
<button onclick="openNav()" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent">
More Info
</button>
<div id="content">
<h1 id="title" class="centered">FAQ!</h1>
<h3>Why is my grade so strange?</h3>
<p>Ben: Because Pranoy goofed up the questions. There was suppose to be 10 with 2 bonus but Pranoy thought there was 12 questions.<br>Pranoy: In my defense, I did make the entire website in basically ~6 hours...</p>
<img src="./imgs/fancy.png" width="70%" height="70%"></img>
<h3>What do the last two questions have with Newton's Three Laws of Motion?</h3>
<p>See answer above...</p>
<h3>Why are the stick figures so amazingly drawn?</h3>
<p>Ben: This is because Ben drew them with all his heart and soul.<br>Pranoy: uh huh...</p>
<h3>What if I don't like the pictures</h3>
<p>Ben: Then keep your feelings to yourself or you will hurt my feelings... :(</p>
<h3>What's FLoM and TLoM?</h3>
<p>No one in particular: It's the abbreviated versions of First Law of Motion and Third Law of Motion.</p>
</div>
</body>
</html>