-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketing.html
More file actions
52 lines (43 loc) · 2.47 KB
/
marketing.html
File metadata and controls
52 lines (43 loc) · 2.47 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
<!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="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__marketing"><p class="bg-img__title">Online Marketing</p></div>
<div class="design__content-container">
<img loading="lazy" src="Assets/audience-min.jpg" alt="design-icon" class="design_icon__mobile">
<div class="design__content">
<h2>Online Marketing Service</h2>
<p>With the help of SEO and social media marketing, I am able to help brands grow and build relationships with their clientele through online marketing platforms.</p>
<h3>These are some of the design services I offer:</h3>
<ul class="design__list">
<li class="design__items">Content Creation and Marketing</li>
<li class="design__items">Social Media Analytics and Reporting</li>
<li class="design__items">Google SEO</li>
</ul>
</div>
</div>
</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>