-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomePage.html
More file actions
86 lines (76 loc) · 1.46 KB
/
Copy pathhomePage.html
File metadata and controls
86 lines (76 loc) · 1.46 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
<!doctype HTML>
<head>
<title>Home Page</title>
<style>
body {
text-align: center;
}
profile{
text-align: center;
align-items: right;
align-content: right;
}
community{
text-align: center;
align-items: left;
}
messages{
text-align: center;
}
events{
text-align: center;
align-items: center;
}
</style>
</head>
<body>
<h1>You & Who?!</h1>
<h2>12:34 PM</h2>
</body>
<community>
<a href="https://www.rit.edu/">
<h1>
COMMUNITY_NAME
</h1>
</a>
</community>
<profile>
<a href="accountSettings.html">
<h1>
ACCOUNT_NAME
</h1>
</a>
</profile>
<messages>
<a href="messager.html">
<h1>
Messages
</h1>
</a>
</messages>
<br>
<br>
<br>
<events>
<a href = "GrassEvent.html">
<img src="GrassLands.gif" width="500" height="250">
<h1>Frollic in the Grass [0/12]</h1>
<p1>GrassLover249 - 6:00 AM / 6:00 PM</p1>
<br>
<br>
</a>
<a href = "BrickEvent.html">
<img src="BrickMaze.gif" width="500" height="250">
<h1>Get Lost in a Big Maze [3/5]</h1>
<p1>HelpMe42 - 6:00 AM / 6:00 PM</p1>
<br>
<br>
</a>
<a href = "HaloEvent.html">
<img src="halo.gif" width="500" height="250">
<h1>Team Deathmatch [7/8]</h1>
<p1>RedSupreme - 12:00 AM / 11:59 PM</p1>
<br>
<br>
</a>
</events>