-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio-item-03.html
283 lines (182 loc) · 12.4 KB
/
portfolio-item-03.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en" class="no-js single-page-layout" data-mobile-classic-layout="true" data-classic-layout="false" data-prev-animation="16" data-next-animation="15" data-random-animation="false"><!-- InstanceBegin template="/Templates/layout.dwt" codeOutsideHTMLIsLocked="false" -->
<!-- Mirrored from themes.pixelwars.org/empathy-html/demo/portfolio-item-03.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 02 Jan 2020 16:32:22 GMT -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Empathy - Responsive HTML5 vCard Template">
<meta name="keywords" content="vcard, html5, portfolio">
<meta name="author" content="Pixelwars">
<title>Empathy</title>
<!-- FAV and TOUCH ICONS -->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon.png"/>
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css">
<link rel="stylesheet" type="text/css" href="css/fonts/fontello/css/fontello.css">
<link rel="stylesheet" type="text/css" href="js/nprogress/nprogress.css">
<link rel="stylesheet" type="text/css" href="js/jquery.magnific-popup/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="js/jquery.uniform/uniform.default.css">
<link rel="stylesheet" type="text/css" href="css/animations.css">
<link rel="stylesheet" type="text/css" href="css/align.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/768.css">
<!-- INITIAL SCRIPTS -->
<script src="js/jquery-1.12.1.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="js/ie.js"></script>
<![endif]-->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<!-- PAGE -->
<div id="page" class="hfeed site">
<!-- HEADER -->
<header id="masthead" class="header" role="banner">
<a class="menu-toggle toggle-link"></a>
<h1 class="site-title mobile-title">JACK ALLEN</h1>
<!-- header-wrap -->
<div class="header-wrap">
<img src="images/site/avatar.jpg" alt="avatar">
<h1 class="site-title">JACK ALLEN</h1>
<!-- NAV MENU -->
<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
<div class="nav-menu">
<ul>
<!-- InstanceBeginEditable name="Menu-Content" -->
<li><a href="index.html"><i class="pe-7s-home"></i>Home</a></li>
<li><a href="index.html#portfolio"><i class="pe-7s-back"></i>Back To Portfolio</a></li>
<li><a class="search-toggle"><i class="pe-7s-search"></i>Search</a></li>
<!-- InstanceEndEditable -->
</ul>
</div>
</nav>
<!-- NAV MENU -->
<!-- SEARCH -->
<div class="header-search">
<form role="search" method="get" id="search-form" action="#">
<input type="text" value="" name="s" id="search" placeholder="enter word">
<input type="submit" id="search-submit" title="Search" value="→">
</form>
</div>
<!-- SEARCH -->
<!-- header-bottom -->
<div class="header-bottom">
<!-- SOCIAL -->
<ul class="social">
<li>
<a class="facebook" href="#"></a>
</li>
<li>
<a class="twitter" href="#"></a>
</li>
<li>
<a class="linkedin" href="#"></a>
</li>
<li>
<a class="instagram" href="#"></a>
</li>
</ul>
<!-- SOCIAL -->
<!-- copy-text -->
<div class="copy-text">
<p>© 2015 Pixelwars</p>
</div>
<!-- copy-text -->
</div>
<!-- header-bottom -->
</div>
<!-- header-wrap -->
</header>
<!-- HEADER -->
<!-- .site-main -->
<div id="main" class="site-main">
<!-- InstanceBeginEditable name="Page-Content" -->
<!-- .portfolio-single -->
<div class="portfolio-single page-layout">
<!-- .layout-medium -->
<div class="layout-medium">
<!-- .hentry -->
<article class="hentry">
<!-- .entry-header -->
<header class="entry-header">
<!-- PORTFOLIO-NAV -->
<div class="portfolio-nav">
<a class="prev ajax" href="portfolio-item-02.html"></a>
<a class="back" href="#/portfolio"></a>
<a class="next ajax" href="portfolio-item-01.html"></a>
</div>
<!-- PORTFOLIO-NAV -->
<!-- TITLE -->
<h1 class="entry-title">audio project</h1>
<!-- TITLE -->
</header>
<!-- .entry-header -->
<!-- .entry-content -->
<div class="entry-content">
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/206043057&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<!-- .mini-text -->
<div class="mini-text">
<h5>ABOUT THE PROJECT</h5>
<p>Photographer is a new WordPress theme exclusively designed for photographers. Just released in January (2015) this theme is already showing how popular it is with it’s number of sales. Photographers are really enjoying this. I think it’s simplicity and focus on imagery is what’s making this theme popular. Check out the demo to view it live to see what all the excitement is about!</p>
<h5>MADE FOR</h5>
<p>Vinyl Records Inc.</p>
<p>
<a href="http://themeforest.net/item/photographer-a-wordpress-theme-for-photographers/9984139" target="_blank" class="button">LAUNCH PROJECT</a>
</p>
</div>
<!-- .mini-text -->
<p>
<img src="images/portfolio/single/02.jpg" alt="project">
<img src="images/portfolio/single/01.jpg" alt="project">
</p>
<!-- PORTFOLIO-NAV BOTTOM -->
<div class="portfolio-nav bottom">
<a class="prev ajax" href="portfolio-item-02.html"></a>
<a class="back" href="#/portfolio"></a>
<a class="next ajax" href="portfolio-item-01.html"></a>
</div>
<!-- PORTFOLIO-NAV BOTTOM-->
</div>
<!-- .entry-content -->
</article>
<!-- .hentry -->
</div>
<!-- .layout-medium -->
</div>
<!-- .portfolio-single -->
<!-- InstanceEndEditable -->
</div>
<!-- .site-main -->
</div>
<!-- PAGE -->
<!-- InstanceBeginEditable name="Body-End-Content" -->
<!-- InstanceEndEditable -->
<!-- SCRIPTS -->
<script src="js/jquery.address-1.5.min.js"></script>
<script src="js/nprogress/nprogress.js"></script>
<script src="js/fastclick.js"></script>
<script src="js/typist.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.uniform/jquery.uniform.min.js"></script>
<script src="js/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/socialstream.jquery.js"></script>
<script src="js/jarallax.min.js"></script>
<script src="js/jarallax-video.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!--<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>-->
<script src="js/main.js"></script>
</body>
<!-- InstanceEnd -->
<!-- Mirrored from themes.pixelwars.org/empathy-html/demo/portfolio-item-03.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 02 Jan 2020 16:32:22 GMT -->
</html>