-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
31 lines (30 loc) Β· 1.31 KB
/
events.html
File metadata and controls
31 lines (30 loc) Β· 1.31 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Events</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css" >
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="event.css">
</head>
<body>
<header>
<h1>Technical Events</h1>
</header>
<section class="one">
<div class="wrap"><a class="btn btn-danger btn-lg" href="https://events.incampus.in/">Explore Events</a></div>
</section>
<section class="two">
<div class="wrap"><a class="btn btn-danger btn-lg btn-border" href="https://www.thecollegefever.com/college-technical-fests">Explore Events</a></div>
</section>
<section class="three">
<div class="wrap"><a class="btn btn-danger btn-lg btn-round" href="http://www.knowafest.com/college-fests/fest-type/Technical">Explore Events</a></div>
</section>
<section class="four">
<div class="wrap"><a class="btn btn-danger btn-lg btn-square" href="https://www.townscript.com/in/india/tech">Explore Events</a></div>
</section>
<section class="five">
<div class="wrap"><a class="btn btn-danger btn-lg btn-square" href="http://www.knowafest.com/college-fests/upcomingfests">Explore Events</a></div>
</section>
</body>
</html>