-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
206 lines (206 loc) · 10.8 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Canal - Multipurpose HTML theme</title>
<link rel="stylesheet" href="css/libs.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="css/flipclock.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style-switcher.css">
</head>
<body data-spy="scroll" data-target="#navbar-toggle">
<!-- Header starts-->
<header class="header-section dark">
<nav class="navbar nav navbar-fixed-top navbar-expand-lg"><a class="logo navbar-brand" href="#">Canal</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-toggle" aria-controls="navbar-toggle" aria-expanded="false" aria-label="Toggle navigation"><span></span><span></span><span></span></button>
<div class="collapse navbar-collapse" id="navbar-toggle">
<ul class="navbar-nav ml-md-auto nav">
<li class="nav-item"><a class="nav-link" href="index.html#intro-section">Home</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#services-section">Services</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#about-us">About</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#team">Team</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="">Features</a>
<ul class="dropdown-menu animated">
<li><a class="nav-link" href="index-particles.html">Particle Slider</a></li>
<li><a class="nav-link" href="index-youtube-bg-slider.html">Youtube BG Slider</a></li>
<li class="sub-menu dropdown"><a class="nav-link dropdown-toggle" href="#">Headers</a>
<ul class="dropdown-menu animated">
<li><a class="dropdown-item" href="header-1.html">Header 1</a></li>
<li><a class="dropdown-item" href="header-2.html">Header 2</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="">Pages</a>
<ul class="dropdown-menu animated">
<li><a class="dropdown-item" href="coming-soon.html">Coming Soon</a></li>
<li><a class="dropdown-item" href="about.html">About</a></li>
<li><a class="dropdown-item" href="404.html">404 </a></li>
<li><a class="dropdown-item" href="404-alt.html">404 Alt</a></li>
</ul>
</li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#">Blog</a>
<ul class="dropdown-menu animated">
<li><a class="dropdown-item" href="index.html#blog-posts">Blog Section</a></li>
<li><a class="dropdown-item" href="/blog.html">Blog List</a></li>
<li><a class="dropdown-item" href="/blog-alt.html">Blog List Alt</a></li>
<li><a class="dropdown-item" href="/blog-post.html">Blog Post</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="/#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- Header ends-->
<div class="page-header page-header-2">
<h3 class="page-title text-center breadcrumb-title">About</h3>
<ul class="breadcrumbs list-inline text-center">
<li class="list-inline-item"><a>Culture</a></li>
<li class="list-inline-item"><a>Team</a></li>
<li class="list-inline-item"><a>Employee</a></li>
</ul>
</div>
<section id="about-us">
<div class="container pt120 pb50">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Meet the Company</h2>
<p class="sub-title text-center">It's all about the culture</p>
</div>
</div>
<div class="row">
<div class="col-md-6"><img src="http://via.placeholder.com/500x400" alt="About us"></div>
<div class="col-md-6">
<h3>Taking pride in our culture</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor lorem, congue fringilla tellus feugiat, ullamcorper venenatis justo. Nunc vel pharetra diam, nec malesuada mauris. Vestibulum vel eros efficitur, sagittis ex vel, blandit quam. Morbi nunc massa, lobortis molestie sapien nec</p>
<blockquote>Seeing things to the very end is embued in our culture, we never let a teammate down.</blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin dolor lorem, congue fringilla tellus feugiat, ullamcorper venenatis justo. Nunc vel pharetra diam, nec malesuada mauris. Vestibulum vel eros efficitur, sagittis ex vel, blandit quam. Morbi nunc massa, lobortis molestie sapien nec</p>
</div>
</div>
</div>
</section>
<!-- About us section ends-->
<section class="dark-bg ptb90 mt50" id="team">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Meet our team</h2>
<p class="sub-title text-center">Ultimate building blocks of our company</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Elon Wonder</h3>
<p class="text-center title">Chief of humor</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Stevie Musk</h3>
<p class="text-center title">Head of Lunches</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Jane Connor</h3>
<p class="text-center title">Chief of Stuff</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Jessica James</h3>
<p class="text-center title">Chief of Everything</p>
</div>
</div>
<div class="row">
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Jane Connor</h3>
<p class="text-center title">Chief of Stuff</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Jessica James</h3>
<p class="text-center title">Chief of Everything</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Elon Wonder</h3>
<p class="text-center title">Chief of humor</p>
</div>
<div class="col-md-3"><img class="rounded" src="http://via.placeholder.com/350x350" alt="Team player">
<h3 class="text-center">Stevie Musk</h3>
<p class="text-center title">Head of Lunches</p>
</div>
</div>
</div>
</div>
</section>
<!-- Team section ends-->
<!-- Footer section starts-->
<div id="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-md-8">
<p class="mb-sm-2 mb-2-xs">Canal by Vishu. © 2017 All rights reserved.</p>
</div>
<div class="col-md-4">
<ul class="list-inline footer-nav text-sm-center text-md-right">
<li class="list-inline-item"><a href="#"><i class="icon-twitter-circled"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="icon-facebook-circled"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="icon-instagram-1"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="icon-github-circled"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer section ends-->
<!-- Root element of PhotoSwipe. Must have class pswp.-->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!--
Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba().
-->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden.-->
<div class="pswp__scroll-wrap">
<!--
Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on.
-->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed.-->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed.-->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- element will get class pswp__preloader active when preloader is running-->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster-->
<script src="js/plugins-min.js"></script>
<script src="js/main.js"></script>
</body>
</html>