-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
181 lines (176 loc) · 8.77 KB
/
Copy pathservices.html
File metadata and controls
181 lines (176 loc) · 8.77 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Products</title>
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/services.css">
</head>
<body>
<header>
<nav>
<div class="nav-logo">
<a href="./index.html">
<img src="./images/logo.png" alt="Digitrove Marketing Logo"></a>
<ul class="navbar">
<li><a href="./index.html">Home</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./Contact_Us.html">Contact Us</a></li>
<li><a href="./Subscribe.html">Subscribe</a></li>
<li><a href="./FAQ.html">FAQ</a></li>
<li><a href="./Login.html">Login</a></li>
</ul>
<div class="search-bar"> <!-- Added search bar -->
<input type="text" id="search" placeholder="Search...">
<button type="submit">Search 🔍</button>
</div>
</nav>
</header>
<section id="products">
<div class="container">
<h2>Our Services</h2>
<div class="products-grid">
<div class="product">
<img src="./images/Affiliate.png" alt="Affiliate Marketing Service">
<h3>Affiliate Marketing</h3>
<p>Boost sales by partnering with influencers and affiliates to promote your brand.</p>
<span class="price">$19.99</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/analytics.png" alt="Analytics Service">
<h3>Analytics</h3>
<p>Get data-driven insights to optimize your marketing strategies and improve ROI.</p>
<span class="price">$39.99</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/chatbot.png" alt="Chatbot Service">
<h3>Chatbot</h3>
<p>Automate customer interactions and enhance engagement with AI-powered chatbots.</p>
<span class="price">$8.99</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/Content Marketing.png" alt="Content Marketing Service">
<h3>Content Marketing</h3>
<p>Craft compelling content that attracts, informs, and converts your audience.</p>
<span class="price">$15.49</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/Digital_Strategy.png" alt="Consultancy Service">
<h3>Digital Strategy Consultancy</h3>
<p>Get expert guidance to maximize your brand’s digital potential.</p>
<span class="price">$49.99</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/e_commerce.png" alt="E-commerce Marketing Service">
<h3>E-Commerce Marketing</h3>
<p>Drive online sales with targeted marketing strategies for e-commerce businesses.</p>
<span class="price">$19.99</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/Email.png" alt="Email Marketing Service">
<h3>E-Mail Marketing</h3>
<p>Connect with your customers through personalized and effective email campaigns.</p>
<span class="price">$12.89</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/events.png" alt="Events Management Service">
<h3>Events Handling and Management</h3>
<p>Plan, execute, and manage impactful events for your brand.</p>
<span class="price">$39.99</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/influencer.png" alt="influencer Marketing">
<h3>Influencer Marketing</h3>
<p>Leverage influencers to expand your brand reach and increase credibility.</p>
<span class="price">$120.00</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/location marketing.png" alt="Location based Marketing Serivce">
<h3>Geo-Location Marketing</h3>
<p>Target customers based on location for more relevant and effective campaigns.</p>
<span class="price">$34.99</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/PPC.png" alt="PPC Service">
<h3>Pay Per Click Advertising</h3>
<p>Run optimized ads that drive high-quality traffic and maximize conversions.</p>
<span class="price">$9.79</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/web.png" alt="Product 12">
<h3>Website Development</h3>
<p>Create and manage websites for your brand</p>
<span class="price">$19.99</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/SEO.png" alt="SEO Service">
<h3>Search Engine Optimization</h3>
<p>Improve your website’s visibility and rank higher on search engines.</p>
<span class="price">$24.99</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
<div class="product">
<img src="./images/Social media marketing.png" alt="Social Media Marketing Service">
<h3>Social Media Marketing</h3>
<p>Build engagement and brand loyalty across various social media platforms.</p>
<span class="price">$24.35</span>
<div class="rating">⭐⭐⭐⭐⭐</div>
</div>
<div class="product">
<img src="./images/Video.png" alt="Video Production Service">
<h3>Video Production</h3>
<p>Create high-quality videos that captivate and convert your audience.</p>
<span class="price">$55.05</span>
<div class="rating">⭐⭐⭐⭐☆</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="footer-content">
<div class="footer-left">
<a href="./index.html">
<img src="./images/logo.png" alt="Digitrove Marketing Logo" class="nav-logo"></a>
<p>Your trusted partner in digital growth. We help businesses achieve their marketing goals with tailored, data-driven strategies.</p>
</div>
<div class="footer-middle">
<h4>Quick Links</h4>
<ul>
<li><a href="./services.html">Services</a></li>
<li><a href="./index.html#testimonials">Testimonials</a></li>
<li><a href="./Contact_Us.html">Contact</a></li>
</ul>
</div>
<div class="footer-right">
<h4>Contact Us</h4>
<p>Email: <a href="mailto:info@digitrove.com">info@digitrove.com</a></p>
<p>Phone: (123) 456-7890</p>
<div class="social-icons">
<a href="#">Facebook</a>
<a href="#">Twitter</a>
<a href="#">LinkedIn</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Digitrove Marketing. All Rights Reserved.</p>
</div>
</div>
</footer>
</body>
</html>