-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphic-design.html
339 lines (291 loc) · 16.4 KB
/
graphic-design.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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="../style/graphic-design.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
</style>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css" />
<script src="https://kit.fontawesome.com/fa5117c01c.js" crossorigin="anonymous"></script>
<title>Graphic Design Page</title>
</head>
<body onload="show()">
<link rel="stylesheet" href="../style/navbar.css">
<div id="nav"></div>
<!-- ********************************************************************************* head section ********************************************************************************* -->
<div id="head">
<img class="img-head" src="../graphic design img/head-img.webp" alt="" />
<p class="text">
Graphics Design <br />
<small>Designs to make you stand out. <br /></small>
<a class="popup-video"
href="https://fiverr-res.cloudinary.com/video/upload/t_fiverr_hd_nl/v1/video-attachments/generic_asset/asset/ab0907217c9f9a2c1d2eee677beb7619-1626082923646/how_fiverr_works">
<button class="btn-head"> <i class="fa fa-play-circle"></i> How
Fiverr Works </button> </a>
</p>
</div>
<script>
$( function ()
{
$( '.popup-video' ).magnificPopup( {
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
} );
} );
</script>
<!-- ********************************************************************************* mini scroller section ********************************************************************************* -->
<div id="small-slider"></div>
<!-- ********************************************************************************* grafic-design section ********************************************************************************* -->
<h2 class="grafic-design-h2">Explore Graphics & Design</h2>
<div class="grafic-design">
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-1.webp" alt="" />
<h3>Logo & Brand Identity</h3>
<a href="#">Logo Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Brand Style Guides <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Fonts & Typography <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Business Cards & Stationery <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-2.webp" alt="" />
<h3>Web & App Design</h3>
<a href="#">Website Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">App Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">UX Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Landing Page Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Icon Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-3.webp" alt="" />
<h3>Art & Illustration</h3>
<a href="#">Illustration <i class="fas fa-arrow-right"></i></a><br />
<a href="#">NFT Art <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Pattern Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Portraits & Caricatures <i class="fas fa-arrow-right"></i></a>
<br />
<a href="#">Cartoons & Comics <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Tattoo Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Storyboards <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-4.webp" alt="" />
<h3>Marketing Design</h3>
<a href="#">Social Media Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Email Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Web Banners <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Signage Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-5.webp" alt="" />
<h3>Gaming</h3>
<a href="#">Game Art <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Graphics for Streamers <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Twitch Store <i class="fas fa-arrow-right"></i></a><br />
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-6.webp" alt="" />
<h3>Visual Design</h3>
<a href="#">Image Editing <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Presentation Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Infographic Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Vector Tracing <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Resume Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-7.webp" alt="" />
<h3>Print Design</h3>
<a href="#">T-Shirts & Merchandise <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Flyer Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Brochure Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Poster Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Catalog Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Menu Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Invitation Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-8.webp" alt="" />
<h3>Packaging & Covers</h3>
<a href="#">Packaging & Label Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Book Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Album Cover Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Podcast Cover Art <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Car Wraps <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-9.webp" alt="" />
<h3>Architecture & Building Design</h3>
<a href="#">Architecture & Interior Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Landscape Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Building Engineering <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Building Information Modeling <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-10.webp" alt="" />
<h3>Product & Characters Design</h3>
<a href="#">Industrial & Product Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Character Modeling <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Trade Booth Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-11.webp" alt="" />
<h3>Fashion & Jewelry</h3>
<a href="#">Fashion Design <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Jewelry Design <i class="fas fa-arrow-right"></i></a>
</div>
<div class="grafic-child-card">
<img class="img-grafic" src="../graphic design img/img-12.webp" alt="" />
<h3>Miscellaneous</h3>
<a href="#">Logo Maker Tool <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Design Advice <i class="fas fa-arrow-right"></i></a><br />
<a href="#">Other <i class="fas fa-arrow-right"></i></a><br />
</div>
</div>
<!-- ********************************************************************************* Graphics-Design-Related-Guides
*********************************************************************************
-->
<div class="Graphics-Design-Related-Guides">
<div class="graphic-guides-header">
<h2 class="grafic-guides-h2">Graphics & Design Related Guides</h2>
<div class="anchor-tag">
<a class="graphic-guides-anchor" href="#">See more guides </a>
<span class="symbol">></span>
</div>
</div>
<div class="graphic-guides-card-boss">
<div class="graphic-guides-card">
<img class="img-grafic-guides-card" src="../graphic design img/graphic-guides-img-1.webp"
alt="graphic-guides-img" />
<a class="graphic-guides-anchor-card" href="#">How to illustrate a children's book: 9 steps to
illustrate your
book</a>
</div>
<div class="graphic-guides-card">
<img class="img-grafic-guides-card" src="../graphic design img/graphic-guides-img-2.webp"
alt="graphic-guides-img" />
<a class="graphic-guides-anchor-card" href="#">Graphic design 101: what is graphic design?</a>
</div>
<div class="graphic-guides-card">
<img class="img-grafic-guides-card" src="../graphic design img/graphic-guides-img-3.webp"
alt="graphic-guides-img" />
<a class="graphic-guides-anchor-card" href="#">How to design a logo: 12 steps to creating a business
logo from
scratch
</a>
</div>
</div>
</div>
<div id="graphic_FAQ"></div>
<!-- ********************************************************************************* Services-Related-To-Graphics-Design
*********************************************************************************
-->
<div id="Services-Related-To-Graphics-Design">
<h2 class="services-releted-graphic-h2">
Services Related To Graphics & Design
</h2>
<div class="services-releted">
<div class="first">
<div class="services-div">
<a href="#" class="services-anchor-tag">Minimalist logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Signature logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Mascot logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">3d logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Hand drawn logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Vintage logo design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Remove background</a>
</div>
</div>
<div class="first">
<div class="services-div">
<a href="#" class="services-anchor-tag">Photo restoration</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Photo retouching</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Image resize</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Product label design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Custom twitch overlay</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Custom twitch emotes</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Gaming logo</a>
</div>
</div>
<div class="first">
<div class="services-div">
<a href="#" class="services-anchor-tag">Children book illustration</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Instagram design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Movie poster design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Box design</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Logo maker</a>
</div>
<div class="services-div">
<a href="#" class="services-anchor-tag">Logo ideas</a>
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="../style/footer.css">
<div id="footer"></div>
</body>
</html>
<script>
$( function ()
{
$( "#graphic_FAQ" ).load( "graphic-design-faq.html" );
} );
$( function ()
{
$( "#small-slider" ).load( "small-slider-graphic-design.html" );
} );
</script>
<script type="module">
import navbar from "../components/navbar_exp.js";
document.getElementById( "nav" ).innerHTML = navbar();
</script>
<script type="module">
import { footer } from "../script/footer.js";
document.getElementById( "footer" ).innerHTML = footer();
</script>
<script src="../script/signup_login.js"></script>