-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (115 loc) · 5.83 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<title>anybody can photograph</title>
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/coming-sssoon.css" rel="stylesheet" />
<!-- <link href="css/featherlight.min.css" rel="stylesheet" /> -->
<!-- Fonts -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
</head>
<body>
<nav class="navbar navbar-transparent navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="images/flags/US.png"/>
English(US)
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#"><img src="images/flags/DE.png"/> Deutsch</a></li>
<li><a href="#"><img src="images/flags/GB.png"/> English(UK)</a></li>
<li><a href="#"><img src="images/flags/FR.png"/> Français</a></li>
<li><a href="#"><img src="images/flags/RO.png"/> Română</a></li>
<li><a href="#"><img src="images/flags/IT.png"/> Italiano</a></li>
<li class="divider"></li>
<li><a href="#"><img src="images/flags/ES.png"/> Español <span class="label label-default">soon</span></a></li>
<li><a href="#"><img src="images/flags/BR.png"/> Português <span class="label label-default">soon</span></a></li>
<li><a href="#"><img src="images/flags/JP.png"/> 日本語 <span class="label label-default">soon</span></a></li>
<li><a href="#"><img src="images/flags/TR.png"/> Türkçe <span class="label label-default">soon</span></a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://www.facebook.com/anybodycanphotograph/">
<i class="fa fa-facebook-square"></i>
Share
</a>
</li>
<!-- <li>
<a href="#">
<i class="fa fa-twitter"></i>
Tweet
</a>
</li> -->
<!-- <li>
<a href="#">
<i class="fa fa-envelope-o"></i>
Email
</a>
</li> -->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="main" style="background-image: url('images/restaurant.jpg')">
<!-- Change the image source '/images/default.jpg' with your favourite image. -->
<div class="cover black" data-color="black"></div>
<!-- You can change the black color for the filter with those colors: blue, green, red, orange -->
<div class="container">
<h1 class="logo cursive">
anybody can photograph
</h1>
<!-- H1 can have 2 designs: "logo" and "logo cursive" -->
<div class="content">
<h4 class="motto">Photo Submission Started</h4>
<div class="subscribe">
<!-- <h5 class="info-text">
Drop your email to remind you.
</h5> -->
<div class=".row">
<div class=".col-*-*" style="text-align: center;">
<!-- <form action="https://docs.google.com/forms/d/e/1FAIpQLSeve47vonjDoYOu0zZr7F5RQQv9nt6hazYyefO25-5Cw_ccBA/formResponse" target="_self" method="POST" id="mG61Hd" class="form-inline" role="form" >
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control transparent" name="entry.1556369182" placeholder="Your email here...">
</div>
<button type="submit" class="btn btn-danger btn-fill">Remind Me</button>
</form> -->
<!-- <button type="submit" class="btn btn-danger btn-fill" style="display:none;">Submit</button> -->
<a class="btn btn-default btn-fill" style="te" href="https://script.google.com/macros/s/AKfycbwxhzS-l2uZltCyDZXMluAAM6Veuq6q4lWTmthMzzN1uIlpwEyS/exec" >Submit your photo here</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<!-- Made with <i class="fa fa-heart heart"></i> by <a href="http://www.creative-tim.com">Creative Tim</a>. Free download <a href="http://www.creative-tim.com/product/coming-sssoon-page">here.</a> -->
</div>
</div>
</div>
</body>
<script src="js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<!-- <script src="js/featherlight.min.js" type="text/javascript"></script> -->
</html>