-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (91 loc) · 8.26 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
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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/Article">
<head>
<!-- Global -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>FreeCodeSchool Indy</title>
<meta name="description" content="Learn about free programs available in Indianapolis to learn coding!" />
<meta name="keywords" content="education, programming, learning, code" />
<meta http-equiv="Expires" content="0" />
<meta name="subject" content="Homepage" />
<meta name="language" content="EN" />
<meta name="robots" content="index,follow" />
<meta name="owner" content="Gwen Faraday" />
<meta name="rating" content="General" />
<meta name="HandheldFriendly" content="True" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="fluid-icon" href="/_imgs/meta/fluid.png" type="image/png" />
<!-- Google/Schema.org -->
<meta itemprop="name" content="FreeCodeSchool Indy" />
<meta itemprop="description" content="Learn about free programs available in Indianapolis to learn coding!" />
<meta itemprop="image" content="https://freecodeschoolindy.com/_imgs/freecodecampindy.jpg" />
<!-- Twitter -->
<meta name="twitter:dnt" content="on" />
<meta name="twitter:card" content="summary" />
<!--
TODO: Create this twitter account
-->
<meta name="twitter:creator" content="@freecodeschoolindy" />
<!-- Facebook/Reddit -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://freecodeschoolindy.com" />
<meta property="og:title" content="FreeCodeSchool Indy" />
<meta property="og:site_name" content="FreeCodeSchool Indy" />
<meta property="og:image" content="https://freecodeschoolindy.com/_imgs/freecodecampindy.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Learn about free programs available in Indianapolis to learn coding!" />
<!-- Android -->
<meta name="theme-color" content="#FFFFFF" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Microsoft -->
<meta name="application-name" content="FreeCodeSchool Indy" />
<meta http-equiv="cleartype" content="on" />
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square70x70logo" content="/_imgs/meta/mstile01sm.png" />
<meta name="msapplication-square150x150logo" content="/_imgs/meta/mstile02md.png" />
<meta name="msapplication-wide310x150logo" content="/_imgs/meta/mstile03wd.png" />
<meta name="msapplication-square310x310logo" content="/_imgs/meta/mstile04lg.png" />
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
<!-- Apple -->
<meta name="apple-mobile-web-app-title" content="FreeCodeSchool Indy" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-touch-fullscreen" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-startup-image" href="/_imgs/meta/apl-str.png" type="image/png" />
<!-- Styles/Scripts -->
<style>
[v-cloak] {
display: none;
}
</style>
<link href="https://cdn.jsdelivr.net/npm/@inkline/[email protected]/dist/inkline.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link href="app.css" rel="stylesheet">
<base target="_blank">
</head>
<body>
<div id="app" v-cloak></div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/cferdinandi/[email protected]/dist/smooth-scroll.polyfills.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-router.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuex.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/src/httpVueLoader.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@inkline/[email protected]/dist/inkline.min.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>