-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopify.html
More file actions
69 lines (65 loc) · 2.62 KB
/
shopify.html
File metadata and controls
69 lines (65 loc) · 2.62 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
<!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 Shopify Services</h1>
</section>
<!-- Service Boxes -->
<section class="services">
<div class="service-box">
<h3>🎨 Custom Shopify Store Design</h3>
<p>Create a unique, visually stunning store that reflects your brand identity.</p>
</div>
<div class="service-box">
<h3>📦 Shopify Store Setup & Configuration</h3>
<p>Get your store up and running with proper settings, payments, and shipping options.</p>
</div>
<div class="service-box">
<h3>🛠 Shopify App Integration</h3>
<p> Add powerful features with third-party apps for reviews, chatbots, email marketing, and more.</p>
</div>
<div class="service-box">
<h3>🚀 Speed & Performance Optimization</h3>
<p>Optimize your store's speed for a smooth and fast shopping experience.</p>
</div>
<div class="service-box">
<h3>💡 Custom Shopify App Development</h3>
<p> Develop unique apps to add new features and functionality to your store.</p>
</div>
<div class="service-box">
<h3>📋 Product Listing & Management</h3>
<p> Add, edit, and organize product listings with descriptions, images, and prices.</p>
</div>
<div class="service-box">
<h3>🚚Shipping & Delivery Integration</h3>
<p>Set up shipping options, tracking, and real-time delivery status.</p>
</div>
</section>
<!-- Contact Button -->
<section class="contact">
<a href="shopifyserform.html"><button>Contact Us</button></a>
</section>
<script src="digitalmarketingservice.js"></script>
</body>
</html>