-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
44 lines (33 loc) · 1.47 KB
/
landing.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ruby Argentina</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
</head>
<body id="top" data-spy="scroll" data-target="#main-nav" data-offset="80" style="background-color:#ad1d28 !important; background-image:none;">
<div id="container" style="width:500px; margin: 50px auto">
<div class="brand" href="#" style="font-size:80px; text-align:center; color:white; font-family: 'Lobster', cursive; font-weight: normal;">Ruby Argentina</div>
<br><br><br><br>
<!-- Footer
================================================== -->
<hr>
<footer id="footer">
<div class="links">
<a href="https://github.com/rubyargentina/raacsite/"><i class="icon-github"></i> GitHub</a>
</div>
<p>Ruby Argentina Asociación Civil - rubyconfar (en) gmail.com</p>
</footer>
</div><!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/raac.js"></script>
</body>
</html>