-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebDesign.html
More file actions
103 lines (82 loc) · 5.02 KB
/
webDesign.html
File metadata and controls
103 lines (82 loc) · 5.02 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
101
102
103
<!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__web"><p class="bg-img__title">Web Development</p></div>
<div class="design__content-container">
<img loading="lazy" src="Assets/code_icon-min.png" alt="design-icon" class="design_icon__mobile">
<div class="design__content">
<h2>Web Design Service</h2>
<p>I am conviced all websites must be easy to find and effortless to use, hence one of my specialities is accessibility. I offer clients fully customised websites that are easy to use and fully responsive.</p>
<h3>These are some of the design services I offer:</h3>
<ul class="design__list">
<li class="design__items">Landing Page</li>
<li class="design__items">Start-up/Small business website</li>
<li class="design__items">E-Commerce website</li>
<li class="design__items">SEO optimisation</li>
<li class="design__items">Testing, allowing for easy updates and maintenance</li>
</ul>
</div>
</div>
</div>
<section aria-label="work-section" id="work" class="work">
<div class="projects">
<div class="project_1">
<img loading="lazy" src="Assets/sunny-desktop-preview-min.jpg" width="500" height="400" alt="Sunnyside-landing-page">
<p>Sunnyside Landing Page</p>
<div class="btns">
<a href="https://jack-webdev.github.io/Sunnyside_Landing_Page/" target="_blank" class="live">Live Site</a>
<a href="https://github.com/Jack-WebDev/Clipboard-HTML-CSS-.git" target="_blank" class="view">View Github Repo</a>
</div>
</div>
<div class="project_2">
<img loading="lazy" src="Assets/loop-desktop-preview-min.jpg" width="500" height="400" alt="Loopstudios_landing_page">
<p>Loopstudios Landing Page</p>
<div class="btns">
<a href="https://jack-webdev.github.io/LoopStudios_Landing_Page/" target="_blank" class="live">Live Site</a>
<a href="https://github.com/Jack-WebDev/LoopStudios_Landing_Page.git" target="_blank" class="view">View Github Repo</a>
</div>
</div>
<div class="project_3">
<img loading="lazy" src="Assets/theme-switcher-min.jpg" width="500" height="400" alt="tip-active-states">
<p>Theme Switcher</p>
<div class="btns">
<a href="https://jack-webdev.github.io/Theme_Switcher/" target="_blank" class="live">Live Site</a>
<a href="https://github.com/Jack-WebDev/Theme_Switcher.git" target="_blank" class="view">View Github Repo</a>
</div>
</div>
<div class="project_4">
<img loading="lazy" src="Assets/easybank-min.jpg" width="500" height="400" alt="EasyBank_Landing_Page">
<p>EasyBank Landing Page</p>
<div class="btns">
<a href="https://jack-webdev.github.io/EasyBank_Landing_Page/" target="_blank" class="live">Live Site</a>
<a href="https://github.com/Jack-WebDev/EasyBank_Landing_Page.git" target="_blank" class="view">View Github Repo</a>
</div>
</div>
</div>
</section>
<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>