forked from hendrikorasisimbolon/awesome-bootstrap4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (225 loc) · 10.4 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Bootstrap 4 -->
<link rel="stylesheet" href="assets/css/bootstrap/bootstrap.min.css">
<!-- Icon -->
<link href="assets/css/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/css/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/css/remixicon/remixicon.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="assets/js/bootstrap.min.js"></script>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<title>Awesome Bootstrap</title>
<!-- Favicons -->
<link rel="icon" href="assets/img/favicon.png" type="image/png">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<h1 class="logo mr-auto"><a href="index.html">Awesome</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li class="drop-down"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="drop-down"><a href="#">Deep Drop Down</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<div id="contact-form" class="form-container" data-form-container>
<div class="row">
<div class="form-title">
<span>Contact Us</span>
</div>
</div>
<div class="input-container">
<div class="row">
<span class="req-input" >
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Input Your First and Last Name."> </span>
<input type="text" data-min-length="8" placeholder="Full Name">
</span>
</div>
<div class="row">
<span class="req-input">
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Please Input Your Email."> </span>
<input type="email" placeholder="Email">
</span>
</div>
<div class="row">
<span class="req-input">
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Please Input Your Phone Number."> </span>
<input type="tel" placeholder="Phone Number">
</span>
</div>
<div class="row">
<span class="req-input message-box">
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Please Include a Message."> </span>
<textarea type="textarea" data-min-length="10" placeholder="Message"></textarea>
</div>
<div class="row submit-row">
<button type="button" class="btn btn-block submit-form">Submit</button>
</div>
</div>
<div class="jumbotron jumbotron-muted">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page intro to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-primary">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page guide to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a class="link-white" href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a class="link-white" href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-success">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page guide to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a class="link-white" href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a class="link-white" href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-info">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page guide to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a class="link-white" href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a class="link-white" href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-warning">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page guide to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a class="link-white" href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a class="link-white" href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-danger">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page guide to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a class="link-white" href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a class="link-white" href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-dark-alt">
<div class="container">
<div class="row">
<div class="col-lg-3 col-lg-offset-2">
<img class="img-responsive" src="https://i.imgur.com/dCsjjSs.png"/>
</div>
<div class="col-lg-6">
<p>The most important things in SketchUp and 3D design. Straight to your inbox, weekly. Get Sketching.</p>
<form>
<div class="form-group">
<input type="email" class="form-control" placeholder="you@email.com">
</div>
</form>
<button type="button" class="btn btn-primary btn-block">Sign Me Up</button>
</div>
</div>
</div>
</div>
Your PR was submitted to a repository that is not participating in Hacktoberfest. Maintainers of the repository can add the "hacktoberfest" topic to their repository if they wish to participate.
</body>
</html>