-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-creative-portfolio.html
209 lines (209 loc) · 16.8 KB
/
home-creative-portfolio.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
207
208
209
<!doctype html>
<html class="no-js show-theme-demos" lang="en">
<head>
<title>Litho – The Multipurpose HTML5 Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="ThemeZaa">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="description" content="Litho is a clean and modern design, BootStrap 4 responsive, business and portfolio multipurpose HTML5 template with 36+ ready homepage demos.">
<!-- favicon icon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- style sheets and font icons -->
<link rel="stylesheet" type="text/css" href="css/font-icons.min.css">
<link rel="stylesheet" type="text/css" href="css/theme-vendors.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
</head>
<body>
<!-- start page loader -->
<div class="page-loader"></div>
<!-- end page loader -->
<!-- start header -->
<header>
<!-- start navigation -->
<nav class="navbar no-sticky navbar-expand-lg navbar-light bg-white header-light header-reverse-scroll top-logo z-index-1 navbar-boxed">
<div class="container-fluid flex-wrap nav-header-container h-100px xs-h-80px">
<div class="col-12 mx-lg-auto text-center d-flex align-items-center justify-content-between md-padding-15px-tb">
<div class="col-auto col-sm header-social-icon text-left d-sm-flex d-none border-0 p-0">
<a href="http://www.facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="http://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
<a class="col-auto col-sm navbar-brand padding-15px-tb px-0" href="index.html">
<img src="images/logo-black.png" data-at2x="images/[email protected]" class="default-logo" alt="">
<img src="images/logo-black.png" data-at2x="images/[email protected]" class="alt-logo" alt="">
<img src="images/logo-black.png" data-at2x="images/[email protected]" class="mobile-logo" alt="">
</a>
<div class="col-auto col-sm d-flex align-items-center justify-content-end text-extra-dark-gray p-0">
<div class="header-push-button">
<a href="javascript:void(0);" class="push-button ">
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
<!-- start hamburger menu popup -->
<div class="hamburger-menu hamburger-menu-big-font bg-extra-dark-gray w-25 xl-w-40 lg-w-45 md-w-50 sm-w-100 box-shadow-extra-large">
<a href="javascript:void(0);" class="close-menu text-white"><i class="feather icon-feather-x icon-extra-small"></i></a>
<div class="row no-gutters h-100">
<div class="col-lg-12">
<div class="row no-gutters align-items-center justify-content-center h-100 padding-7-rem-all xs-padding-3-rem-all">
<div class="col-12 menu-list-wrapper menu-list-wrapper-small text-center text-md-left" data-scroll-options='{ "theme": "light" }'>
<!-- start menu -->
<ul class="menu-list alt-font w-100 font-weight-500 letter-spacing-minus-2px">
<!-- start menu item -->
<li class="menu-list-item"><a href="index.html">home</a>
</li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="about-me.html">about</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="our-services.html">services</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="portfolio-colorful-metro.html">portfolio</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="home-blog-metro.html">blog</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="contact-us-modern.html">contact</a></li>
<!-- end menu item -->
</ul>
<!-- end menu -->
</div>
<div class="col-12 d-none d-md-block">
<div class="alt-font margin-50px-top">
<span class="margin-5px-bottom text-extra-large d-inline-block">Let's work together?</span>
<h6><a href="mailto:[email protected]" class="text-white text-decoration-line-bottom font-weight-500">[email protected]</a></h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end hamburger menu popup -->
</header>
<!-- end header -->
<!-- start section -->
<section class="horizontal-portfolio-slider-main p-0 fullscreen-top-space position-relative">
<div class="d-flex flex-column justify-content-center h-100">
<div class="swiper-container black-move horizontal-portfolio-slider padding-30px-bottom" data-slider-options='{ "slidesPerView": "auto","speed": 1500, "snapOnRelease": true, "loop": true, "centerInsufficientSlides": true, "autoplay": { "delay": 2500 }, "navigation": { "nextEl": ".swiper-button-next-nav", "prevEl": ".swiper-button-previous-nav" }, "mousewheel": { "invert": true } }' data-slider-destroy='991'>
<div class="swiper-wrapper">
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-01.html">
<img class="d-block margin-3-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-01.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-2px margin-5px-bottom">farmland<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">wonderful place</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-02.html">
<img class="d-block margin-3-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-02.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">biolator<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">create brand</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-03.html">
<img class="d-block margin-3-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-03.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">celebrate<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">good morning</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-04.html">
<img class="d-block margin-3-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-04.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">gardner<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">everything good</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-05.html">
<img class="d-block margin-3-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-05.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">aparthotel<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">good suggestions</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100 md-margin-50px-bottom">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-01.html">
<img class="d-block margin-4-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-06.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">truenorth<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">true celebrations</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
<!-- start slider item -->
<div class="swiper-slide w-30 text-center lg-w-35 md-w-100">
<div class="tilt-box-main z-index-0">
<div class="tilt-box" data-tilt-options='{ "maxTilt": 20, "perspective": 1000, "easing": "cubic-bezier(.03,.98,.52,.99)", "scale": 1, "speed": 500, "transition": true, "reset": true, "glare": false, "maxGlare": 1 }'>
<a href="single-project-page-02.html">
<img class="d-block margin-4-rem-bottom w-100 sm-margin-2-rem-bottom" src="images/home-creative-portfolio-img-07.jpg" alt="" />
<h2 class="slider-title alt-font font-weight-600 text-extra-dark-gray letter-spacing-minus-1px margin-5px-bottom">lightology<span class="slider-title-hover bg-extra-dark-gray"></span></h2>
<div class="bottom-text text-large text-center text-medium-gray">energy formula</div>
</a>
</div>
</div>
</div>
<!-- end slider item -->
</div>
<!-- start slider navigation -->
<!-- <div class="swiper-button-next-nav swiper-button-next rounded-circle slider-navigation-style-07"><i class="feather icon-feather-arrow-right"></i></div>
<div class="swiper-button-previous-nav swiper-button-prev rounded-circle slider-navigation-style-07"><i class="feather icon-feather-arrow-left"></i></div> -->
<!-- end slider navigation -->
</div>
</div>
</section>
<!-- end section -->
<!-- javascript -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/theme-vendors.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>