-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (199 loc) · 8.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="stayl.css">
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Responsive Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Apollo App.</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,900" rel="stylesheet">
<!-- Adding Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Adding Bootstrap CDN and external CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!-- Adding CSS -->
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<!-- Main Section -->
<section id="main">
<div class="container">
<!-- Navbar Here -->
<nav class="navbar navbar-expand-md navbar-dark bg-transparent pt-5">
<a href="#" class="navbar-brand logo">Apollo App.</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#main" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#overview" class="nav-link">Features</a>
</li>
<li class="nav-item">
<a href="#testimonials" class="nav-link">Testimonials</a>
</li>
<li class="nav-item">
<a href="#pricing" class="nav-link">Pricing</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container">
<div class="row header-main">
<div class="col-md-6">
<h1 class="header-info">Build your business with our Dream Team of Developers</h1>
<button class="btn btn-dark btn-lg btn-space"><i class="fab fa-google-play"></i> Download</button>
<button class="btn btn-outline-light btn-lg btn-space"><i class="fab fa-apple"></i> Download</button>
</div>
<div class="col-md-6 text-center">
<img src="https://i.postimg.cc/DyRDq9Kc/iphone-mock.png" class="ml-5 iphone-mock" width="300" alt="iPhone Image">
</div>
</div>
</div>
</section>
<!-- Overview Section -->
<section id="overview">
<h2 class="text-center section-title">Overview</h2>
<div class="container-fluid">
<div class="row overview-row">
<div class="col-md-4 text-center">
<i class="far fa-object-group overview-icon"></i>
<h3 class="overview-header">Creative Design</h3>
<p class="info-width mx-auto">We stay on top of the current trend and always stay ahead of modern design implement</p>
</div>
<div class="col-md-4 text-center">
<i class="fas fa-cogs overview-icon"></i>
<h3 class="overview-header">Fully Customizable</h3>
<p class="info-width mx-auto">Apps are fully Customizable to your needs and Our Talented Developer will be with you in every step of the way</p>
</div>
<div class="col-md-4 text-center">
<i class="fas fa-phone overview-icon"></i>
<h3 class="overview-header">24/7 Support</h3>
<p class="info-width mx-auto">We provide 24/7 support with our Amazing Customer Service Team</p>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section id="testimonials">
<h2 class="text-center text-white section-title">Testimonials</h2>
<div class="container-fluid">
<div class="row">
<!-- Carousel Here -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<h3 class="text-white">Highly Recommend Apollo App. They Built my Potion Making App in 3 Weeks!</h3>
<p class="text-white">-- Hermione, Granger's street</p>
</div>
<div class="carousel-item">
<h3 class="text-white">Everyone in the Team were very attentive to my needs and went up and beyond </h3>
<p class="text-white">-- Harry, Privet Drive</p>
</div>
<div class="carousel-item">
<h3 class="text-white">They made a Beautiful App that detect Spiders so I can avoid those nasty creature</h3>
<p class="text-white">-- Ron, Ottery St Catchpole</p>
</div>
</div>
<!-- Left and right controls of Carousel -->
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing">
<h2 class="text-center section-title pricing-title">Pricing</h2>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-body text-center">
<h2 class="card-title text-muted">Basic Plan</h2>
<h1 class="card-title pricing-text">$19.99/month</h1>
<p class="card-text">5 Projects</p>
<p class="card-text">20 Images</p>
<p class="card-text">3 Design Template</p>
<button class="btn btn-dark btn-block">Sign Up</button>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body text-center">
<h2 class="card-title text-muted">Advance Plan</h2>
<h1 class="card-title pricing-text">$29.99/month</h1>
<p class="card-text">10 Projects</p>
<p class="card-text">30 Images</p>
<p class="card-text">5 Design Template</p>
<button class="btn btn-dark btn-block">Sign Up</button>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body text-center">
<h2 class="card-title text-muted">Pro Plan</h2>
<h1 class="card-title pricing-text">$39.99/month</h1>
<p class="card-text">Unlimited Projects</p>
<p class="card-text">Unlimited Images</p>
<p class="card-text">Unlimited Design Template</p>
<button class="btn btn-dark btn-block">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section id="cta">
<h1 class="text-center cta-text">Built the App of your Dream and Manage your Business</h1>
<div class="btn-section text-center">
<button class="btn btn-dark btn-lg btn-space"><i class="fab fa-google-play"></i> Download</button>
<button class="btn btn-outline-light btn-lg btn-space"><i class="fab fa-apple"></i> Download</button>
</div>
</section>
<!-- Footer -->
<section id="footer" class="d-flex justify-content-center">
<i class="fab fa-facebook-f footer-icon"></i>
<i class="fab fa-instagram footer-icon"></i>
<i class="fab fa-twitter footer-icon"></i>
</section>
<!-- Bootstrap's Javascript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>
<script>
/*
* https://postimg.cc/gallery/3cz657r66/3806fef5/
* https://i.postimg.cc/WbdCq2x3/background.png
* https://i.postimg.cc/DyRDq9Kc/iphone-mock.png
*/
</script>
</body>
</html>