-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
179 lines (165 loc) · 6.05 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Riddle - Portfolio Template</title>
<meta charset="UTF-8">
<meta name="description" content="Riddle - Portfolio Template">
<meta name="keywords" content="portfolio, riddle, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/magnific-popup.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- header section start -->
<header class="header-section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3">
<div class="logo">
<h2 class="site-logo">Riddle</h2>
</div>
</div>
<div class="col-lg-8 col-md-9">
<a href="" class="site-btn header-btn">Get in touch</a>
<nav class="main-menu">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="home-2.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
</header>
<!-- header section end -->
<!-- intro section start -->
<section class="intro-section">
<div class="container text-center">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h2 class="section-title">I’m a freelance <span>digital designer</span>, with +10 years of experience</h2>
</div>
</div>
</div>
</section>
<!-- intro section end -->
<!-- portfolio section start -->
<section class="portfolio-section">
<div class="container">
<ul class="portfolio-filter controls">
<li class="control" data-filter="all">All</li>
<li class="control" data-filter=".web">Web design</li>
<li class="control" data-filter=".digital">Digital design</li>
<li class="control" data-filter=".rened">3D Renedering</li>
<li class="control" data-filter=".brand">Brand Identity</li>
</ul>
</div>
<div class="container-fluid p-md-0 ">
<div class="row portfolios-area">
<div class="mix col-lg-6 col-md-6 web">
<a href="img/portfolio/1.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/1.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-6 col-md-6 digital">
<a href="img/portfolio/2.jpg" class="portfolio-item set-bg " data-setbg="img/portfolio/2.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-4 col-md-6 web">
<a href="img/portfolio/3.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/3.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-4 col-md-6 digital">
<a href="img/portfolio/4.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/4.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-4 col-md-6 rened">
<a href="img/portfolio/5.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/5.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-12 col-md-6 brand">
<a href="img/portfolio/6.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/6.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-6 col-md-6 rened">
<a href="img/portfolio/7.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/7.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
<div class="mix col-lg-6 col-md-6 brand">
<a href="img/portfolio/8.jpg" class="portfolio-item set-bg" data-setbg="img/portfolio/8.jpg">
<div class="pi-inner">
<h2>+ See Project</h2>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- portfolio section end -->
<!-- footer section start -->
<footer class="footer-section text-center">
<div class="container">
<h2 class="section-title mb-5">Let’s work together</h2>
<a href="" class="site-btn">Get in touch</a>
<div class="social-links">
<a href=""><span class="fa fa-pinterest"></span></a>
<a href=""><span class="fa fa-linkedin"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
</div>
<div class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>