-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketing.html
More file actions
70 lines (58 loc) · 3.51 KB
/
marketing.html
File metadata and controls
70 lines (58 loc) · 3.51 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
<!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" />
<meta property="og:title" content="JW | Software Developer | Freelancer">
<meta property="og:description" content="Hire A Professional Freelancer & Software Developer. Building interactive experiences with a focus on responsiveness and accesibility">
<meta name="theme-color" content="#12395d">
<meta property="type" content="website">
<meta property="og:url" content="https://jackwebdev.online">
<meta property="og:site_name" content="Jack WebDev">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@JackWebDev31">
<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="preload" as="style" href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&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="stylesheet" href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@1&display=swap">
<link rel="stylesheet" href="CSS/styles.css">
<title>Jack WebDev | Design, Online Marketing & Website Development</title>
</head>
<body>
<main>
<div class="terms__service">
<div class="bg-image__marketing"><p class="bg-img__title">Online Marketing</p></div>
<div class="marketing__content-container">
<picture>
<source type="image/webp" srcset="Assets/WebP/Marketing-img.webp">
<img loading="lazy" src="Assets/PNG/Marketing-img.jpg" alt="Marketing-icon" class="marketing_icon__mobile">
</picture>
<div class="marketing__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="marketing__list">
<li class="marketing__items">Content Creation and Marketing</li>
<li class="marketing__items">Social Media Analytics and Reporting</li>
<li class="marketing__items">Google SEO</li>
</ul>
</div>
</div>
</div>
</main>
<footer class="marketing__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="marketing__attribution">Built & designed by <a href="https://github.com/Jack-WebDev" target="_blank" class="signed">Jack WebDev</a></p>
</div>
</footer>
</body>
</html>