-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
128 lines (127 loc) · 7.1 KB
/
about.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Rocket league event</title>
</head>
<body>
<header>
<div id="social-media" class="py-1">
<a href="#"><img src="Assets/icons/facebook.svg" alt="facebook"></a>
<a href="#"><img src="Assets/icons/twitter.svg" alt="twitter"></a>
<a href="#">English</a>
<a href="https://salimer.github.io/Portfolio/">My Page</a>
<a href="#">Logout</a>
</div>
<nav class="navbar navbar-expand-md p-1 bg-light">
<div class="container-fluid bg-light">
<a class="navbar-brand" href="index.html"><img id="top-logo" src="Assets/images/Rocket_League_logo.png" alt="Rocket_League_logo"></a>
<button id="hamburger" class="navbar-toggler bg-light" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ps-3" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-lg-0">
<li class="desktop-hide">
<a href="index.html"><img id="mobile-menu-logo" src="Assets/images/Rocket_League_logo.png" alt="Rocket_League_logo"></a>
</li>
<li class="nav-item">
<a id="home" class="nav-link active" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#main-program">Program</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partner-about">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">News</a>
</li>
<li class="nav-item">
<a id="RLCS" class="nav-link" href="#">RLCS</a>
</li>
<li class="desktop-hide">
<a href="https://www.facebook.com/s.bamahfoodh"><img src="Assets/icons/facebook.svg" alt="facebook"></a>
</li>
<li class="desktop-hide">
<a href="#"><img src="Assets/icons/twitter.svg" alt="twitter"></a>
</li>
<li class="desktop-hide">
<a href="https://salimer.github.io/Portfolio/">My Page</a>
</li>
<li class="desktop-hide">
<a href="#">Logout</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<section id="about-bg" class="headline py-5 px-2 d-flex flex-column align-items-center justify-content-center text-center">
<div class="headline-text headline-text-about d-flex flex-column justify-content-center align-items-center py-3">
<h1 class="m-2">Rocket League<br>Championship Series<br><span>2023</span></h1>
<div class="underline mb-1"></div>
<p class="border border-3 p-3 py-3 my-4">
Rocket League is a vehicular soccer video game developed and published by Psyonix. The game was first released for PlayStation 4 and Windows in July 2015, with ports for Xbox One and Nintendo Switch being released later on.
</p>
<p id="contact" class="px-3 m-0">
Please contact us per Email for any further questions about Rocket League Championship Series 22-23!
</p>
<span id="location"><a href="#">support.rocketleague.com ⇢</a></span>
</div>
</section>
<section id="logo-story" class="logo-story d-flex flex-column align-items-center p-4 text-center">
<h3>Rocket League logo</h3>
<div class="underline mb-4"></div>
<p class="w-md-50">
The game developers have chosen a serious Rocket League logo to ensure that everything that happens on display is perceived as believable. It is as ordinary as possible: there is no racing drive or supernatural effects. Everything is simple and clear: the name is made in massive black letters.
</p>
<div class="logo-story-image-holder border border-3 my-5">
<img src="Assets/images/Rocket_League_logo.svg" alt="Rocket_League_logo" height="100px" width="300rem">
</div>
</section>
<section id="past-events" class="past-events border-top border-3 d-flex flex-column align-items-center p-4 text-center">
<h3>See the past RLCS events</h3>
<div class="underline"></div>
<h5 class="my-4">See the past two RLCS which took place in NewYork an USA</h5>
<div class="d-flex flex-column flex-md-row justify-content-md-center my-5">
<a class="event-holder text-light" href="#">
<div class="d-flex flex-column align-items-center">
<span>2022</span>
<span>RLCS 2022</span>
</div>
</a>
<a class="event-holder-2 text-light" href="#">
<div class="d-flex flex-column align-items-center">
<span>2020</span>
<span>RLCS 2020</span>
</div>
</a>
</div>
</section>
<section id="partner-about" class="partner d-flex flex-column align-items-center p-4 text-center">
<h3 class="text-light">Partner</h3>
<div class="underline mb-4"></div>
<div class="partner-imgs w-100 d-flex flex-wrap flex-column flex-md-row justify-content-around align-items-center">
<img id="f1" class="p-1" src="Assets/partners/F1-logo red.svg" alt="F1-logo">
<img id="redbull" class="p-1" src="Assets/partners/redbullenergydrink.svg" alt="RedBull logo">
<img id="ford" class="p-1" src="Assets/partners/Ford_logo_flat.svg" alt="Ford logo">
<img id="mclaren" class="p-1" src="Assets/partners/mclaren.svg" alt="Mclaren logo">
</div>
</section>
</main>
<footer id="footer-about" class="footer d-flex justify-content-around align-items-center">
<img src="Assets/images/Rocket_League_logo.png" alt="Rocket_League_logo">
<p class="m-0">2023 Rocket League.<br>Some Rights Reserved</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>