forked from JayGaynor/BridesmaidApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.html
128 lines (85 loc) · 4.09 KB
/
splash.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>Home - Bridesmaids App</title>
<link rel="shortcut icon" href="favicon.ico">
<!--
<link rel="stylesheet" media="screen" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700"> -->
<link rel="stylesheet" media="screen" href="assets/css/MyFontsWebfontsKit.css">
<link rel="stylesheet" type="text/css" href="MyFontsWebfontsKit.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="assets/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="assets/css/bootstrap-theme.css" media="screen" >
<link rel="stylesheet" href="assets/css/main.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="home">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container" style="text-align: center;">
<a href="#" >
<img height="52" src="assets/images/FINALLOGO_web.png" alt="Progressus HTML5 template">
</a>
</div>
</div>
<!-- /.navbar -->
<!-- Header -->
<header id="head">
<div class="container">
<br><br><br><br><br>
<div class="row" >
<div id="navi">
<div class="col-sm-4 col-sm-offset-2">
<img height="450" src="assets/images/walkthrough/galaxy.png" alt="Progressus HTML5 template">
</div>
<div class="col-sm-4" style="text-align:left">
<h1 class="thin" > Plan Better, Together.</h1>
<br>
<div class="background">
<h3 class="thin"> A collaborative tool for your bridal party to simplify and de-stress the wedding planning process.</h3>
</div>
<br>
<h4 class="thin"> Enter your email to know when you can get the Bridesmaids App!</h4>
<form class="form-inline" role="form" method="POST" action="//forms.brace.io/[email protected]">
<div class="form-group">
<input type="email" class="form-control" name="_replyto" placeholder="Enter email">
</div>
<button type="submit" value="Send" class="btn-sm btn-primary" style="padding-top:7px; padding-bottom:9px">Submit</button>
</form>
</div>
</div>
<div id="infoi" class="transbox" style="margin-top:145px; margin-left:-135px; height: 100px; width:1440px;"></div>
</div>
<br><br><br>
</div>
<div class="row" >
<div class="col-sm-3 col-sm-offset-0">
<h5 style="text-align:center">Thanks to our sponsors</h5>
</div>
<div class="col-sm-3 col-sm-offset-6">
<a href="advertise.html"><h5 style="text-align:center">Advertise with Bridesmaids App</h5></a>
</div>
</div>
</header>
<!-- /Header -->
<div class="container text-center">
<br>
<a href="http://www.shadyelmsfarm.com" target="_blank"><img height="60" style="padding-right:1cm" src="assets/images/sponsor_images/shady_elms_farms.gif" alt="Progressus HTML5 template"></a>
<a href="http://romeodelivers.com" target="_blank"><img height="60" style="padding-right:1cm" src="
assets/images/sponsor_images/romeo_delivers.png" alt="Progressus HTML5 template"></a>
<a href="http://www.cookiesfromthehart.com" target="_blank"><img height="60" style="padding-right:1cm" src="assets/images/sponsor_images/cookies_from_the_hart.jpg" alt="Progressus HTML5 template"></a>
<a href="http://www.creamnsugarcoffeebar.com" target="_blank"><img height="60" style="padding-right:1cm" src="assets/images/sponsor_images/cream_sugar.jpg" alt="Progressus HTML5 template"></a>
<a href="http://www.hennejewelers.com" target="_blank"><img height="60" style="padding-right:1cm" src="
assets/images/sponsor_images/henne.jpg" alt="Progressus HTML5 template"></a>
<a href="http://lilyandstrum.com" target="_blank"><img height="60" style="padding-right:0cm" src="
assets/images/sponsor_images/lily_strum.png" alt="Progressus HTML5 template"></a>
</div>
<!-- /Intro-->
</body>