Skip to content

Commit

Permalink
Update idex.html.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tina-chatelier authored Jul 24, 2024
1 parent 312cba9 commit cb5ba6c
Showing 1 changed file with 118 additions and 53 deletions.
171 changes: 118 additions & 53 deletions idex.html.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,125 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon Marketing Agency</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>AmazonSellerSpace</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
margin: 0;
padding: 0;
}
header {
background-color: #232f3e;
color: #fff;
padding: 20px;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background-color: #37475a;
padding: 10px;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 15px;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
.container {
padding: 20px;
}
.card {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
padding: 20px;
margin: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card h2 {
color: #232f3e;
}
footer {
background-color: #232f3e;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
}
.img-container {
text-align: center;
margin-top: 20px;
}
.img-container img {
max-width: 100%;
height: auto;
border-radius: 5px;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Amazon Marketing Agency</h1>
<p>Your Partner for Amazon Success</p>
</div>
</header>
<nav>
<div class="container">
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<section id="services">
<div class="container">
<h2>Our Services</h2>
<div class="service">
<h3>Product Listing Optimization</h3>
<p>Improve your product visibility and increase sales with our expert listing optimization.</p>
</div>
<div class="service">
<h3>Advertising Campaigns</h3>
<p>Effective Amazon advertising campaigns tailored to your needs.</p>
</div>
<div class="service">
<h3>Brand Management</h3>
<p>Build and protect your brand on Amazon with our comprehensive brand management services.</p>
</div>
</div>
</section>
<section id="about">
<div class="container">
<h2>About Us</h2>
<p>We are a dedicated team of Amazon marketing experts with years of experience in helping sellers achieve success on the platform.</p>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact Us</h2>
<p>Email: <a href="mailto:amazonmarketingsellersspace@gmail.com">amazonmarketingsellersspace@gmail.com</a></p>
<p>Phone: 007667888</p>
</div>
</section>
<footer>
<div class="container">
<p>&copy; 2024 Amazon Marketing Agency. All rights reserved.</p>
</div>
</footer>

<header>
<h1>Welcome to AmazonSellerSpace</h1>
</header>

<nav>
<a href="#introduction">Introduction</a>
<a href="#features">Features</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</nav>

<div class="container">
<div class="card img-container">
<img src="https://github.com/tina-chatelier/amazonsellerspace/raw/main/Screenshot%20(27).png" alt="AmazonSellerSpace">
</div>
<div class="card" id="introduction">
<h2>Introduction</h2>
<p>Welcome to AmazonSellerSpace! We are a dedicated Amazon marketing agency that helps sellers maximize their potential on Amazon. Our team specializes in SEO optimization, product listing, ad campaigns, and more to ensure your success on the platform.</p>
</div>

<div class="card" id="features">
<h2>Features</h2>
<ul>
<li><strong>SEO Optimization</strong>: Improve your product visibility with our expert SEO services.</li>
<li><strong>Product Listing</strong>: Professionally crafted product listings that attract buyers.</li>
<li><strong>Ad Campaigns</strong>: Effective advertising strategies to boost your sales.</li>
<li><strong>Analytics</strong>: Detailed reports and insights to track your performance.</li>
</ul>
</div>

<div class="card" id="team">
<h2>Team</h2>
<p>Meet our dedicated team:</p>
<ul>
<li><strong>Rafiyudheen</strong>: SEO Specialist</li>
<li><strong>Sazzad</strong>: Product Listing Expert</li>
<li><strong>Christina</strong>: Ad Campaign Manager</li>
</ul>
</div>

<div class="card" id="contact">
<h2>Contact</h2>
<p>We'd love to hear from you! Reach out to us at:</p>
<ul>
<li><strong>Phone</strong>: +0079993400</li>
<li><strong>Email</strong>: <a href="mailto:amazonsellerspace@gmail.com">amazonsellerspace@gmail.com</a></li>
<li><strong>Location</strong>: Paris, France</li>
</ul>
</div>
</div>

<footer>
<p>&copy; 2024 AmazonSellerSpace. All rights reserved.</p>
</footer>

</body>
</html>

0 comments on commit cb5ba6c

Please sign in to comment.