-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-bak.html
61 lines (49 loc) · 1.74 KB
/
index-bak.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Random Hacks of Kindess</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" />
<!-- Squad theme CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Section: about -->
<section id="about" class="home-section text-center">
<div class="heading-about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="wow bounceInDown" data-wow-delay="0.4s">
<div class="section-heading">
<img src="img/rsz_logo.png" style="margin-bottom: 2em">
<hr class="marginbot-30">
<h3>Friday Jun 5 - Sunday Jun 7, Kivuto, 126 York Street, Ottawa</h3>
<p>We’re currently looking for organizations and participants for our 4th annual Hackathon. Find out more below!</p>
<i class="fa fa-2x fa-angle-down"></i>
<div class="col-container row">
<div class="col-2">
<a class="signup-button" href="organizations.html">Organizations</a>
</div>
<div class="col-2">
<a class="signup-button" href="participants.html">Partcipants</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: about -->
</body>
</html>