generated from Autumn-Coding/Devscript-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcredit.html
More file actions
52 lines (47 loc) · 1.44 KB
/
credit.html
File metadata and controls
52 lines (47 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>DevScript - About Us</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<h1 id="DevScript">DevScript</h1>
<nav>
<a href="/index.html">Home</a>
<a href="/about.html">About Us</a>
<a href="/faq.html">FAQ</a>
<a href="/contact.html">Contact</a>
<a href="/credit.html">Credit</a>
</nav>
</div>
<div class="page">
<div class="pageHeader"><h1>Credit</h1></div>
<div class="contentBoxSmall">
<div>
<div class="contentHeader"><h2>Developers</h2></div>
<div class="contentHolder">
<p>Kate Yoshida</p>
<p>Shoshana Lebo</p>
<p>Andrew Evanshyn</p>
<p>Airi (Aaron) Dou</p>
<p>Nic Del Valle</p>
</div>
</div>
<div>
<div class="contentHeader"><h2>Special Thanks</h2></div>
<div class="contentHolder">
<p>To our client, VIMY Analytics, and Suyesh Porwal</p>
<p>To our supervisor, Dr. Eldan Cohen</p>
</div>
</div>
</div>
<div id="footer"><p>Copyright ©2021, Kate Yoshida, </p></div>
</div>
</body>
</html>