-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredit.html
More file actions
56 lines (50 loc) · 1.87 KB
/
credit.html
File metadata and controls
56 lines (50 loc) · 1.87 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
<!DOCTYPE HTML>
<html>
<head>
<title>Joshua Li science fair - Credits</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><strong>Made</strong> by Joshua Li</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="generic.html">Introduction</a>
<a href="variable.html">Variable</a>
<a href="procedure.html">Procedure</a>
<a href="result.html">Conclusion</a>
<a href="credit.html"id="currnt">Acknowledgements </a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Credits</h2>
<p>Joshua Li </p>
<h4><strong>Acknowledgements</strong></h4>
<p>I would like to thank Mrs.Martinez for helping me with this project, I would also like to thank my parents for buying resources that allowed me to</br> do this project. I would also like to thank Daniel Shiffman for making the videos containing relevant information that help me with this project.
</p>
<h4><strong>Work Cited</strong></h4>
<p>"Genesis 1 NIV." Bible Gateway. Web. 04 Mar. 2021.
</p>
</header>
</div>
<footer style="text-align: center;">
<a href="result.html" class="button" id="bk">Back</a>
<a href="index.html" class="button" id="nt">Home</a>
</footer>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>