-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
46 lines (41 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="IE=edgechrome=1" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1" name="viewport" />
<meta content="Ask a Dev" name="description" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@askadevorg" />
<meta name="twitter:title" content="Free mentoring from local programmers" />
<meta name="twitter:image:alt" content="Ask a dev dot org: free mentoring from local programmers" />
<meta name="twitter:description" content="Whether you're a new programmer, a veteran exploring a new language, or a tech-adverse soul lost in a sea of WYSIWYG site generators, we're here to help." />
<meta name="twitter:image" content="https://askadev.org/static/images/og.jpg" />
<meta property="og:site_name" content="Ask a Dev" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image" content="https://askadev.org/static/images/og.jpg" />
<link rel="shortcut icon" href="/static/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicons/favicon-16x16.png" />
<link rel="manifest" href="/static/images/favicons/site.webmanifest" />
<link rel="mask-icon" href="/static/images/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#ffc40d" />
<meta name="theme-color" content="#ffffff" />
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDa8bGiZlbJGZ9SRcQ1K31k8vM8slGzPvA&libraries=places"></script>
<% if (NODE_ENV === 'production') { %>
<script async=true src="https://www.googletagmanager.com/gtag/js?id=UA-113487796-1"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-113487796-1');</script>
<% } %>
<!-- Hi, mom -->
<title>Ask a Dev</title>
</head>
<body>
<main id="app"></main>
</body>
</html>