-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.95 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
<!doctype html>
<html class="no-js" lang="en-US">
<head>
<!-- Global -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Opportunity Costs</title>
<meta name='description' content='Class pride and shame,
from Death, Sex & Money listeners'/>
<meta property='og:type' content='profile'/>
<meta property='og:title' content='Opportunity Costs' />
<meta property='og:description' content='Class pride and shame,
from Death, Sex & Money listeners'' />
<meta property='og:url' content=http://dsmclass.community' />
<meta property='og:image' content='http://dsmclass.community/dsm-class.png' />
<meta property='og:site_name' content='http://dsmclass.community' />
<meta name='robots' content='noarchive' />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Oswald:500,700" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114550103-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114550103-1');
</script>
</head>
<body>
<div class= "header">
<a class="logo-link" href="/"><img src="https://raw.githubusercontent.com/emilytheis/dsm-class/master/Dsm-logo.png" class="logo"></a></div>
</div>
<div class="page">
<div class="intro-container">
<p class = "intro"> "Class is a level of pride or shame." </p>
<p class="description"> We asked you to <a href= "https://wnyc.typeform.com/to/bAB405"> tell us</a> which aspects of your class status make you feel pride, and which make you feel shame. This site shares your responses, totally randomized.</p>
<p class="description">This project was built by listeners <a href="http://emilythe.is">Emily Theis</a> and <a href="https://github.com/ktbee">Katie Broida</a> and is part of Opportunity Costs, a Death, Sex & Money series of conversations around class. To add your feelings to our class pride and shame survey, and to hear all the Opportunity Costs episodes, click <a href= "http://deathsexmoney.org/class" target=blank>here</a>. </p>
<p class="footnote"> </p>
<a class="next-suggestion" a href="/moments">Get started</a>
</div>
</div>
<script type="text/javascript">
// if ('serviceWorker' in navigator) {
// navigator.serviceWorker
// .register('./service-worker.js')
// .then(function() { console.log('Service Worker Registered'); });
// }
</script>
</body>
</html>