blob: 69d203f9db30ecc4d36cabe1e0cb7acef0fdd76e (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>CS 1300 - UI/UX 2022</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="./css/reset.css" />
<link rel="stylesheet" href="https://use.typekit.net/hta7xia.css" />
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<link rel="icon" href="./images/favicon.png" />
<meta name="theme-color" content="" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
</head>
<body>
<div id="nav">
<div><img src="./images/favicon.png" id="logo" /></div>
<hr />
<div id="business-hours">
<h3>Business Hours</h3>
<p>T/Th 1-2:20pm</p>
<p>CIT Room XXX</p>
<a href="https://discord.gg/XXXXXX">Zoom Link</a>
</div>
<hr />
<div id="nav-links">
<a class="button" href="#xxx">Weekly Specials</a>
<a class="link" href="#xxx">Course Schedule</a>
<a class="link" href="#xxx">Course Info</a>
<a class="link" href="#xxx">Kitchen Staff</a>
</div>
</div>
<div id="content"><p>Hello, world!</p></div>
</body>
</html>
|