forked from OperationCode/operationcode_old_site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
137 lines (123 loc) · 3.61 KB
/
404.html
File metadata and controls
137 lines (123 loc) · 3.61 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<title>Operation Code (404)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
@import 'bootstrap';
html, body {
background:
url('')
repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 12px;
height: 100%
}
#photos {
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 5;
-webkit-column-gap: 0px;
-moz-column-count: 5;
-moz-column-gap: 0px;
column-count: 5;
column-gap: 0px;
}
#photos img {
/* Just in case there are inline attributes */
width: 100% !important;
height: auto !important;
}
.navbar-header .icon-bar {
background-color: #13a89e;
}
img {
background: no-repeat;
max-width: 100%;
}
.center {
text-align: center;
}
.navbar-brand {
font-weight: bold;
}
.navbar .navbar-header .navbar-brand {
position: relative;
bottom: 10px;
padding-top: 10px;
}
.content {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a:link {
color: #3498db;
}
/* visited link */
a:visited {
color: #3498db;
}
/* mouse over link */
a:hover {
color: #3498db;
}
</style>
</head>
<body>
<!This file lives in public/404.html -->
<div class="dialog">
<div id="overlay">
<h2 class="small-screen-h2">We're on a mission to expand the New GI Bill to cover
<a href="/codeschools">code schools</a> so that Veterans
can learn to code, build awesome products and get jobs in
the software industry.
</h2>
<h3 class="small_screen_h3">
Veteran-founded and led, Operation Code is focused on increasing the
number of U.S. military/ Veterans to careers in software development
and coding through scholarships and mentorship while putting a dent in
the nation's technical talent shortage.
</h3>
</div>
</div>
<div class="row scholar">
<div class="photo-text">
<h2 class="center">Scholarship Fellows</h2>
<p>A coding scholarship for a deserving Veteran to transition to a
software career would be life-changing in every imaginable way. Our
Veterans come from every branch of our military. Our capital campaign goal is to crowdfund $7.5 million for scholarships.</p>
<p class="center"><a class="btn btn-default"
href="https://www.cogostar.org/projects/operationcode"
role="button">Learn more</a>
</p>
</div>
</div>
<div class="row mentor">
<div class="photo-text">
<h2 class="center">Software Mentorship</h2>
<p>Learning to program is rewarding, creative, enjoyable but
challenging. However, no Veteran should code alone. Our Software
Mentor Protege Program pairs a volunteer software developer with a
Veteran to keep coding.</p>
<p class="center"><a class="btn btn-default" href="/action" role="button">Enroll Now</a>
</p>
</div>
</div>
<div class="row gi-bill">
<div class="photo-text">
<h2 class="center">New GI Bill Expansion</h2>
<p>Expanding the New GI Bill to include code school tuition, room and
board is the objective. Ensuring our tax payer dollars are used for
21st century software education that delivers results should be
priority regardless of party.
</p>
<p class="center"><a class="btn btn-default" href="https://www.switchup.org/blog/why-veterans-will-make-excellent-programmers">Why Veterans?</a></p>
</div>
</div>
</body>
</html>