-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (192 loc) · 9.65 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Personal Loan</title>
<!--
App Starter Template
http://www.templatemo.com/tm-492-app-starter
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link href='https://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Navigation Section -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><span>InShort</span> App</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li><a href="#screenshot" class="smoothScroll">Screenshots</a></li>
<li><a href="#" data-toggle="modal" data-target="#modal1">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="main">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-6 col-sm-5 col-xs-10 col-xs-offset-1 col-sm-offset-0" data-wow-delay="0.2s">
<img src="images/home-img.png" class="img-responsive" alt="Home">
</div>
<div class="col-md-6 col-sm-7 col-xs-12">
<div class="home-thumb">
<h1 class="wow fadeInUp" data-wow-delay="0.6s">Instant Loan</h1>
<p class="wow fadeInUp" data-wow-delay="0.8s">Music Downloader-Download MP3 Music is a free music download service that can search and download mp3 for free. Explore free music through hot and trending music charts - find free music, new music and stream music unlimited.</p>
<a href="https://play.google.com/store/apps/details?id=com.personalloan.loancalculator" class="wow fadeInUp section-btn btn btn-success smoothScroll" data-wow-delay="1s">Download App</a>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow bounceIn section-title">
<h1>Our Team</h1>
<hr>
</div>
</div>
<div class="wow fadeInUp col-md-3 col-sm-6" data-wow-delay="0.4s">
<div class="about-thumb">
<img src="images/team-img1.jpg" class="img-responsive" alt="Team">
<div class="about-overlay">
<h3>Nikul Vaghasiya</h3>
<h4>Android Developer</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Divider Section -->
<section id="divider">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<h2 class="wow fadeInUp" data-wow-delay="0.4s">Mp3 music download allows you to download and listen your favourite music or discover new artists in the most simple way. Explore free music arranged by genres, artists or albums in our song downloader user-friendly UI. Free mp3 music download starts as fast as possible and download music directly on your device storage.</h2>
<a href="#screenshot" class="wow fadeInUp section-btn btn btn-success smoothScroll" data-wow-delay="0.8s">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Screenshot Section -->
<section id="screenshot">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title">
<h1>App Screenshots</h1>
<p class="wow fadeInUp" data-wow-delay="0.8s">Mp3 music download allows you to download and listen your favourite music or discover new artists in the most simple way.</p>
</div>
</div>
<!-- Screenshot Owl Carousel -->
<div id="screenshot-carousel" class="owl-carousel">
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img1.png" class="image-popup">
<img src="images/screenshot-img1.png" class="img-responsive" alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img2.png" class="image-popup">
<img src="images/screenshot-img2.png" class="img-responsive" alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img3.png" class="image-popup">
<img src="images/screenshot-img3.png" class="img-responsive" alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img4.png" class="image-popup">
<img src="images/screenshot-img4.png" class="img-responsive" alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img5.png" class="image-popup">
<img src="images/screenshot-img5.png" class="img-responsive" alt="screenshot">
</a>
</div>
<div class="item col-md-3 col-sm-3 wow fadeInUp" data-wow-delay="0.9s">
<a href="images/screenshot-img6.png" class="image-popup">
<img src="images/screenshot-img6.png" class="img-responsive" alt="screenshot">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<!-- Newsletter Section -->
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6">
<div class="wow fadeInUp footer-copyright" data-wow-delay="0.4s">
<p>Copyright © 2020 InShort</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Modal Contact -->
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-popup">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2 class="modal-title">Contact Form</h2>
</div>
<form action="#" method="post">
<input name="name" type="text" class="form-control" id="name" placeholder="Your Name" required>
<input name="email" type="email" class="form-control" id="email" placeholder="Email Address" required>
<textarea name="message" rows="3" class="form-control" id="message" placeholder="Message" required></textarea>
<input name="submit" type="submit" class="form-control" id="submit" value="Send Message">
</form>
</div>
</div>
</div>
<!-- Back top -->
<a href="#" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>