-
Notifications
You must be signed in to change notification settings - Fork 1
/
register.html
92 lines (80 loc) · 3.12 KB
/
register.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="SLAC2018,SLAC,Bangalore,stay late and code,Stay Late And Code,slac18,slac2018,slac,SLAC 2018,SLAC 18,SLAC18, Hackathon, Amrita, Amrita School of Engineering, College, Fest, College Fest, Tech Event">
<meta name="description" content="Stay Late And Code(SLAC) is a 24-hour hackathon organised by Forum for Aspiring Computer Engineers(FACE)">
<meta name="author" content="">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<title>Register for SLAC 2018 | Stay Late And Code</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/stylesheet.css" type="text/css" charset="utf-8" />
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.css" rel="stylesheet">
<meta name="theme-color" content="#002366">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
</head>
<body>
<style>
body {
background-color: #2C3E50;
color: white;
}
</style>
<div class="container">
<br><br>
<div class="row">
<div class="col-sm-2" style="padding-right: 0px;">
<br>
<img class="img-fluid" src="img/slac-white.png" width="100%" style="padding:0px">
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h1><span style="font-family: 'earth_orbiter_laser_italicIt';font-size:1.31em;">
Stay Late And Code</span></h1>
<br>
<p>24th & 25th March 2018</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<br>
<h5>Form a team of maximum 4 members.<br>Registration Fee: Rs 300</h5>
<br>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<p>Fill member 2, 3 and 4 details only if you have more than 1 member in the team</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<iframe src="https://in.explara.com/widget-new/slac-2018--stay-late-and-code" frameborder="4" style="width:95%;"
height="750"></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-12">
<p>If the above link is not working, you can go also register <a style="color:springgreen" target="_blank" href="https://in.explara.com/e/slac-2018--stay-late-and-code">here</a></p>
</div>
</div>
</div>
<div class=" footer copyright py-4 text-center text-white">
<div class="container">
<small>SLAC 2018 - Stay Late And Code</small>
</div>
</div>
</body>