-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeam.html
More file actions
212 lines (183 loc) · 9.18 KB
/
Copy pathTeam.html
File metadata and controls
212 lines (183 loc) · 9.18 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
<!DOCTYPE html>
<html lang="en-US"><head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="css/css.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Mobile Application HTML5 Template">
<meta name="copyright" content="MACode ID, https://www.macodeid.com/">
<title>Project CMS</title>
<link rel="shortcut icon" href="../assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/maicons.css">
<link rel="stylesheet" href="../assets/vendor/animate/animate.css">
<link rel="stylesheet" href="../assets/vendor/owl-carousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="../assets/css/bootstrap.css">
<link rel="stylesheet" href="../assets/css/mobster.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,700;1,500&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<style>
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 200 800;
font-display: swap;
src: url(https://smartslider3.com/wp-content/themes/ss/fonts/Inter-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<script async="" src="https://d.impactradius-event.com/A384120-ee2f-4ca8-ab3d-1d1517db0e7d1.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K3Z3W7"></script><script async="" src="https://d.impactradius-event.com/A384120-ee2f-4ca8-ab3d-1d1517db0e7d1.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-0TFJDPRLXE&l=dataLayer&cx=c"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-K3Z3W7"></script><script>
function _ready(fn) {
if (document.readyState === "complete" || document.readyState === "interactive") {
fn();
} else {
document.addEventListener("DOMContentLoaded", fn);
}
}
</script>
<script type="text/javascript">
</script></head>
<body class="post-template-default single single-post postid-21716 single-format-standard">
<nav class="navbar navbar-expand-lg navbar-dark navbar-floating">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="../assets/favicon-light.png" alt="" width="40">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="try.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Projects</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="Team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="ml-auto my-2 my-lg-0">
<button class="btn btn-primary rounded-pill">Download Now</button>
</div>
</div>
</div>
</nav>
<div class="bg-light">
<div class="page-hero-section bg-image hero-mini" style="background-image: url(../assets/img/hero_mini.svg);">
<div class="hero-caption">
<div class="container fg-white h-100">
<div class="row justify-content-center align-items-center text-center h-100">
<div class="col-lg-6" wow="" zoomin="">
<h2 style="font-family: 'Vollkorn', serif; color:white;" class="mb-4 fw-medium">Our Team</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb breadcrumb-dark justify-content-center bg-transparent">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Team</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="wow zoomIn" style="visibility: visible; animation-name: zoomIn;">
<img src="../assets/img/about.png">
</div>
</div>
<div class="wow fadeInRight" style="visibility: visible; animation-name: zoomIn;">
<img src="../assets/img/top.png">
</div>
<div class="wow zoomIn" style="visibility: visible; animation-name: zoomIn;">
<center><img src="../assets/img/trial3.png" width="900" height="510"></center>
</div>
<br>
<div class="page-footer-section bg-dark fg-white">
<div class="container wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="row mb-5 py-3">
<div class="col-sm-6 col-lg-2 py-3">
<h5 class="mb-3" style="color:white;">Pages</h5>
<ul class="menu-link">
<li><a href="#" class="">Key Features</a></li>
<li><a href="#" class="">Careers</a></li>
<li><a href="#" class="">Gallery</a></li>
</ul>
</div>
<div class="col-sm-6 col-lg-2 py-3">
<h5 class="mb-3" style="color:white;">Information</h5>
<ul class="menu-link">
<li><a href="#" class="">FAQ</a></li>
<li><a href="#" class="">T&C</a></li>
<li><a href="#" class="">Blog</a></li>
<li><a href="#" class="">Magazine</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-4 py-3">
<h5 class="mb-3" style="color:white;">Connect with us</h5>
<ul class="menu-link">
<li><a href="#" class="">M6, 1st Floor</a></li>
<li><a href="#" class="">Kanchan Sagar Building</a></li>
<li><a href="#" class="">Near Industry House, Indore</a></li>
<li><a href="#" class="">www.kangaroosoftware.net</a></li>
<li><a href="#" class=""> +91 78050 63968</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-4 py-3">
<h5 class="mb-3" style="color:white;">Subscribe</h5>
<p>Get some offers, news, or update features of application</p>
<form method="POST">
<div class="input-group">
<input type="text" class="form-control" placeholder="Your email..">
<div class="input-group-append">
<button type="submit" class="btn btn-primary"><span class="mai-send"></span></button>
</div>
</div>
</form>
<!-- Social Media Button -->
<div class="mt-4">
<a href="#" class="btn btn-fab btn-primary fg-white"><span class="mai-logo-facebook"></span></a>
<a href="#" class="btn btn-fab btn-primary fg-white"><span class="mai-logo-twitter"></span></a>
<a href="#" class="btn btn-fab btn-primary fg-white"><span class="mai-logo-instagram"></span></a>
<a href="#" class="btn btn-fab btn-primary fg-white"><span class="mai-logo-google"></span></a>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="row">
<div class="col-12 col-md-6 py-2">
<img src="../assets/icons8-c-100.png" alt="" width="40">
<!-- Please don't remove or modify the credits below -->
<p class="d-inline-block ml-2">Copyright © <a href="https://www.macodeid.com/" class="fg-white fw-medium">Project CMS</a>. All rights reserved</p>
</div>
<div class="col-12 col-md-6 py-2">
<ul class="nav justify-content-end">
<li class="nav-item"><a href="#" class="nav-link">Terms of Use</a></li>
<li class="nav-item"><a href="#" class="nav-link">Privacy Policy</a></li>
<li class="nav-item"><a href="#" class="nav-link">Cookie Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="../assets/js/jquery-3.5.1.min.js"></script>
<script src="../assets/js/bootstrap.bundle.min.js"></script>
<script src="../assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="../assets/vendor/wow/wow.min.js"></script>
<script src="../assets/js/mobster.js"></script>
</div>
</body></html>