forked from teamcalendar/projectgitgrub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
44 lines (44 loc) · 2.47 KB
/
aboutus.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:500,500i,700,700i|Londrina+Solid:400,900" rel="stylesheet">
<title>Project GitGrub Working File</title>
</head>
<body id="about-body">
<div id="about-title-box">
<h1>About Us</h1>
</div>
<div id="bios">
<div>
<h2 class="dev-name" id="special">Zack Tahsuda</h2>
<div class="dev-box">
<img class="dev-picture" src="images/aboutus.tattooyouapp.jpg">
<div class="dev-bio">
<p class="para">Zack was born in Seattle Washington in the late 20th century. He has developed an interest in language, aviation, cars, philosophy, travel, and of course, hiking. He has enjoyed time in many countries, he has learned German, how to fly an airplane, and how to drive a car calmly in traffic. Zack is currently building an app for a cooking game.</p>
</div>
</div>
</div>
<div>
<h2 class="dev-name">Ryan Luras</h2>
<div class="dev-box">
<img class="dev-picture" src="images/ryan.jpg">
<div class="dev-bio">
<p class="para">Ryan was born in the San Francisco Bay Area has been living in Portland for the last decade (keep your transplant comments to yourself). He occupies his time by coding, writing and drawing. He spends too much time reading and dreaming about making video games yet rarely plays them. An armchair historian and carpenter, he's always down for a good heated debate or demolition day.</p>
</div>
</div>
</div>
</div>
<div class = "nav-container">
<a href="intro.html" class = "index-button">Start New Game</a>
<a href="gameapp.html" class = "index-button">Resume Game</a>
<a href="hiscores.html" class = "index-button">High Scores</a>
<a href="index.html" class = "index-button">Home</a>
</div>
<script src = "js/app.js"></script>
</body>
</html>