-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (227 loc) · 12.8 KB
/
index.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bluebox | Damian Fiałkiewicz Portfolio</title>
<meta name="description" content="Projekt responsywnej strony biznesowej Bluebox stworzony na podstawie darmowego PSD">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.min.css">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700" rel="stylesheet" type="text/css">
</head>
<body>
<header class="main-header">
<a class="logo-link" href="index.html">
<img class="logo" src="img/navigation/logo.svg" alt="logo"/>
</a>
<nav class="menu">
<button type="button" class="hamburger"><span class="btn-text-hide">Menu mobile</span></button>
<ul class="menu__list">
<li class="menu__item"><a class="menu__link" href="about.html">About</a></li>
<li class="menu__item"><a class="menu__link menu__link--active" href="index.html">Services</a></li>
<li class="menu__item"><a class="menu__link" href="works.html">Works</a></li>
<li class="menu__item"><a class="menu__link" href="contact.html">Contact us</a></li>
</ul>
</nav>
<button class="btn-search"><span class="btn-text-hide">Search mobile</span></button>
<form class="form-search">
<input type="search" class="form-search__field" placeholder="Search">
<button type="submit" class="form-search__submit">
<span class="btn-text-hide">Search submit</span>
</button>
</form>
</header>
<main>
<a class="scroll-arrow"></a>
<div class="slider">
<button type="button" class="slider__btn-arrow slider__btn-arrow--prev">
<span class="btn-text-hide">Prev slider arrow</span>
</button>
<button type="button" class="slider__btn-arrow slider__btn-arrow--next">
<span class="btn-text-hide">Next slider arrow</span>
</button>
<div class="slider__wrapper">
<div class="slider__container">
<div class="slider__heading">
<h1 class="slider__title">We are a Creative Digital Agency</h1>
<a href="#" class="slider__btn-more">Learn More</a>
</div>
<img src="img/slider/mac-yellow.png" alt="macbook" class="slider__img">
</div>
</div>
</div>
<div class="apps">
<div class="apps__container">
<h2 class="section-title">Web Design</h2>
<img src="img/apps/paintbrush.png" class="apps__img" alt="app-icon">
<p class="apps__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse rhoncus, lacus ac commodo volutpat, felis odio pulvinar
enim, non dapibus mauris nulla sed ipsum.</p>
<a href="#" class="apps__link">Read more</a>
</div>
<div class="apps__container">
<h2 class="section-title">Social Media</h2>
<img src="img/apps/connection.png" class="apps__img" alt="app-icon2">
<p class="apps__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse rhoncus, lacus ac commodo volutpat, felis odio pulvinar
enim, non dapibus mauris nulla sed ipsum.</p>
<a href="#" class="apps__link">Read more</a>
</div>
<div class="apps__container">
<h2 class="section-title">Mobile Apps</h2>
<img src="img/apps/mobile.png" class="apps__img" alt="app-icon3">
<p class="apps__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Suspendisse rhoncus, lacus ac commodo volutpat, felis odio pulvinar
enim, non dapibus mauris nulla sed ipsum.</p>
<a href="#" class="apps__link">Read more</a>
</div>
</div>
<section class="projects">
<h2 class="section-title projects__title">Our projects</h2>
<div class="projects__container">
<div class="projects__images">
<img src="img/projects/project1.jpg" class="projects__img" alt="project 1">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project2.jpg" class="projects__img" alt="project 2">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project3.jpg" class="projects__img" alt="project 3">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project4.jpg" class="projects__img" alt="project 4">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project5.jpg" class="projects__img" alt="project 5">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project6.jpg" class="projects__img" alt="project 6">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project7.jpg" class="projects__img" alt="project 7">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
<div class="projects__images">
<img src="img/projects/project8.jpg" class="projects__img" alt="project 8">
<div class="projects__mask">
<h3 class="projects__mask-title">This is image hover</h3>
<p class="projects__mask-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--show"><span class="btn-text-hide">Show project</span></a>
<a href="#" type="button" name="button" class="projects__mask-btn projects__mask-btn--share"><span class="btn-text-hide">Share project</span></a>
</div>
</div>
</div>
</section>
<section class="clients">
<h2 class="section-title clients__title">Clients</h2>
<div class="clients__wrapper">
<ul class="clients__list">
<li class="clients__item">
<a href="http://www.apartmentfinder.com/" target="_blank">
<img class="clients__img" src="img/clients/apartment-finder.png" alt="apartment-finder"/>
</a>
</li>
<li class="clients__item">
<a href="http://www.casio.com/" target="_blank">
<img class="clients__img" src="img/clients/casio.png" alt="casio"/>
</a>
</li>
<li class="clients__item">
<a href="http://www.cnn.com/" target="_blank">
<img class="clients__img" src="img/clients/cnn.png" alt="cnn"/>
</a>
</li>
<li class="clients__item">
<a href="http://www.fujifilm.com/" target="_blank">
<img class="clients__img" src="img/clients/fujifilm.png" alt="fujifilm"/>
</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__wrapper">
<div class="footer__container">
<div class="footer__side">
<ul class="footer__list">
<li class="footer__item"><a class="footer__link" href="about.html">About</a></li>
<li class="footer__item"><a class="footer__link" href="index.html">Services</a></li>
<li class="footer__item"><a class="footer__link" href="works.html">Works</a></li>
<li class="footer__item"><a class="footer__link" href="contact.html">Contact us</a></li>
</ul>
<p class="footer__copyright">© 2016 BlueBox. All Right Reserved.</p>
<p class="footer__copyright">Developed by <a href="/" class="footer__developer">Damian Fiałkiewicz</a>.</p>
</div>
<ul class="footer__socials">
<li class="footer__social"><a href="http://facebook.com" class="footer__social-link"><img src="img/socials/facebook.png" alt="facebook"></a></li>
<li class="footer__social"><a href="http://linkedin.com" class="footer__social-link"><img src="img/socials/linkedin.png" alt="linkedin"></a></li>
<li class="footer__social"><a href="http://twitter.com" class="footer__social-link"><img src="img/socials/twitter.png" alt="twitter"></a></li>
<li class="footer__social"><a href="http://pinterest.com" class="footer__social-link"><img src="img/socials/pinterest.png" alt="pinterest"></a></li>
<li class="footer__social"><a href="http://dribbble.com" class="footer__social-link"><img src="img/socials/dribbble.png" alt="dribbble"></a></li>
<li class="footer__social"><a href="http://plus.google.com" class="footer__social-link"><img src="img/socials/google-plus.png" alt="google+"></a></li>
</ul>
</div>
<p class="footer__desc">The logos used in the design are the property of their respective owners / copyright holders.</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="js/main.min.js"></script>
</body>
</html>