Skip to content

Commit 4e103ce

Browse files
committed
add logo, favicon
1 parent a10e880 commit 4e103ce

446 files changed

Lines changed: 86673 additions & 1600 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3.21 KB
Loading

app/views/layouts/_header.html.erb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
<span class="icon-bar"></span>
99
<span class="icon-bar"></span>
1010
</button>
11-
<a class="navbar-brand" href="/"><code>&lt;Operation Code&gt;</code></a>
12-
</div>
13-
11+
<%= link_to image_tag('operationcode.png', width: 175),root_path, class: 'navbar-brand'%>
12+
</div>
1413
<div class="collapse navbar-collapse navbar-ex1-collapse">
1514
<ul class="nav navbar-nav navbar-right">
1615

1716
<li>
18-
<%= link_to news_path do %>NEWS & UPDATES<% end %>
17+
<%= link_to news_path do %>NEWS & UPDATES<% end %>
1918
</li>
2019

2120
<li>

app/views/layouts/application.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="description" content="Operation Code is focused on expanding the New GI Bill to cover code school tuition, room and board for Veterans.">
7-
<meta name="keywords" content="operation code, learn to code, keep coding, senate veterans, house veterans, gi bill, new gi bill">
7+
<meta name="keywords" content="operation code, veterans, software development, learn to code, keep coding, senate veterans, house veterans, gi bill, new gi bill">
88
<meta name="author" content="David Molina">
9-
<title>Operation Code</title>
9+
<title>OperationCode: Veterans Software Development, Scholarships, and Mentorship</title>
1010
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
1111
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
1212
<%= csrf_meta_tags %>
13-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
13+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
1414
<link href="carousel.css" rel="stylesheet">
1515
</head>
1616
<body>
@@ -24,7 +24,7 @@
2424

2525

2626
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
27-
<scri{pt src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
27+
<scri{pt src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
2828
<!---<script src="../../assets/js/docs.min.js"></script> JDavis: not sure why this is here.--->
2929
</body>
3030
</html>

bower_components/bootstrap/.bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap",
33
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4-
"version": "3.2.0",
4+
"version": "3.3.2",
55
"keywords": [
66
"css",
77
"js",
@@ -23,7 +23,7 @@
2323
"dist/fonts/glyphicons-halflings-regular.woff"
2424
],
2525
"ignore": [
26-
".*",
26+
"/.*",
2727
"_config.yml",
2828
"CNAME",
2929
"composer.json",
@@ -33,16 +33,16 @@
3333
"test-infra"
3434
],
3535
"dependencies": {
36-
"jquery": ">= 1.9.0"
36+
"jquery": ">= 1.9.1"
3737
},
38-
"_release": "3.2.0",
38+
"_release": "3.3.2",
3939
"_resolution": {
4040
"type": "version",
41-
"tag": "v3.2.0",
42-
"commit": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
41+
"tag": "v3.3.2",
42+
"commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
4343
},
4444
"_source": "git://github.com/twbs/bootstrap.git",
45-
"_target": "~3.2.0",
45+
"_target": "~3.3.2",
4646
"_originalSource": "bootstrap",
4747
"_direct": true
4848
}

0 commit comments

Comments
 (0)