Skip to content

Commit 2aa3bde

Browse files
committed
Adds social media meta tags to the survey landing page.
1 parent 800336b commit 2aa3bde

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

devsurvey.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
<html>
22
<head>
33
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
4+
5+
<meta property="og:url" content="http://www.datcode.io/devsurvey" />
6+
<meta property="og:type" content="article" />
7+
<meta property="og:title" content="2017 Black Developer Survey by DatCode" />
8+
<meta property="og:description" content="We want to know what Black people in the tech industry think about their work, their tech, the community, and their futures." />
9+
<meta property="og:image" content="http://www.datcode.io/images/blackdevelopersurveysocial.jpg" />
10+
11+
<meta name="twitter:card" content="summary_large_image">
12+
<meta name="twitter:site" content="@talkdatcode">
13+
<meta name="twitter:creator" content="@talkdatcode">
14+
<meta name="twitter:title" content="2017 Black Developer Survey by DatCode">
15+
<meta name="twitter:description" content="We want to know what Black people in the tech industry think about their work, their tech, the community, and their futures.">
16+
<meta name="twitter:image" content="http://www.datcode.io/images/blackdevelopersurveysocial.jpg" />
17+
418
<title>#DatCode | 2017 Black Developer Survey</title>
519
<style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style>
620
</head>
721
<body>
822
<iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://datcode.typeform.com/to/m6LCoR"></iframe>
923
<script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/share.typeform.com/embed.js"></script>
1024
</body>
11-
</html>
25+
</html>
202 KB
Loading

0 commit comments

Comments
 (0)