-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaboutUs.html
More file actions
105 lines (96 loc) · 4.32 KB
/
aboutUs.html
File metadata and controls
105 lines (96 loc) · 4.32 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!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">
<title>Welcome to gamer.Ready</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- <script src="assets/Javascript/firebase.js"></script> -->
<link href="https://fonts.googleapis.com/css?family=Baumans|VT323&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- <script src="https://www.gstatic.com/firebasejs/7.8.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.8.0/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.8.0/firebase-analytics.js"></script> -->
<link rel="stylesheet" type="text/css" href="assets/Style/style.css">
<style>
img {
height: 300px;
width: 200px;
}
</style>
</head>
<body>
<div class="container">
<div class="jumbotron">
<header>
<h1>Welcome to gamer.Ready</h1>
<div class="login-menu">
<h3> <button><a HREF="register.html">Register</a></button></h3>
</div>
<div class="login-menu">
<h3><button><a HREF="logIn.html">Log In</a></button></h3>
</div>
</header>
</div>
</div>
<div class="container">
<main-nav>
<div class="spacing">
<button><a HREF="index.html">Home</a></button></div>
<div class="spacing">
<button><a href="gettingStarted.html">Get Started</a></button>
</div>
<div class="spacing">
<button><a HREF="myGames.html">Games</a></button></div>
<div class="spacing">
<button><a HREF="aboutUs.html">About Us</a></button></div>
<div class="spacing">
<button><a HREF="contact.html">Contact</a></button></div>
<div class="spacing">
<button id="videos"><a HREF="videos.html">Videos</a></button></div>
<div class="spacing"></div>
</main-nav>
</div>
<div class="container">
<nav class="navbar navbar-dark bg-dark">
<div class="welcome">
<p>About</p>
</div>
</nav>
</div>
<div class="container" class="bodyCard" id="gettingStartedCard">
<p>We are to gamer.Ready!, one of the first groups in this class to run and test gameAPIs for our University of
Denver Coding Bootcamp! We were formed January 18, 2020 and we are passionate about gaming! Each snippet has a bit
about each one of your group members below:</p>
<p>Hello, my name is Destiny Clarke, one of the back-end/scripting programmers and UI stylers of the application. I
love video games, and have a personal goal of becoming a game developer. My favorite types of games are
MMO/MMORPG. I think my favorite games would have to be any of the Legend of Zelda's or Final Fantasty's, but
absolute favorite videogame being Halo Reach. You can reach me at ynitsedekralc@gmail.com. Welcome to our
gamer.Ready application!</p>
<p>Jeff Ashear here! I worked on the concept, aesthetics, architecture and back-end of gamer.Ready. If I had to pick only one
game to play forever, it might be Minecraft. My favorites include the original Zelda, Shadowgate, Half Life, Final Fantasy
VII, Don't Starve, Warframe, Breath of the Wild, and Star Citizen. Reach me at kinesthesiac@gmail.com if you're so inclined. I
hope you enjoy our work here. Thanks for checking out gamer.Ready!</p>
<p>Braxton Thomas!</p>
<p>Hi, my name is Justin Tucker, the writer and one of the front-end developers of this project. My favorite game of
all time is Star Ocean: The Second Story! My gmail is justteach17@gmail.com Hope you enjoy our site!</p>
<br>
<h6><i>"The shift key is important!"</i>-company motto.</h6>
</div>
<script src="assets/Javascript/firebase.js"></script>
<script src="assets/Javascript/gettingStarted.js"></script>
</body>
<br>
<footer id="sticky-footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
gamer.Ready Copyright © 2020
</div>
</div>
</div>
</footer>
</html>