-
Notifications
You must be signed in to change notification settings - Fork 0
/
startsweat.html
62 lines (62 loc) · 1.91 KB
/
startsweat.html
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
<!DOCTYPE html>
<html>
<head>
<meta lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Customs</title>
<link rel="icon" type="image/x-icon" href="ASSETS/FAVICON.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dynalight&family=New+Rocker&family=Parkinsans:wght@300..800&family=UnifrakturMaguntia&display=swap" rel="stylesheet">
<link rel="stylesheet" href="product-styles.css">
</head>
<body>
<header>
<div class="Header-TXT" id="Header-TXT">
<h1>Velvet Vine & Co</h1>
</div>
<div class="Header-SLGN" id="Header-SLGN">
<p>Where The Cottage-Goers & The Rockers Come Together</p>
</div>
</header>
<nav>
<button>
<a href="index.html">Home</a>
</button>
<button>
<a href="shop.html">Shop</a>
</button>
<button>
<a href="about.html">About</a>
</button>
<button>
<a href="https://forms.gle/4X7Mwyz2tPtkEbTDA">Apply To Model</a>
</button>
</nav>
<br>
<hr>
<article>
<section class="sect1" id="sect1">
<div class="container" >
<img src="/ASSETS/COMING-SOON-IMG.png" width="25%" style="float: left;">
<div class="TXT" id="TXT">
<h2>Fuzzy Star Sweater</h2>
<br>
<p>Made with fuz/faux fur! and made to your mesurements!!</p>
<a href="https://buy.stripe.com/00gaIHdQggMEec028b">
<button class="EMAIL-ME-BTN">
Buy Now!
</button>
</a>
</div>
</div>
</section>
</article>
<br>
<hr>
<footer>
<h3>Copyright 2024 Velvet Vine & Co. - ALL RIGHTS RESERVED</h3>
</footer>
</body>
</html>