forked from sypherphoenix/mdva-melee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (71 loc) · 4.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MD/VA Melee</title>
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/style-blue.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div class="bg_stripes">
<div class="bg_grid">
<!--navbar-->
<div id="navbar">
<!--title and logo-->
<h1 class="title">MDVA Melee</h1>
<img src="favicon.ico" width=50 height=50>
<div style="flex-basis:50%;"></div>
<!--buttons-->
<a class="active" href="index.html">Home</a>
<a href="#">Blog?</a>
<a href="#">Rankings</a>
</div>
<div id="notification" style="display: none;">
<h1>TOURNAMENT HAPPENING RIGHT NOW ! ! !</h1>
</div>
<div class="page">
<div class="row">
<div class="contentbox" id="main">
<h1 class="events">Event Calendar</h1>
<div class="calendar">
<iframe src="https://calendar.google.com/calendar/u/0/embed?src=81fa864544a8208d0d7892cd5a645eba11112ce6a459fc57ce0c873bc31e9e91@group.calendar.google.com&ctz=America/New_York"
width="100%" height="100%">
</iframe>
</div>
</div>
<div class="contentbox" id="side">
<h1>News</h1>
<h2>new thing</h2>
<p>yay new thing</p>
<h2>new thing 2</h2>
<p>wow new thing 2</p>
</div>
</div>
</div>
<div class="footer">
<a href='https://www.start.gg/hub/md-va-melee/'>
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-0e16f8da81ced699cd668bf5d36c9a6c-optimized.png'
height='20em' alt='MDVA Melee start.gg Hub'>
</a>
<a href='https://discord.gg/dhSeNeB'>
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-0634fee523db7a90cde4c4e3969e7da2-optimized.png'
height='20em' alt='MDVA Melee Discord'>
</a>
<a href='https://twitter.com/mdvamelee'>
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-d956efaeb541b24f7fd140d20c6a3e76-optimized.png'
height='20em' alt='MDVA Melee Twitter'>
</a>
<a href='https://www.start.gg/hub/md-va-melee/schedule?sortBy=startAt%20ASC'>
<img src='https://images.start.gg/images/profileWidgetPageLayout/2202290/image-56b9cadcf543e2b9e98d5c4fa4cb6029-optimized.png'
height='20em' alt='MDVA Melee Calendar?'>
</a>
<a href='https://braacket.com/league/mdvafallwinter2023/'>
<img src='https://braacket.com/assets/images/game/ssbm/bg/main.jpg?v=1.1.86.1'
height='20em' alt='MDVA Melee Braacket 2023 Winter'>
</a>
</div>
</div>
</div>
</body>
</html>