-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventDetailPage.html
More file actions
76 lines (73 loc) · 3.22 KB
/
eventDetailPage.html
File metadata and controls
76 lines (73 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="header-footer.css">
<link rel="stylesheet" href="eventDetailPage.css">
<title>Frawlsalla Event Detail</title>
</head>
<body>
<div class="header">
<ul class="nav">
<li class="nav-logo">
<a href="index.html"><img src="./Assets/Logo.png" alt=""></a>
</li>
<li class="nav-item">
<a id="playBtn" href="./registerPage.html">PLAY NOW</a>
</li>
<li class="nav-item">
<div class="menu-bar"></div>
<div class="menu-bar"></div>
<div class="menu-bar"></div>
<ul class="dropdown">
<li class="drop-items"><a href="./index.html">Home</a></li>
<li class="drop-items"><a href="./eventPage.html">Events</a></li>
<li class="drop-items"><a href="./characterPage.html">Character</a></li>
<li class="drop-items"><a href="./screenshotsPage.html">Screenshots</a></li>
</ul>
</li>
</ul>
</div>
<div class="content">
<div class="article">
<img src="Assets/event/Event3.png" id="image-1">
<h1>
FCX APPROACHES! EARN METADEV ASURI BY WATCHING ON UTUB THIS WEEKEND
</h1>
<p>
FCX begins this weekend with the World Championship Last Chance Qualifiers
for North America, Europe and South America. Throughout June there will
be four weekends total of World Championship tournaments. Each weekend will
have its own viewership rewards track and will feature a different METADEV
kin for you to add to your collection just by watching the action happen live.
This weekend features METADEV Asuri! Make sure you tune in to utub.tv/frawlsalla
this weekend on May 31st and June 1st.
</p>
<img src="Assets/event/Event3.1.jpg" id="image-2">
<p>
You can learn more about viewership rewards and how to earn them by visiting
frawlsalla.com/rewards. To learn more about future livestreams in your local timezone
visit frawlsalla.com/schedule. Follow the tournament brackets by visiting
smash.gg/frawlsalla. Make sure to catch all the action live at utub.tv/frawlsalla.
To catch the latest Frawlsalla news and content, be sure to follow us on Twitter and Instagram!
</p>
</div>
<h3>
<a href="eventPage.html">BACK</a>
</h3>
</div>
<div class="footer">
<p>Copyright by Frawlsalla, 2021</p>
<div id=right-footer>
<a href="https://twitter.com" target="_blank">
<img src="./Assets/twitter.png" alt="" id="twitter">
</a>
<a href="https://instagram.com" target="_blank">
<img src="./Assets/instagram.png" alt="" id="ig">
</a>
</div>
</div>
</body>
</html>