-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
235 lines (222 loc) · 10.1 KB
/
default.html
File metadata and controls
235 lines (222 loc) · 10.1 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome-free-5.14.0-web\css\all.css">
<!--Custom CSS style sheet-->
<link rel="stylesheet" href="css/style.css">
<title>home page</title>
</head>
<body>
<!-- header (top and bottom)-->
<header>
<div class="p-1" id="topHeader"> <!-- p or pm means responsive header -->
<div class="container-fluid">
<div class="row">
<div class="col-12 text-right">
<a class="p-1" href="tel:+91123456789"><i class="fas fa-phone"></i>+(91)123456789</a>
<a class="p-1" href="mailto:abc@gmail.com"><i class="fas fa-envelope"></i>abc@gmail.com</a>
</div>
</div>
</div>
</div>
<div id="bottomHeader">
<div class="container-fluid">
<nav class="navbar navbar-dark navbar-expand-md" style="background-color: #075788">
<a class="navbar-brand" href="">
<!-- logo(image) before Home -->
</a>
<button data-toggle="collapse" data-target="#navbarToggler" type="button" class="navbar-toggler">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav">
<li class="nav-item active"><a class= "nav-link" href="#">Home</a> </li>
<li class="nav-item dropdown">
<a class= "nav-link dropdown-toggle" data-toggle="dropdown" role="button" href="#">Services</a>
<div class="dropdown-menu">
<a class= "dropdown-item" href="web_designing.html">Web Designing</a>
<a class= "dropdown-item" href="web_development.html">Web Development</a>
<a class= "dropdown-item" href="seo_service.html">SEO Services</a>
<a class= "dropdown-item" href="software_development.html">Software Development</a>
<a class= "dropdown-item" href="mobile_development.html">Mobile Development</a>
<!-- <div class="dropdown-divider"></div> it divides the items in the list-->
<a class= "dropdown-item" href="graphic_designing.html">Graphic Designing</a>
</div>
</li>
<li class="nav-item"> <a class= "nav-link" href="portfolio.html">Portfolio</a> </li>
<li class="nav-item"> <a class= "nav-link" href="aboutus.html">About Us</a> </li>
<li class="nav-item"> <a class= "nav-link" href="contactus.html">Contact Us</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- start : Home page first-hero-section -->
<section class="top-hero-section pt-4 pb-5">
<!-- pt=padding top and pb=padding bottom -->
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<h4>Quality - Support - Value</h4>
<h1>Best In Class IT Services</h1>
<h5>Requirements....</h5><br>
<button style="color: #fff; background-color: #004d80;" class="btn btn-lg">Get Started</a></button>
<a href="#">More..</a>
</div>
<div class="col-md text-right">
<!-- <img class="img-fluid" src="images/comp.png" alt=""> -->
</div>
</div>
</div>
</section>
<!-- start : home page second-hero-section -->
<section class="pt-3 pb-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h4>Lots of IT Companies in town. Why you should choose us?</h4>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/graph-bar.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/handle.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/line-chart.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/growth.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/data-analytics.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
<div class="col-md-4 text-center">
<img class="img-fluid qualities-img p-5" src="images/analysis.png" alt="">
<h5>Customized Requirements</h5>
<p>Every idea is unique and that's whywe craft it as per your requirement</p>
</div>
</div>
</div>
</section>
<!-- home page -requirement section-->
<section class="requirements-section pt-1 pb-1 pt-md-2 pb-md-2">
<div class="container">
<div class="row align-items-center">
<div class="col-md-9">
<h4>Do you have any requirements? We can do it for you!</h4>
</div>
<div class="col-md-3">
<button class="btn btn-lg btn-primary">Get Started</button>
</div>
</div>
</div>
</section>
<!-- home page - about snippet section -->
<section class="about snippet-section p-2 pt-md-4 pb-md-4 ">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h4>About Simple Snippets</h4>
<button class="btn btn-lg btn-primary">Read More</button>
</div>
<div class="col-md-6 text-right">
<img class=" img-fluid p-2" src="images/comp.png" alt="">
</div>
</div>
</div>
</section>
<!--home page - search section-->
<section class="home-newsletter">
<div class="row p-2 ">
<div class="col-md-12 text-center pr-5 pl-5">
<h4>Subscribe to our Newsletter</h4>
<div class="input-group pl-5">
<input type="email" class="form-control" placeholder="Enter your email">
<span class="input-group-btn pr-5">
<button class="btn btn-theme" type="submit">Subscribe</button>
</span>
</div>
</div>
</div>
</section>
<!-- footer(top and bottom)-->
<footer class="full-footer">
<div class="container top-footer p-md-3 p-1">
<div class="row">
<div class="col-md-3 pl-4 pr-4" >
<img class="img-fluid" src="images/burger.png" width="60px" alt="">
<p>
A burger is a sandwich consisting of one or more cooked patties...
<a href="#">Read more...</a>
</p>
<a style="color: silver;" class="p-1" href="#"><i class="fab fa-2x fa-facebook-square"></i></a>
<a style="color: silver;" class="p-1" href="#"><i class="fab fa-2x fa-instagram"></i></a>
<a style="color: silver;" class="p-1" href="#"><i class="fab fa-2x fa-twitter-square"></i></a>
<a style="color: silver;" class="p-1" href="#"><i class="fab fa-2x fa-google-plus-square"></i></a>
</div>
<div class="col-md-3 pl-4 pr-4">
<h4>Importants Links</h4>
<a href="#">Privacy Policy</a><br>
<a href="#">Youtube Channel Link</a><br>
<a href="#">Blog Articles</a><br>
<a href="#">Social Media</a>
</div>
<div class="col-md-3 pl-4 pr-4">
<h4>Our Services</h4>
<a href="web_designing.html">Web Designing</a><br>
<a href="web_development.html">Web Development</a><br>
<a href="seo_service.html">SEO Services</a><br>
<a href="software_development.html">Software Development</a><br>
<a href="mobile_development.html">Mobile Development</a><br>
<a href="graphic_designing.html">Graphic Designing</a>
</div>
<div class="col-md-3 pl-4 pr-4">
<h4>Contact Us</h4>
<a href="#"> <i class="fas fa-phone"></i>+(91)123456789 </a><br>
<a href="#"> <i class="fas fa-envelope"></i> abc@gmail.com</a>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d241316.64332144568!2d72.74109713631994!3d19.
082522324824836!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c6306644edc1%3A0x5da4ed8f8d648c69!
2sMumbai%2C%20Maharashtra!5e0!3m2!1sen!2sin!4v1595338469592!5m2!1sen!2sin" frameborder="0">
</iframe>
</div>
</div>
</div>
</div>
<div class="container-fluid bottom-footer pt-2">
<div class="row">
<div class="col-12 text-center">
<p> Copyrights @2020 - All rights reserved</p>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="bootstrap/js/jquery-3.5.1.slim.min.js" ></script>
<script src="bootstrap/js/popper.min.js" ></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>