-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
197 lines (181 loc) · 11 KB
/
aboutus.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
<!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/style.css">
<link rel="stylesheet" href="assets/css/about.css">
<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.html">
<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" 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 active" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="about1">
<h2>About Us</h2>
<p>We help businesses elevate their value through custom software development, product design etc.</p>
</section>
<section class="about">
<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">
<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>
</div>
</div>
</div>
</section>
<section id="team" class="team section-bg">
<div class="container">
<div class="section-title">
<span>Team</span>
<h2>Our Team</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="Assets/Pics/Amit.jpg" alt="">
<h4>Amit Hegde</h4>
<span>Back-end Web Developer</span>
<p>
I am Computer Science Engineering Student and Full-Stack Web Development intern at TEQUED.
</p>
<div style="text-align: center;">
<a href="https://www.linkedin.com/in/amit-hegde-9b376a177/" class="fa fa-linkedin" style="color: #007bb5; padding-left: 2%;"></a>
<a href="https://www.instagram.com/amit.hegde.56/" class="fa fa-instagram" style="color: rgb(255, 0, 0); padding-left: 2%;"></a>
<a href="https://github.com/amit-hegde" class="fa fa-github" style="color: rgb(0, 5, 8); padding-left: 2%;"></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="Assets/Pics/Manoj.jpg" alt="">
<h4>Manoj Bhat</h4>
<span>Front-end Web Developer</span>
<p>
I am an aspiring Computer Science Engineering Student, interested in Full-Stack Web Development. I am on the path of self-learning and here's how you can get in touch with me </p>
<div style="text-align: center;">
<a href="https://www.linkedin.com/in/manoj-bhat-936130177/" class="fa fa-linkedin" style="color: #007bb5; padding-left: 2%;"></a>
<a href="https://github.com/Manoj1723" class="fa fa-github" style="color: rgb(0, 5, 8); padding-left: 2%;"></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="Assets/Pics/Ayush.jpg" alt="">
<h4>Ayush Saraf</h4>
<span>Database Manager</span>
<p>
I am final year Computer Science Engineering Student and aspiring to be an entrepreneur. </p>
<div style="text-align: center;">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter" style="color: #55ACEE; padding-left: 2%;"></a>
<a href="#" class="fa fa-linkedin" style="color: #007bb5; padding-left: 2%;"></a>
<a href="#" class="fa fa-instagram" style="color: rgb(255, 0, 0); padding-left: 2%;"></a>
<a href="#" class="fa fa-github" style="color: rgb(0, 5, 8); padding-left: 2%;"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<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>
-->
</body>
</html>