forked from SLongofono/HackIllinois
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate2.html
More file actions
96 lines (91 loc) · 4.72 KB
/
template2.html
File metadata and controls
96 lines (91 loc) · 4.72 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
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com-->
<!-- Last Published: Sun Feb 21 2016 05:10:16 GMT+0000 (UTC) -->
<html data-wf-site="56c946941e4c5a667cda78d2" data-wf-page="56c946941e4c5a667cda78d5">
<head>
<meta charset="utf-8">
<title>ttttt</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Webflow">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/webflow.css">
<link rel="stylesheet" type="text/css" href="css/hannah-johnsons-fabulous-site.webflow.css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Varela Round:400","Lemon:regular"]
}
});
</script>
<script type="text/javascript" src="js/modernizr.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="https://y7v4p6k4.ssl.hwcdn.net/placeholder/favicon.ico">
<link rel="apple-touch-icon" href="https://daks2k3a4ib2z.cloudfront.net/img/webclip.png">
</head>
<body>
<div class="w-section header-section">
<div class="w-container container">
<h1>ttttt</h1>
<p class="subtitle"></p>
<br>
<table>
<tr>
<th><h3>aaaaa</h3></th>
<th><h3>bbbbb</h3></th>
</tr>
<tr>
<td align = "left">"sssss"</td>
<td align = "left">"uuuuu"</td>
</tr>
</table>
<br> <br>
<div class="w-form sign-up-form">
<form name="wf-form-signup-form" data-name="Signup Form" class="w-clearfix">
<input type="email" placeholder="Enter your email address" name="email" data-name="Email" required="required" class="w-input field">
<input type="submit" value="Get Notified" data-wait="Please wait..." class="w-button button">
</form>
<div class="w-form-done success-message">
<p>Awesome! You have been added to our list. </p>
<p class="referal-text">Help spread the word:</p>
<div class="w-widget w-widget-twitter share-button">
<div class="w-widget-twitter-count-shim w--vertical">
<div class="w-widget-twitter-count-inner">...</div>
</div>
<div class="w-widget-twitter-count-clear"></div>
<iframe src="https://platform.twitter.com/widgets/tweet_button.html#url=http%3A%2F%2Fwebflow.com&counturl=webflow.com&text=Check%20out%20this%20site&count=vertical&size=m&dnt=true" scrolling="no" frameborder="0" allowtransparency="true" style="border: none; overflow: hidden; width: 62px; height: 21px;"></iframe>
</div>
<div class="w-widget w-widget-facebook share-button facebook">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fwebflow&layout=box_count&locale=en_US&action=like&show_faces=false&share=false" scrolling="no" frameborder="0" allowtransparency="true" style="border: none; overflow: hidden; width: 55px; height: 65px;"></iframe>
</div>
<div class="w-widget w-widget-gplus share-button google">
<div class="g-plusone" data-href="http://webflow.com" data-size="tall" data-annotation="bubble" data-width="120" data-recommendations="false" id="___plusone_0" style="width: 50px; height: 60px; text-indent: 0px; margin: 0px; padding: 0px; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; background: transparent;"></div>
</div>
</div>
<div class="w-form-fail error-message">
<p>Oops! Something went wrong while submitting the form. :(</p>
</div>
</div>
</div>
</div>
<div class="w-section footer-section">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6 w-col-small-6">
<div class="copyright">© 2014 Blurr. All right reserved. </div>
</div>
<div class="w-col w-col-6 w-col-small-6 align-right">
<a href="#" class="w-inline-block social-btn"><img src="images/facebook-icon.svg">
</a>
<a href="#" class="w-inline-block social-btn"><img src="images/twitter-icon.svg">
</a>
<a href="#" class="w-inline-block social-btn"><img src="images/email-icon.svg">
</a>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/webflow.js"></script>
<!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
</body>
</html>