-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (158 loc) · 6.29 KB
/
index.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en" data-bs-theme="auto">
<head>
<script src="../assets/js/color-modes.js"></script>
<link rel="stylesheet" href="./styles/cover.css">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta
name="author"
content="Mark Otto, Jacob Thornton, and Bootstrap contributors"
/>
<meta name="generator" content="Hugo 0.115.4" />
<link rel="stylesheet" href="./styles/style.css" />
<title>Gaming Library</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<link
rel="canonical"
href="https://getbootstrap.com/docs/5.3/examples/album/"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"
/>
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet" />
<style>
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.bi {
vertical-align: -0.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}
</style>
<link rel="stylesheet" href="./styles/gameCatalog.css">
</head>
<body>
<script src="./gameCatalog.js"></script>
<header data-bs-theme="dark">
<div class="collapse text-bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4>About</h4>
<p class="text-body-secondary">This is a project created by Logan Pfantz and Jesus Soto for Iowa State University class COMS 319 Fall 2023.</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4>Contact</h4>
<ul class="list-unstyled">
<li><a href="#" class="text-white">[email protected]</a></li>
<li><a href="#" class="text-white">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<a href="#" class="navbar-brand d-flex align-items-center">
<img
src="./images/controllerIcon.png"
alt="Controller Icon"
width="40px"
/>
<div class="header-style">
<strong><span style="color:yellow">Game</span><span style="color:red">Space</span></strong>
</div>
</a>
<a href="./home.html"><button type="button" class="btn btn-lg btn-close-white">Home</button></a>
<a href="./gameCatalog.html"><button type="button" class="btn btn-lg btn-close-white">Gaming Library</button></a>
<a href="./consolesCatalogue.html"><button type="button" class="btn btn-lg btn-close-white">Consoles Catalogue</button></a>
<a href="./index.html"><button type="button" class="btn btn-lg btn-close-white">About Us</button></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarHeader"
aria-controls="navbarHeader"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<main>
<h1 id="indexText">About Us:</h1>
<h2 id="indexText">Class:</h2>
<p id="indexText" class="lead">SE/ComS 319 Construction of User Interfaces</p>
<p id="indexText" class="lead">Fall 2023</p>
<h2 id="indexText">Developers:</h2>
<p id="indexText" class="lead">Logan Pfantz, Jesus Soto</p>
<h2 id="indexText">Email:</h2>
<p id="indexText" class="lead">[email protected], [email protected]</p>
<h2 id="indexText">Instructor:</h2>
<p id="indexText" class="lead">Abraham Aldaco, Ph.D.</p>
<h2 id="indexText">Date:</h2>
<p id="indexText" class="lead">September 22nd 2023</p>
</main>
<footer class="text-body-secondary py-5">
<div class="container">
<p class="float-end mb-1">
</p>
<p class="footer-text">This website was designed by Logan Pfantz and Jesus Soto</p>
<p class="footer-text">About us: We are current students of Iowa State University enrolled in the Software Engineering major. <a href="https://www.engineering.iastate.edu/undergraduate-majors-and-minors/software/?utm_medium=ppc&utm_source=google&utm_campaign=FY24%20Recruitment%20-%20Engineering&utm_content=Software%20Engineering&gclid=Cj0KCQjw9rSoBhCiARIsAFOipll2bDiP-kEB61yO7ZQLNaxUyH2mzYo5DscEHKU5Z_-J4zvMJIKZRJkaAsXGEALw_wcB">Join us at Iowa State!</a>.</p>
</div>
</footer>
</div>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>