-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (87 loc) · 4.57 KB
/
index.html
File metadata and controls
100 lines (87 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<title>Friendly Faces</title>
<meta property="og:title" content="Friendly Faces">
<meta property="og:description" content="An inclusive, illustrated avatar creator.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://friendlyfaces.co">
<meta property="og:image" content="https://friendlyfaces.co/img/dist/ff_og.jpg">
<meta property="og:locale" content="en_US">
<meta property="fb:app_id" content="2286546758335178">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@itsratherfun">
<meta name="twitter:title" content="Friendly Faces">
<meta name="twitter:description" content="An inclusive, illustrated avatar creator.">
<meta name="twitter:image" content="https://friendlyfaces.co/img/dist/ff_twitter.jpg">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5G2V47T');</script>
<!-- End Google Tag Manager -->
<link rel="author" href="humans.txt">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5G2V47T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container app">
<div class="row mt-lg-5 pt-lg-5">
<div class="col-12 col-lg-4 pt-4 pb-3 pt-lg-5 text-center col-face">
<img src="img/dist/Friendly_Faces.png" alt="The Friendly Faces logo" width="180" class="logo mb-2">
<div class="face-wrapper">
<div id="faceImage"></div>
<div id="faceContainer"></div>
</div>
<div class="buttons">
<button id="regenerate" class="btn btn-primary mt-3">Randomize</button>
<!-- <button id="download" class="btn btn-success mt-3">Download</button> -->
<div class="dropdown download-dropdown">
<a class="btn btn-success mt-3 dropdown-toggle" href="#" role="button" id="downloadMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Download
</a>
<div class="dropdown-menu" aria-labelledby="downloadMenu">
<a class="dropdown-item download" data-size=250 href="#">Large (250px)</a>
<a class="dropdown-item download" data-size=140 href="#">Medium (140px)</a>
<a class="dropdown-item download" data-size=80 href="#">Small (80px)</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-8 py-3 col-controls">
<div id="controls"><!-- This is where the controls will get generated --></div>
</div>
</div>
<div class="row">
<div class="col-12 pt-5 text-center">
How could we make Friendly Faces more inclusive, easier to use, or better in general?<br />
<a class="typeform-share link" href="https://clickpop.typeform.com/to/Y0kjFp" data-mode="popup" style="color:#7652AD;text-decoration:underline;font-size:18px;" target="_blank">please let us know </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</div>
</div>
<div class="hiddenLink d-none"></div>
</div>
<div class="loady">
<p class="content">Reticulating spines...</p>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!-- Scripts -->
<script src="js/dist/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135462970-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135462970-1');
</script>
</body>
</html>