-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.39 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.39 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>slashrocket</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link href="/stylesheets/bootstrap.css" rel="stylesheet" type="text/css">
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css">
<link href="images/slashrocketicon.png" rel="icon" type="image">
</head>
<body>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12 col-md-offset-1">
<img class="img-responsive" src="/images/slashrocket.png" alt="Slashrocket logo" style="width: 75%; height: 75%">
</div>
</div>
<div class="row">
<div class="col-md-9 col-md-offset-3">
<h1 class="text-right">a developer community</h1>
<p class="text-right lead">slashrocket is a friendly, inclusive community<br>for developers of all skill levels and disciplines.</p>
</div>
</div>
</div>
</div>
<div class="section" id="section-discord">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>join our community</h1>
<p class="lead">slashrocket is a community of developers of all backgrounds. we enjoy discussing development and provide a friendly home on the web for developers. we adhere to a <a href="//slashrocket.io/CodeOfConduct">code of conduct</a> so everyone feels welcome.</p>
<p class="text-center lead">use the button below to join our community!</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<a href="https://discord.gg/bQcFv8B"><img src="/images/discord-purple.svg" class="img-responsive"></a>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100918251); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100918251ns.gif" /></p></noscript>
</html>