-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
35 lines (30 loc) · 1.61 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
<!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">
<title>About Page</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<section class="aboutSection">
<span class="spider-img"><img src="spider.png" alt=""></span>
<span class="widow-img"><img src="widow.png" alt=""></span>
<span class="thor-img"><img src="thor.png" alt=""></span>
<div class="aboutContainer">
<div class="heading">
Hey there🤩, It’s GDSC RCOEM
</div>
<div class="aboutContent">
<p>
We’re back with a jaw dropping surprise🥳! <br> <br> Looking for mind blowing, fun Marvel based activities to ignite the coder flame in yourself? <br> <br>Introducing “<strong> Marvellous Treasure Hunt</strong>”! Here’s a quick “WHAT,
HOW & WHEN” of the event.<br><br> What?~ It’s a unique combination of riddles, crosswords, puzzles, social media tasks, coding activities and much more, specifically created and curated for all our coding and Marvel geeks.<br> <br>How?~
The hunt will be a virtual event, which involves group participation and the winning teams get a chance to bag Google goodies🎁🤩. <br><br>When?~ The event is OTW and registration details would be released soon! Stay tuned and contact
us if you have any queries.
</p>
</div>
</div>
</section>
</body>
</html>