forked from oetiker/github-pages-starterkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
InvestorUeli.html
70 lines (55 loc) · 2.04 KB
/
InvestorUeli.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="../Images/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>Contact Ueli</h1>
<p>The place to be.</p>
<a href="AboutUeli.html" class="hero-btn">Learn more about us</a>
</div>
</section>
<!--course-->
<section class="course">
<h1>What we offer</h1>
<p>Ueli de Website is the best place to spent your money.</p>
<div class="row">
<div class="course-col">
<h3>Shop</h3>
<p>Buy the best clothes in the whole universe. Buy Ueli.</p>
</div>
<div class="course-col">
<h3>Investment</h3>
<p>Donate any amount to help the community grow. Donate to Ueli.</p>
</div>
<div class="course-col">
<h3>Meet new people</h3>
<p>Join our community and meet new people. Join Ueli.</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>