-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (196 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Soluzone</title>
<!-- Bootstrap stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- CSS file stylesheet -->
<link rel="stylesheet" href="css\styles.css">
<!-- Font-awesome. This allows the site to use the icons provided by FontAwesome for commercial sue -->
<script src="https://kit.fontawesome.com/d1c42d3cca.js" crossorigin="anonymous"></script>
<!-- Bootstrap script. Enables the site to use bootstrap plugins -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<!-- Fonts. These fonts are pre selected from Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&family=Ubuntu&display=swap" rel="stylesheet">
<!-- Favicon icon -->
<link rel="icon" href="https://raw.githubusercontent.com/usmanaslam712/soluzone-website/main/favicon.ico">
</head>
<!-- Beginning of the overall layout of the website -->
<body>
<section id="title" class="colored-section">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">Soluzone</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="navbar-item">
<a class="nav-link" href=" ">Contact</a>
</li>
<li class="navbar-item">
<a class="nav-link" href=" ">Company</a>
</li>
<li class="navbar-item">
<a class="nav-link" href=" ">Blog</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1 class="major-heading">Get solutions to all area of fields in just one go!</h1>
<button type="button" class="btn btn-dark btn-lg download-button"><i class="fab fa-apple"></i> Download</button>
<button type="button" class="btn btn-outline-light btn-lg download-button"><i class="fab fa-google-play"></i> Download</button>
</div>
<div class="col-lg-6">
<img class="title-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/%E2%80%94Pngtree%E2%80%94the%20study%20of%20man_3760890.png?raw=true" alt="study-pic" width="500" height="500">
</div>
</div>
</section>
<!-- Features section -->
<section id="features" class="white-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<center>
<i class="fas fa-check-circle fa-5x"></i>
</center>
<h2 class="features-heading">Easy to use!</h2>
<p class="features-para">Just search the subject or field and find all materials</p>
</div>
<div class="col-lg-4">
<center>
<i class="fas fa-book-open fa-5x"></i>
</center>
<h2 class="features-heading">Content Galore!</h2>
<p class="features-para">Study what actually matters! Get relevant material according to your search.</p>
</div>
<div class="col-lg-4">
<center>
<i class="fas fa-heart fa-5x"></i>
</center>
<h2 class="features-heading">Garunteed to work!</h2>
<p class="features-para">No troubleshooting or false information!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials section -->
<section id="testimonials" class="colored-section">
<div class="container-fluid">
<h1 class="major-heading">Hear it from our users!</h1>
<div id="testimonial-carousel" class="carousel slide" data-ride="carousel" data-interval="2000">
<div class="carousel-inner">
<div class="carousel-item active container-fluid">
<h2 class="testimnonials-heading">Soluzone really does the trick!</h2>
<img class="testimonial-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/Boy-Avatar-PNG-Photo.png?raw=true" alt="">
<p>Normally I had to Google alot of stuff but Soluzone really solved my problems!</p>
<em>Dave Matthews, New York</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="testimnonials-heading">Soluzone opened up many doors!</h2>
<img class="testimonial-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/Employee-Avatar-PNG-Pic.png?raw=true" alt="">
<p>Finding relevent opportunities to what I was studying became much easier</p>
<em>Emily Hompton, London</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="testimnonials-heading">Literally everything I needed was right here!</h2>
<img class="testimonial-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/Man-Avatar-PNG-Image.png?raw=true" alt="">
<p>Books, research papers and so much more! It's like a library here!</p>
<em>Henry Adams, Germany</em>
</div>
<a class="carousel-control-prev" href="#testimonial-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#testimonial-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</section>
<!-- Press section -->
<section id="press" class="colored-section">
<img class="press-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/TechCrunch.png?raw=true" alt="tc-logo">
<img class="press-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/tnw.png?raw=true" alt="tnw-logo">
<img class="press-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/bizinsider.png?raw=true" alt="biz-insider-logo">
<img class="press-image" src="https://github.com/usmanaslam712/soluzone-website/blob/main/mashable.png?raw=true" alt="mashable-logo">
</section>
<!-- Plans section -->
<section id="Plans" class="white-section">
<h1 class="major-heading">Plans that suits your needs!</h1>
<div class="row">
<!-- Student offer div -->
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3>Student offer</h3>
</div>
<div class="card-body">
<h3>Free</h3>
<p>Unlimited access to books and research papers</p>
<a href="#" class="btn btn-outline-dark">Sign Up</a>
</div>
</div>
</div>
<!-- Professional offer div -->
<div class="pricing-column col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3>Professional offer</h3>
</div>
<div class="card-body">
<h3>15 $ per month</h3>
<p>Unlimited access to books and research papers and job portal</p>
<a href="#" class="btn btn-dark">Sign Up</a>
</div>
</div>
</div>
<!-- Platinum offer div -->
<div class="pricing-column col-lg-4">
<div class="card">
<div class="card-header">
<h3>Platinum offer</h3>
</div>
<div class="card-body">
<h3>35 $ per month</h3>
<p>Unlimited access to all categories for an unlimited time</p>
<a href="#" class="btn btn-dark">Sign Up</a>
</div>
</div>
</div>
</div>
</section>
<!-- Ending section -->
<section id="end-part" class="colored-section">
<div class="container-fluid">
<h1 class="major-heading">Start getting your solutions today!</h1>
<button type="button" class="btn btn-dark btn-lg download-button"><i class="fab fa-apple"></i> Download</button>
<button type="button" class="btn btn-outline-light btn-lg download-button"><i class="fab fa-google-play"></i> Download</button>
</div>
</section>
<!-- Ending section -->
<!-- Footer part -->
<section id="footer" class="white-section">
<div class="container-fluid">
<div>
<button class="btn btn-light btn-lg socials"><i class="fab fa-twitter"></i></button>
<button class="btn btn-light btn-lg socials"><i class="fab fa-facebook-f"></i></button>
<button class="btn btn-light btn-lg socials"><i class="fab fa-instagram"></i></button>
<button class="btn btn-light btn-lg socials"><i class="fas fa-envelope"></i></i></button>
</div>
<footer>
<p><span>©</span>All rights reservered to Soluzone</p>
</footer>
</div>
</section>
</body>
</html>