|
1 |
| -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 | 4 | <head>
|
| 5 | + <title>Operation Code</title> |
5 | 6 | <meta charset="utf-8">
|
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | 9 | <link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/apple-icon-57x57.png">
|
8 | 10 | <link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/apple-icon-60x60.png">
|
9 | 11 | <link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/apple-icon-72x72.png">
|
|
18 | 20 | <link rel="icon" type="image/png" sizes="96x96" href="%PUBLIC_URL%/favicon-96x96.png">
|
19 | 21 | <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
|
20 | 22 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
21 |
| - <meta name="msapplication-TileColor" content="#ffffff"> |
| 23 | + <meta name="msapplication-TileColor" content="#47566b"> |
22 | 24 | <meta name="msapplication-TileImage" content="%PUBLIC_URL%/ms-icon-144x144.png">
|
23 |
| - <meta name="theme-color" content="#ffffff"> |
24 |
| - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif"> |
25 |
| - <script src="https://cdn.ravenjs.com/3.16.0/raven.min.js" crossorigin="anonymous"></script> |
26 |
| - <link rel="stylesheet" href="%PUBLIC_URL%/notification.css"> |
27 |
| - <!-- |
28 |
| - Notice the use of %PUBLIC_URL% in the tag above. |
29 |
| - It will be replaced with the URL of the `public` folder during the build. |
30 |
| - Only files inside the `public` folder can be referenced from the HTML. |
| 25 | + <meta name="theme-color" content="#47566b"> |
| 26 | + <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."> |
| 27 | + <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"> |
| 28 | + <meta name="author" content="Veteran Coders, for Veterans Coders"> |
| 29 | + <meta property="og:image" content="./images/logos/small-stacked-logo-blue.png" /> |
| 30 | + |
| 31 | + <!--Twitter cards --> |
| 32 | + <meta name="twitter:card" content="summary" /> |
| 33 | + <meta name="twitter:site" content="@operation_code" /> |
| 34 | + <meta name="twitter:creator" content="@operation_code" /> |
31 | 35 |
|
32 |
| - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
33 |
| - work correctly both with client-side routing and a non-root public URL. |
34 |
| - Learn how to configure a non-root public URL by running `npm run build`. |
35 |
| - --> |
| 36 | + <link rel="stylesheet" type="styles/css" href="styles/css/styles.css"> |
| 37 | + <script defer src="https://cdn.ravenjs.com/3.16.0/raven.min.js" crossorigin="anonymous"></script> |
| 38 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif"> |
36 | 39 | <title>Operation Code</title>
|
37 | 40 | </head>
|
38 | 41 |
|
39 | 42 | <body>
|
40 | 43 | <div id="root"></div>
|
41 | 44 | <script>
|
42 | 45 | Raven.config('https://[email protected]/147247', {
|
43 |
| - shouldSendCallback: function() { |
| 46 | + shouldSendCallback: function () { |
44 | 47 | return window.location.host === 'operationcode.org';
|
45 | 48 | }
|
46 | 49 | }).install();
|
47 | 50 | </script>
|
48 |
| - <!-- |
49 |
| - This HTML file is a template. |
50 |
| - If you open it directly in the browser, you will see an empty page. |
51 |
| -
|
52 |
| - You can add webfonts, meta tags, or analytics to this file. |
53 |
| - The build step will place the bundled scripts into the <body> tag. |
54 |
| -
|
55 |
| - To begin the development, run `npm start`. |
56 |
| - To create a production bundle, use `npm run build`. |
57 |
| - --> |
58 | 51 | </body>
|
59 | 52 |
|
60 | 53 | </html>
|
0 commit comments