Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit eed8583

Browse files
valentinapericgeowa4
authored andcommitted
cleaned up index.html
1 parent b232bdb commit eed8583

File tree

1 file changed

+26
-66
lines changed

1 file changed

+26
-66
lines changed

index.html

Lines changed: 26 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,27 @@
22
<html lang="en-us">
33
<head>
44
<title>RocDev</title>
5+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link rel="stylesheet" href="/css/main.css">
9+
10+
<style>
11+
html body {
12+
font-family: Raleway, sans-serif;
13+
background-color: white;
14+
}
15+
16+
:root {
17+
--accent: red;
18+
--border-width: 5px ;
19+
}
20+
</style>
21+
22+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
23+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
524

6-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
7-
8-
9-
10-
11-
12-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
13-
14-
15-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
16-
17-
<style>
18-
html body {
19-
font-family: Raleway, sans-serif;
20-
background-color: white;
21-
}
22-
23-
:root {
24-
--accent: red;
25-
--border-width: 5px ;
26-
}
27-
</style>
28-
29-
30-
<link rel="stylesheet" href="/css/main.css">
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
42-
43-
44-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
45-
<meta name="generator" content="Hugo 0.25.1" />
25+
<meta name="generator" content="Hugo 0.25.1" />
4626
<meta charset="utf-8">
4727
<meta name="viewport" content="width=device-width, initial-scale=1">
4828
</head>
@@ -58,44 +38,24 @@
5838
</button>
5939
</div>
6040
<div class="collapse navbar-collapse">
61-
6241
<ul class="nav navbar-nav">
63-
6442
<li><a href="/">Home</a></li>
65-
6643
<li><a href="/code-of-conduct/">Code of Conduct</a></li>
67-
6844
</ul>
69-
70-
71-
7245
<ul class="nav navbar-nav navbar-right">
73-
7446
<li class="navbar-icon"><a href="https://five-eight-five-slack.herokuapp.com/"><i class="fa fa-slack"></i></a></li>
75-
7647
<li class="navbar-icon"><a href="https://www.meetup.com/meetup-group-BkuJclOW/"><i class="fa fa-meetup"></i></a></li>
77-
7848
<li class="navbar-icon"><a href="https://github.com/585-software/"><i class="fa fa-github"></i></a></li>
79-
8049
</ul>
81-
8250
</div>
8351
</div>
8452
</nav>
85-
86-
87-
<main>
88-
89-
<div class="intro">
90-
91-
<h1>RocDev</h1>
92-
93-
<h2>Promoting Software Development in the Greater Rochester Area</h2>
94-
95-
</div>
96-
97-
</main>
98-
53+
<main>
54+
<div class="intro">
55+
<h1>RocDev</h1>
56+
<h2>Promoting Software Development in the Greater Rochester Area</h2>
57+
</div>
58+
</main>
9959
<footer>
10060
<p class="copyright text-muted">&copy; All rights reserved.</p>
10161
</footer>

0 commit comments

Comments
 (0)