-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
30 lines (29 loc) · 1.83 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-2ZfIi8i28ihExZl5U8O4a6QbhKE6yzQwLl9O5zJkYRV2fOTn4TK+DqA5PloJ1cU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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 rel="stylesheet" href="./Styles/about.css">
</head>
<body>
<!--Header -->
<header data-bs-theme="dark">
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<a href="./index.html" class="navbar-brand d-flex align-items-center text-white">Home</a>
</div>
</div>
</header>
<h1 style="text-align: center;"><strong>About</strong></h1>
<p id="info">Course name: SE/ComS319 Construction of User Interfaces, Spring 2024</p>
<p id="info">Date: March 9, 2024</p>
<p id="title">Webpage Authors:</p>
<p id="name">Aden Koziol - Email: <strong>[email protected]</strong>                                          Ryan Holden - Email: <strong>[email protected]</strong></p>
</body>
</html>