-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
50 lines (46 loc) · 1.56 KB
/
about-us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ZotHack Team6</title>
<meta name="description" content="ZotHack Stuff">
<meta name="author" content="SitePoint">
<link href="style.css" rel="stylesheet"/>
<link href="https://api.edamam.com/search"/>
</head>
<body>
<h1>No McDonald's, We Have Food At Home!</h1>
<div class="nav-bar">
<ul id="pg-buttons-list">
<li class="pg-button"><a href="index.html" class="pg-link">Home</a></li>
<li class="pg-button"><a href="https://www.reddit.com/r/shittyfoodporn/" class="pg-link" target="_blank">Inspiration :)</a></li>
<li class="pg-button"><a href="about-us.html" class="pg-link">About the Creators</a></li>
</ul>
</div>
<h2>About the Creators</h2>
<div class="person-box">
<h3>Julianna Cardenas</h3>
<p><b>Year: </b>3rd<br>
<b>Major: </b>Computer Science<br>
<b>Project Contributions: </b>Backend and API Connection</p>
</div>
<div class="person-box">
<h3>Caroline Guzylak</h3>
<p><b>Year: </b>1st<br>
<b>Major: </b>Undeclared (Will declare CS)<br>
<b>Project Contributions: </b>Worked on the project's front/backend and API connection</p>
</div>
<div class="person-box">
<h3>Caitlin Hruby</h3>
<p><b>Year: </b>3rd<br>
<b>Major: </b>Computer Science<br>
<b>Project Contributions: </b>HTML and Javascript</p>
</div>
<div class="person-box">
<h3>Olivia Ih</h3>
<p><b>Year: </b>1st<br>
<b>Major: </b>Computer science<br>
<b>Project Contributions: </b>Coded the project website using HTML and CSS</p>
</div>
</body>
</html>