-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnew_thing.html
87 lines (80 loc) · 4.46 KB
/
new_thing.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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Info -->
<meta charset="utf-8">
<title>New Thing | I Did A Thing</title>
<!-- Search Engine -->
<meta name="description" content="A Daily Dose of QPOC awesomeness">
<meta name="image" content="https://karaajc.github.io/idat/assets/IDAT-Card.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="IDAT | I Did A Thing">
<meta itemprop="description" content="A Daily Dose of QPOC awesomeness">
<meta itemprop="image" content="https://karaajc.github.io/idat/assets/IDAT-Card.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="New Thing | I Did A Thing">
<meta name="twitter:description" content="A Daily Dose of QPOC awesomeness">
<meta name="twitter:site" content="@IDATbot">
<meta name="twitter:creator" content="@KaraAJC">
<meta name="twitter:image:src" content="https://karaajc.github.io/idat/assets/IDAT-Card.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="New Thing | I Did A Thing">
<meta name="og:description" content="A Daily Dose of QPOC awesomeness">
<meta name="og:image" content="https://karaajc.github.io/idat/assets/IDAT-Card.png">
<meta name="og:url" content="https://KaraAJC.github.io/idat">
<meta name="og:site_name" content="I Did A Thing">
<meta name="og:type" content="website">
<!--Import Fonts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Amatic+SC|Press+Start+2P|Zilla+Slab+Highlight" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Icon things -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://karaajc.github.io/idat/assets/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://karaajc.github.io/idat/assets/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://karaajc.github.io/idat/assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://karaajc.github.io/idat/assets/favicon-16x16.png" sizes="16x16" />
<link rel="shortcut icon" href="assets/favicon.ico" />
<meta name="application-name" content="IDAT | I Did A Thing"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://karaajc.github.io/idat/assets/mstile-144x144.png" />
</head>
<body>
<!-- Nav -->
<nav>
<div class="nav-wrapper teal">
<a href="#" data-activates="mobile-menu" class="button-collapse kc-dropdown"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class=
"btn black" href="new_creator.html">New Creator</a></li>
<li><a class=
"btn black" href="new_thing.html">New Thing</a></li>
<li><a class=
"btn black" href="about.html">About</a></li>
</ul>
<ul class="side-nav" id="mobile-menu">
<li><a href="new_creator.html">New Creator</a></li>
<li><a href="new_thing.html">New Thing</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="index.html" class="brand-logo brand-heading">IDAT</a>
</div>
</nav>
<div class="container">
<div class="section">
<h1 class="brand-heading">Submit a Thing!</h1>
<p class="summary"></p>
<p class="summary">Note: This is for Queer, Trans, Non-Binary folks who are Black or Non-Black People Of Color.<br>Not you? <a href="#">Here's other places you can signal boost!</a><em>*coming soon</em><br>Otherwise, <span class="teal">ItYou?</span><br> Haay fam! Fill out the below form!</p> <p class="summary">Questions or concerns? <a href="">Get at me!</a></p>
</div>
<div class="divider"></div>
<div class="section">
<iframe class="airtable-embed" src="https://airtable.com/embed/shr3bMOHzbkwwHNqI?backgroundColor=green"
frameborder="0" onmousewheel="" width="100%" height="500px" style="background: transparent; border: 1px solid #ccc;">
</iframe>
</div>
</div>
</body>
</html>