-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
305 lines (288 loc) · 17.4 KB
/
index.php
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/index.css">
<!-- jQuery Library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Counts JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js"></script>
<link rel="icon" href="assets/images/logo.png">
<title>TechJam</title>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="index">
<img src="assets/images/logo.png" alt="" width="30" height="24" class="d-inline-block align-text-top"> TechJam</a>
<span class="navbar-text">
The Creativity you need...
</span>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav nav-tabs navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 style="color:slateblue; font-family:monospace">Elegant and Creative Solutions</h1>
<h2>We are team of talented designers making websites with Bootstrap</h2>
<div class="d-flex">
<a href="#abt" class="btn-get-started scrollto" style="text-decoration: none;">Get Started →</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/Pics/hero-img.jpg" class="img-fluid animated" alt="" width="550px">
</div>
</div>
</div>
</section>
<!-- ======= About Section ======= -->
<section class="about" id="abt">
<div class="container">
<div class="row">
<div class="col align-self-start">
<div class="icon-box shadow-lg">
<div class="icon"><img src="assets/Pics/icon-service.gif" width="48px" /></div>
<h4 class="title">Quality Services</h4>
<p class="description">We help clients save time by conducting research into trends.</p>
</div>
</div>
<div class="col align-self-center">
<div class="icon-box shadow-lg">
<div class="icon"><img src="assets/Pics/icons-idea.gif" width="48px" /></div>
<h4 class="title">Valuable Ideas</h4>
<p class="description">Our goal is simple, to make things that people care about.</p>
</div>
</div>
<div class="col align-self-end">
<div class="icon-box shadow-lg">
<div class="icon"><img src="assets/Pics/icons-budget.gif" width="48px" /></div>
<h4 class="title">Budget Friendly</h4>
<p class="description">We can highlight areas where cost savings can be made.</p>
</div>
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h2 style="color: red; font-family:cursive">About Us</h2>
<h3 style="color: rebeccapurple">
We deal With The Aspects Of Professional IT Services
</h3>
<p style="font-size: larger;">
We offer comprehensive data analysis and business research services designed to provide you with in depth knowledge needed to make complex decisions in your business. <br> From competitor research for a growing startup to multi
year financial analytics for an investment firm and much more, we offer the scalable, industry targeted expertise and mastery of technology needed to get the most out of your business in every new endeavor you undertake.
</p>
<div style="display: flex; justify-content: end;">
<button class="btn btn-primary" id="knowmore">Know more →</button>
<script>
$('#knowmore').click(function() {
window.location = "aboutus"
})
</script>
</div>
</div>
</div>
</div>
</section>
<section class="mission" style="display: flex; justify-content: center;">
<div style="display: flex; padding: 2%; border-radius: 10px;">
<div style="margin: 5% auto;">
<h2 style="color: tomato;">Our Mission</h2>
<p>Our goal is simple, to make things that people care about. <br> We were founded on this principle and we will always be commited to it.</p>
<ul>
<li>Practice maturity in hardware, firmware and middleware.</li>
<li>Complete software platform development.</li>
<li>Device and field testing for electronics.</li>
</ul>
</div>
<div style="display: flex; margin: 2%;">
<div style="display: flex; flex-direction: column;">
<img src="assets/Pics/m1.jpg" alt="" style="border-radius: 10px; margin: 2%;">
<img src="assets/Pics/m2.jpg" alt="" style="border-radius: 10px; margin: 2%;">
</div>
<div style="display: flex; flex-direction: column;">
<img src="assets/Pics/m3.jpg" alt="" style="border-radius: 10px; margin: 2%;">
<img src="assets/Pics/m4.jpg" alt="" style="border-radius: 10px; margin: 2%;">
</div>
</div>
</div>
</section>
<!-- Service Section -->
<section>
<div class="container" style="padding: 2%; margin:0 auto">
<div class="row" style="justify-content: center;">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel" style="width: 400px;">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner" style="border-radius: 20px;">
<div class="carousel-item active">
<img src="assets/Pics/cybersecurity.jpg" class="d-block" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Cyber Security</h5>
<p> Expertise in a IT consultancy for the many companies, for their different working areas.</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/Pics/digital-service.jpg" class="d-block" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Digital Service</h5>
<p> Expertise in a IT consultancy for the many companies, for their different working areas.</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/Pics/product-design.jpg" class="d-block" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Product Design</h5>
<p> Expertise in a IT consultancy for the many companies, for their different working areas.</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/Pics/web-dev.jpg" class="d-block" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Web Development</h5>
<p> Expertise in a IT consultancy for the many companies, for their different working areas.</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/Pics/it-consult.jpg" class="d-block" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>IT Consultancy</h5>
<p> Expertise in a IT consultancy for the many companies, for their different working areas.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h2 style="color:red; font-family:cursive">Our Services</h2>
<p style="font-size: larger;">
Web designing in a powerful way of just not a profession, however, in a passion for our Company. We have a tendency to believe the idea that smart looking.
</p>
<div class="d-flex justify-content-center">
<a href="services" class="btn btn-primary" style="text-decoration: none;">All Services →</a>
</div>
<section class="counts-section" style="margin: 2%;">
<div class="text-dark py-5">
<div class="container1">
<div class="row" style="justify-content: center;">
<div class="col-lg-3 col-6 text-center">
<h2 data-toggle="counterUp">69</h2>
<h6>Clients</h6>
</div>
<div class="col-lg-3 col-6 text-center">
<h2 data-toggle="counterUp">420</h2>
<h6>Projects</h6>
</div>
<div class="col-lg-3 col-6 text-center">
<h2 data-toggle="counterUp">4,262</h2>
<h6>Hours Of Support</h6>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Bootstrap JS -->
<script src="https://www.markuptag.com/bootstrap/5/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript">
// jQuery counterUp
$('[data-toggle="counterUp"]').counterUp({
delay: 5,
time: 1500
});
</script>
<footer class="bg-dark" style="padding: 2%;">
<div class="row">
<div class="col-md-4">
<div class="d-flex" style="justify-content: center;">
<img src="assets/images/logo.png" alt="" width="70px" height="70px">
<h3 style="color: white; margin-left: 2%;">TechJam</h3>
</div>
<p style="color: white; text-align: center;">We’ve designed a culture that allows our stewards to assimilate with our clients and bring the best of who we are to your business. <br> We’ve designed a culture that allows our stewards.</p>
</div>
<div class="col-md-4" style="color: white; text-align: center;">
<h3><a href="services.html" style="text-decoration: none;"> Services</a></h3>
<p>Cyber Security <br>Digital Service <br> Web Development <br> IT Consultancy <br> Product Design</p>
</div>
<div class="col-sm-3 col-md-4" style="color: white; text-align: center;">
<h6 class="text-uppercase font-weight-bold" style="color: blue;">Newsletter</h6>
<p class="text-muted">Subscribe to our news letter!</p>
<div style="border-bottom: 1px solid white;">
<div class="input-group" style="align-items: center;">
<input type="email" placeholder="Enter your email address" class="form-control">
<div class="input-group-append" style="border: 1px solid white;">
<button id="subscribe" type="submit" class="btn btn-link"><i class="fa fa-paper-plane" style="height: 5px;"></i></button>
</div>
</div>
</div>
</div>
</div>
<center>
<p class="text-white" style="text-align: center;"> <br><br> Copyright © 2021 TechJam Ltd. - Design: <span style="color:purple"><b>Straw hat Pirates</b></span></p>
</center>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-kQtW33rZJAHjgefvhyyzcGF3C5TFyBQBA13V1RKPf4uH+bwyzQxZ6CmMZHmNBEfJ" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.min.js" integrity="sha384-PsUw7Xwds7x08Ew3exXhqzbhuEYmA2xnwc8BuD6SEr+UmEHlX8/MCltYEodzWA4u" crossorigin="anonymous"></script>
-->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
$('.counter-value').each(function() {
$(this).prop('Counter', 0).animate({
Counter: $(this).text()
}, {
duration: 3500,
easing: 'swing',
step: function(now) {
$(this).text(Math.ceil(now));
}
});
});
</script>
</body>
</html>