-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
87 lines (77 loc) · 3.64 KB
/
events.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Events | Team Haya Racing</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./timeline.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" crossorigin="anonymous">
</head>
<body>
<!-- partial:index.partial.html -->
<!-- NAV -->
<nav class="nav">
<div class="nav-menu nleft">
<a href="index.html" class="brand">PESUxHayaRacing</a>
</div>
<div class="bar"></div>
<div class="nav-menu nright">
<a href="index.html" class="nav-item">Home</a>
<a href="aboutus.html" class="nav-item">About us</a>
<a href="ach.html" class="nav-item">Achievements</a>
<a href="sponsors.html" class="nav-item">Sponsors</a>
<a href="events.html" class="nav-item"><span>Events</span></a>
<a href="domains.html" class="nav-item">Domains</a>
</div>
</nav>
<!-- CONTAINER -->
<div class="container">
<!-- LEFT SIDE BAR -->
<div class="left-side">
<h2>
<a href="https://www.facebook.com/teamhayaracing/" class="btn">
<i class="fab fa-facebook" target="_blank" aria-hidden="true"></i></a><br><br>
<a href="https://www.youtube.com/channel/UC9DMkRTbCaEDnw0bOJkiEnw" class="btn">
<i class="fab fa-youtube" target="_blank" aria-hidden="true"></i></a><br><br>
<a href="https://clubs.pes.edu/team-haya-racing" class="btn">
<i class="fa fa-globe" target="_blank" aria-hidden="true"></i></a><br><br>
<a href="https://www.instagram.com/hayaracing/" class="btn">
<i class="fab fa-instagram" target="_blank" aria-hidden="true"></i></a>
</h2>
</div>
<!-- MAIN CONTENT -->
<div class="content">
<div class="words">
<h1 class="title">Events</h1>
<div class="article">
<h2 class="subtitle">Formula Bharat </h2>
<p>Formula Bharat
is the Indian Chapter of Formula Student
draws participation of students en masse from universities all over the country.
involves competing with Formula-style race-cars in areas of engineering, design, dynamics and business.
is held at Kari Motor Speedway, Coimbatore in the month of January.
</p>
</div>
<div class="article">
<h2 class="subtitle">SUPRA</h2>
<p>SUPRA
is organized annually by SAEINDIA with the support of Maruti Suzuki.
provides a platform for students to design and construct a Formula-styled vehicle as per defined specifications.
is organised at the Buddh International Circuit, Greater Noida spanning 5 days during the month of July.
</p>
</div>
</div>
<div class="shapes">
<div class="positioner">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" id="x1"><path fill="#F1F1F1" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" id="x2"><path fill="none" stroke="#F1F1F1" stroke-width="1" stroke-linecap="butt" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" id="x3"><path fill="none" stroke="#F1F1F1" stroke-width="1" stroke-linecap="butt" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>
</div>
</div>
</div>
<div class="left-bar"></div>
</div>
<!-- partial -->
</body>
</html>