-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesign.html
More file actions
100 lines (91 loc) · 3.15 KB
/
Copy pathDesign.html
File metadata and controls
100 lines (91 loc) · 3.15 KB
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
<!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" />
<link rel="icon" type="image/png" sizes="32x32" href="Assets/favicon.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,400;1,300;1,600&display=swap"
/>
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,400;1,300;1,600&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap"
/>
<link
rel="preload"
href="CSS/style.css"
as="style"
onload="this.rel='stylesheet'"
/>
<noscript><link rel="stylesheet" href="CSS/style.css" /></noscript>
<title>Jack WebDev | Design, Online Marketing & Website Development</title>
</head>
<body>
<div id="home" class="terms__service">
<div class="bg-image"><p class="bg-img__title">Design</p></div>
<div class="design__content-container">
<img
loading="lazy"
src="Assets/design_icon-min.png"
alt="design-icon"
class="design_icon__mobile"
/>
<div class="design__content">
<h2>Design Service</h2>
<p>
I pride myself in being able to create eye catching designs for
clients, rich in quality and leave a lasting impression on their
brands/websites.
</p>
<h3>These are some of the design services I offer:</h3>
<ul class="design__list">
<li class="design__items">Posters</li>
<li class="design__items">Logos</li>
<li class="design__items">Re-Branding</li>
<li class="design__items">Business Cards</li>
</ul>
</div>
</div>
</div>
<div class="View_work" id="work">
<img loading="lazy" src="Assets/MLAURA-min.png" alt="" />
<img loading="lazy" src="Assets/Space-min.png" alt="" />
<img loading="lazy" src="Assets/beer-min.png" alt="" />
<img loading="lazy" src="Assets/TM-min.png" alt="" />
<img loading="lazy" src="Assets/COD-min.png" alt="" />
<img loading="lazy" src="Assets/HXG PRESENTS-min.png" alt="" />
</div>
<footer class="design__footer">
<h3>
You want to take your business to the next level? Contact me today!
</h3>
<div class="details">
<p class="email">jackwebdev31@gmail.com</p>
<p class="text">(+27) 67-016-6982</p>
<p class="attribution">
Built & designed by
<a
href="https://github.com/Jack-WebDev"
target="_blank"
class="signed"
>Jack WebDev</a
>
</p>
</div>
</footer>
</body>
</html>