-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0cb8e2a
Showing
7 changed files
with
989 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Shoes Startup - About Us</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
<body> | ||
<!-- Navigation Bar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="index.html">Walk-With-US</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="products.html">Products</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="about.html">About Us</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="gallery.html">Gallery</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<!-- About Us Section --> | ||
<section class="about py-5"> | ||
<div class="container"> | ||
<h2 class="text-center mb-4">About Us</h2> | ||
<p class="text-center"> | ||
Though the human foot can adapt to varied terrains and climate conditions, it is vulnerable, and shoes provide protection. | ||
</p> | ||
<p>Shoes are meant to provide support, comfort, and protection for the feet. But shoes can also be worn as an item of fashion. Often shoes are worn over socks.</p> | ||
<p>Manufacture your shoes or outsource production. The production process can include pattern making, shoe last development, heel and sole making, and more.</p> | ||
<p>Design the shoe line, considering features that are new and innovative.</p> | ||
<p>Manufacture the footwear or outsource production. Some newer companies are using 3D printing and sustainable materials.</p> | ||
<p>Write a business plan that addresses industry-specific challenges like fashion trends and manufacturing. It should include a market analysis, financial projections, and a sales strategy.</p> | ||
<p>our business structure, register the business, and obtain necessary licenses and permits. | ||
Financing: Secure financing. Startup costs can range from $500–$20,000 depending on the fulfillment method.</p> | ||
<p> sharing its name, tagline, and concise description of what your company does.Keep it simple, clear, and impactful. For the investor, this is the first introduction to what you are building and what problem you are solving.</p> | ||
<p>an adjustable strap such as laces or Velcro which allows for adjustment depending on an individual's needs.</p> | ||
<p>Shoe designers keep up to date with marketing and fashion trends while creating new shoe designs to put on the market. </p> | ||
<p>They also incorporate new materials as they are created and available for footwear. They typically begin by sketching original designs and then selecting the required materials.</p> | ||
<p>Start strong, introduce your company, showcase milestones, present products/services, include testimonials, introduce your team, share values and mission.</p> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer class="bg-dark text-white text-center py-3"> | ||
<p>© 2024 Walk-With-US. All rights reserved.</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Shoes Startup - Contact</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
<body> | ||
<!-- Navigation Bar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="index.html">Walk-With-US</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="products.html">Products</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<!-- Contact Section --> | ||
<section class="contact py-5"> | ||
<div class="container"> | ||
<h2 class="text-center mb-4">Contact Us</h2> | ||
<div class="row"> | ||
<div class="col-md-6 mx-auto"> | ||
<form> | ||
<div class="form-group"> | ||
<label for="name">Name</label> | ||
<input type="text" class="form-control" id="name" placeholder="Your Name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="email">Email</label> | ||
<input type="email" class="form-control" id="email" placeholder="Your Email"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="message">Message</label> | ||
<textarea class="form-control" id="message" rows="4" placeholder="Your Message"></textarea> | ||
</div> | ||
<br> | ||
<button type="submit" class="btn btn-primary">Send</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer class="bg-dark text-white text-center py-3"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<h5>Contact Us</h5><br> | ||
|
||
<p>Email: info@shoesstartup.com</p> | ||
<p>Phone: +123 456 7890</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<h5>Quick Links</h5> | ||
<div class="footer-links"> | ||
<a href="index.html">Home</a><br> | ||
<a href="products.html">Products</a><br> | ||
<a href="about.html">About Us</a><br> | ||
<a href="gallery.html">Gallery</a><br> | ||
<a href="contact.html">Contact</a><br> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<h5>Follow Us</h5> | ||
<div class="social-icons"> | ||
<a href="https://www.instagram.com/accounts/login/?hl=en"><i class="fab fa-instagram"></i> Instagram</a><br> | ||
<a href="https://x.com/i/flow/login"><i class="fab fa-twitter"></i>Twitter</a><br> | ||
<a href="https://www.facebook.com/"><i class="fab fa-facebook"></i>Facebook</a><br> | ||
<a href="https://www.linkedin.com/login?session_redirect=https%3A%2F%2Fwww%2Elinkedin%2Ecom%2Fin%2Foscar-de-la-torre-tenorsoloist%3FmidToken%3DAQEaLRphTzRIdw%26midSig%3D16d1n68ZJqzq01%26trk%3Deml-email_pymk_02-header-109-profile%26trkEmail%3Deml-email_pymk_02-head"><i class="fab fa-linkedin"></i>linkedin</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mt-3"> | ||
<p>© 2024 Walk-With-US. All rights reserved.</p> | ||
</div> | ||
</div><br> | ||
<br> | ||
<br> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Shoes Startup - Gallery</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
<body> | ||
<!-- Navigation Bar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="index.html">Walk-With-US</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="products.html">Products</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="about.html">About Us</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="gallery.html">Gallery</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<!-- Gallery Section --> | ||
<section class="gallery py-5"> | ||
<div class="container"> | ||
<h2 class="text-center mb-4">Contact us for more collections</h2> | ||
<div class="row"> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/99486859-0ff3-46b4-949b-2d16af2ad421/custom-nike-dunk-high-by-you-shoes.png" alt="Gallery Image 1" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/5e48bdf3-5ef4-4e25-8208-a84ec255c656/dunk-low-retro-se-shoes-RSrHtr.png" alt="Gallery Image 2" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/2a5710b8-70b8-4316-8078-4311dd01d025/court-vision-low-womens-shoes-KPB597.png" alt="Gallery Image 3" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/e3d72728-4900-4e71-a4ea-1f323bb570d8/custom-nike-air-force-1-high-by-you-shoes.png" alt="Gallery Image 4" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/fdded470-0ac5-4bd7-b41b-1bb63e161438/custom-nike-air-force-1-mid-by-you-shoes.png" alt="Gallery Image 5" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://sothebys-com.brightspotcdn.com/dims4/default/4003dc8/2147483647/strip/true/crop/734x571+0+0/resize/684x532!/quality/90/?url=http%3A%2F%2Fsothebys-brightspot.s3.amazonaws.com%2Fdotcom%2F3c%2F03%2Ff41060124c0b9c919229ccc723e0%2Fsothebys-md.brightspotcdn-10.jpg" alt="Gallery Image 6" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://assets.ajio.com/medias/sys_master/root/20230301/dwGr/63ff7b33f997dde6f4d51ede/-473Wx593H-469431429-blackgrey-MODEL.jpg" alt="Gallery Image 7" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/c183916c-7623-42a2-87cf-ba1ec1659999/full-force-low-shoes-BJkxkR.png" alt="Gallery Image 8" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/c20afd60-b230-4815-bfd2-6768c875f6cd/air-force-1-07-shoes-tP2wSt.png" alt="Gallery Image 9" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/3d1769cf-c7ad-47e6-95c2-ecc40093e28d/blazer-mid-77-womens-shoes-NPWfjm.png" alt="Gallery Image 10" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/t_PDP_1280_v1/f_auto,q_auto:eco/b9542e6b-db03-4ef3-8df5-7eb07de98020/interact-run-mens-road-running-shoes-2pmmcR.png" alt="Gallery Image 11" class="img-fluid"> | ||
</div> | ||
<div class="col-md-4 mb-4"> | ||
<img src="https://static.nike.com/a/images/c_limit,w_592,f_auto/t_product_v1/cd457421-aedf-447c-abf7-8f6f944e6276/court-borough-low-recraft-big-kids-shoes-dDK0q4.png" alt="Gallery Image 12" class="img-fluid"> | ||
</div> | ||
<!-- Add more images as needed --> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer class="bg-dark text-white text-center py-3"> | ||
<p>© 2024 Walk-With-US. All rights reserved.</p> | ||
</footer> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.