forked from oetiker/github-pages-starterkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ShopUeli.html
70 lines (57 loc) · 2.06 KB
/
ShopUeli.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
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width, initialscale=1.0">
<title>Ueli de Website</title>
<link rel="stylesheet" href="Uelidesign.css">
<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=Open+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<section class="header">
<nav>
<a href="indexUeli.html"><img id="logo" src="logo.svg"></a>
<div class="nav-links">
<ul>
<li><a href="indexUeli.html">HOME</a></li>
<li><a href="AboutUeli.html">ABOUT</a></li>
<li><a href="ShopUeli.html">SHOP</a></li>
<li><a href="InvestorUeli.html">CONTACT</a></li>
<li><a href="InternUeli.html">LOGIN</a></li>
</ul>
</div>
</nav>
<div class="text-box">
<h1>Ueli de Shop</h1>
<p>The best place to spent money.</p>
</div>
</section>
<!--course-->
<section class="facilities">
<h1>Merchandise</h1>
<p>Join our community and wear Ueli. Buy Ueli.</p>
<div class="row">
<div class="facilities-col">
<img src="../Images/Hoodie.jpg">
<h3>Premium Ueli Hoodie</h3>
<p>Premium Materials. 420$</p>
</div>
<div class="facilities-col">
<img src="../Images/Shirt.png">
<h3>Voll-Pfoste Ueli Shirt</h3>
<p>Be the best Pfoste in your town. 30$.</p>
</div>
<div class="facilities-col">
<img src="../Images/K.png">
<h3>Ueli protective gear</h3>
<p>Protect yourself. 69$</p>
</div>
</div>
</section>
<section class="footer">
<h4>About Us</h4>
<p>Bla bla bla lslslsl jslldjldfldk f kladkf a dkaflda f a ladkf akfk adlk</p>
</section>
</body>
</html>