-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (36 loc) · 1.94 KB
/
index.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
<!DOCTYPE html>
<html>
<!-- HEAD -->
<head>
<meta charset="utf-8">
<title>Ladies Storm Hackathons</title>
<meta name="description" content="A community of technical women growing and storming hackathons together"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="lshstyle.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head>
<!-- BODY: Where you add in your content (HTML elements) -->
<body>
<div class="header">
<img class="shake" id="logo" src='./img/stormy-352-305.png' alt="stormy">
<h1>Ladies Storm Hackathons</h1>
<p>A community of technical women growing and storming hackathons together</p>
</div>
<div class="links">
<a href="https://medium.com/ladies-storm-hackathons" target="_blank" rel="noopener noreferrer">Blog</a>
<a href="https://github.com/Ladies-Storm-Hackathons" target="_blank" rel="noopener noreferrer">Resources</a>
<!-- Chat -->
<a href="https://www.facebook.com/groups/LadiesStormHackathons" target="_blank" rel="noopener noreferrer">Facebook Group</a>
<a href="https://lsh-slackin.herokuapp.com" target="_blank" rel="noopener noreferrer">Slack</a>
<a href="https://twitter.com/TheLSHStorm" target="_blank" rel="noopener noreferrer">Twitter</a>
</div>
<div class="footer">
</div>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Analytics -->
<script src="analytics.js"></script>
</body>
</html>