Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Commit 7f981d5

Browse filesBrowse files
committed
update to bootstrap 3.2.0
1 parent 73fae1e commit 7f981d5
Copy full SHA for 7f981d5

5 files changed

+25-27Lines changed: 25 additions & 27 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎_includes/_navbar.html‎

Copy file name to clipboardExpand all lines: _includes/_navbar.html
+11-10Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
2-
<div class="navbar navbar-inverse navbar-fixed-top">
1+
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
32
<div class="container">
4-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
5-
<span class="icon-bar"></span>
6-
<span class="icon-bar"></span>
7-
<span class="icon-bar"></span>
8-
</button>
9-
<a class="navbar-brand" href="/index.html"><img src="/images/c4dc-logo-white-30x58.png"/></a>
10-
<div class="nav-collapse collapse">
3+
<div class="navbar-header">
4+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
5+
<span class="icon-bar"></span>
6+
<span class="icon-bar"></span>
7+
<span class="icon-bar"></span>
8+
</button>
9+
<a class="navbar-brand" href="/index.html"><img src="/images/c4dc-logo-white-30x58.png"/></a>
10+
</div>
11+
<div class="navbar-collapse collapse">
1112
<ul class="nav navbar-nav" id="navbar-nav">
1213
<li><a href="/index.html">Get Involved</a></li>
1314
<li><a href="/projects.html">Projects</a></li>
1415
<li><a href="/press.html">Press</a></li>
1516
<li><a href="/blog/">Blog</a></li>
1617
<li><a href="https://github.com/codefordc/code-of-conduct/blob/master/CodeofConduct.md" target="_blank" >Code of Conduct</a>
17-
<li><a href="https://twitter.com/CodeforDC"><i class="fa fa-twitter">&nbsp;</i>@CodeforDC</a></li>
18+
<li><a href="https://twitter.com/CodeforDC">@CodeforDC</a></li>
1819
</ul>
1920
</div><!--/.nav-collapse -->
2021
</div>
Collapse file

‎_layouts/default.html‎

Copy file name to clipboardExpand all lines: _layouts/default.html
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
2525
<!-- Custom styles for this template -->
2626
<link href="/css/style.css" rel="stylesheet">
27+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
2728
</head>
2829

2930
<body>
Collapse file

‎bootstrap/css/bootstrap.min.css‎

Copy file name to clipboardExpand all lines: bootstrap/css/bootstrap.min.css
+4-8Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎bootstrap/js/bootstrap.min.js‎

Copy file name to clipboardExpand all lines: bootstrap/js/bootstrap.min.js
+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎projects.html‎

Copy file name to clipboardExpand all lines: projects.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h2><img class='img-rounded thumbnail hidden' height='50' width='50'><span class
4444
<p class="communityPartner hidden"><strong>Community Partner</strong><br/> <span></span></p>
4545
<p class="politicalEntity hidden"><strong>Relevant to</strong><br/> <span></span></p>
4646
<p class="contact">
47-
<a class='btn btn-default btn-sm email hidden' role='button' title="Email"><i class='fa fa-envelope fa-lg'></i></a>
48-
<a class='btn btn-default btn-sm twitter hidden' role='button' title="Tweet Us"><i class='fa fa-twitter fa-lg'></i></a>
47+
<a class='btn btn-info btn-sm email hidden' role='button' title="Email"><i class='fa fa-envelope fa-lg'></i></a>
48+
<a class='btn btn-info btn-sm twitter hidden' role='button' title="Tweet Us"><i class='fa fa-twitter fa-lg'></i></a>
4949
</p>
5050
<div class="categories"> </div>
5151
</div>
@@ -61,7 +61,7 @@ <h4><strong>Activity</strong></h4>
6161
</div>
6262
<div class="col-sm-3">
6363
<h4><strong>Get Involved</strong></h4>
64-
<p class="issues"><a class='btn btn-default' role='button'></a></p>
64+
<p class="issues"><a class='btn btn-info' role='button'></a></p>
6565
<div class="needs hidden">
6666
<strong>Needs</strong>
6767
<div> </div>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.