-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDashboard.html
More file actions
51 lines (43 loc) · 1.24 KB
/
Dashboard.html
File metadata and controls
51 lines (43 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>Project</title>
<link rel="stylesheet" type = "text/css" href="style.css"/>
</head>
<body>
<div class="left">
<li>
<A HREF ="Homepage.html"> Home</A>
</li>
</div>
<div class="right">
<li>
<A HREF ="Info.html"> View Profile</A>
<A HREF ="Homepage.html"> Log Out</A>
</li>
</div>
<br>
<br>
<h1 id="fancy" style="text-align: center"> Here are your current groups: </h1>
<!--<br/>-->
<div class = "container">
<form action="Class.html">
<div class = "box">
<button color = "white" class = "button_dash" style = "font-size: 1.5rem; font-family: 'Palatino',serif">CS 1331</button>
</div>
</form>
<form action="Class.html">
<div class = "box">
<button color = "white" class = "button_dash" style = "font-size: 1.5rem; font-family: 'Palatino',serif">MATH 3012</button>
</div>
</form>
<form action="Class.html">
<div class = "box">
<button color = "white" class = "button_dash" style = "font-size: 1.5rem; font-family: 'Palatino',serif">Baking Buds</button>
</div>
</form>
</div>
<form>
</form>
</body>
</html>