Skip to content

Commit

Permalink
Merge pull request pycontw#279 from ccc-larc/post-tutorial-survey
Browse files Browse the repository at this point in the history
新增 Tutorial 課後問卷 static page
  • Loading branch information
daikeren committed Jun 7, 2016
2 parents 18f9444 + c3f48b3 commit 044f230
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/templates/contents/_default/surveys/post_tutorial_mysql.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<!--Add the title of your typeform below-->
<title>PyCon TW 2016 Tutorial - Creating Python App with MySQL Router and MySQL Group Replication 課後問卷</title>

<!--CSS styles that ensure your typeform takes up all the available screen space (DO NOT EDIT!)-->
<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>
</head>
<body>
<iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://ccclarc.typeform.com/to/DZgOt0"></iframe>
<script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/share.typeform.com/embed.js"></script>
</body>
</html>

0 comments on commit 044f230

Please sign in to comment.