-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontendser.html
More file actions
68 lines (65 loc) · 2.46 KB
/
frontendser.html
File metadata and controls
68 lines (65 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="digitalmarketingservice.css">
</head>
<body>
<div class="manu-bar">
<a href="home.html"> <img src="mmain.png" alt="Logo" class="logo-img">
</a>
<div class="menu-toggle">
<div></div>
<div></div>
<div></div>
</div>
<ul class="nav-list">
<li><a href="home.html" class="list">Home</a></li>
<li><a href="about.html" class="list">About</a></li>
<li><a href="service.html" class="list">Services</a></li>
<li><a href="contact.html" class="list">Contact</a></li>
</ul>
</div><br>
<section class="header">
<h1>Our Digital Marketing Services</h1>
</section>
<!-- Service Boxes -->
<section class="services">
<div class="service-box">
<h3>📄HTML Development</h3>
<p>Create clean, semantic, and well-structured web pages.</p>
</div>
<div class="service-box">
<h3>🎨CSS Styling</h3>
<p>Add style, animations, and visual appeal to your website.</p>
</div>
<div class="service-box">
<h3>⚙️JavaScript Development</h3>
<p>Add interactivity and dynamic features to your website.</p>
</div>
<div class="service-box">
<h3>📱Responsive Web Design</h3>
<p>Ensure your website looks great on all devices (mobile, tablet, desktop).</p>
</div>
<div class="service-box">
<h3>🔍 SEO-Friendly Development</h3>
<p>Write clean, semantic code to improve website SEO and visibility.</p>
</div>
<div class="service-box">
<h3>🎭 Theming & Customization</h3>
<p> Customize the look and feel of your website to match your brand identity.</p>
</div>
<div class="service-box">
<h3>📚 Custom Web Development</h3>
<p>Build reusable components for efficient development and consistency.</p>
</div>
</section>
<!-- Contact Button -->
<section class="contact">
<a href="servicefrontform.html"><button>Contact Us</button></a>
</section>
<script src="digitalmarketingservice.js"></script>
</body>
</html>