forked from OperationCode/operationcode_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1.74 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Operation Code</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Veteran-founded and led, Operation Code is a 501(c)(3) non-profit whose mission is to aid military, vets and their families learn coding and web technologies.">
<meta name="keywords" content="operation code, veterans, software development, learn to code, keep coding, veteran coders, senate veterans, house veterans, gi bill, new gi bill, operationcode.org, #operationcode, military vets, vets">
<meta name="author" content="Veteran Coders, for Veterans Coders">
<meta property="og:image" content="./images/logos/small-stacked-logo-blue.png" />
<!--Twitter cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@operation_code" />
<meta name="twitter:creator" content="@operation_code" />
<link property="og:url" content="http://operationcode.org/gala" />
<meta property="og:title" content="Join us at the gala!" />
<meta property="og:description" content="The Operation Code Board of Directors, all-volunteer staff, and more than 3,211 members cordially invite you to the Deploy the Future Gala November 10, 2017 in the Governor Ballroom at Portland’s historic Sentinel Hotel."
/>
<link rel="stylesheet" type="styles/css" href="styles/css/styles.css">
<script src="https://cdn.ravenjs.com/3.16.0/raven.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="app"></div>
<script>
Raven.config('https://[email protected]/207359').install();
</script>
<script src="scripts/src/app.js"></script>
</body>
</html>