-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (58 loc) · 3.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linux Hopper | Home</title>
<link rel="stylesheet" href="style/style.css">
<link rel="shortcut icon" href="images/favicon_io/favicon-32x32.png" type="image/x-icon">
<!--
Bootstrap test
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap" rel="stylesheet">-->
</head>
<body>
<main>
<header>
<!-- Bootstrap test
<div class="row flex-nowrap justify-content-between align-items-center"> -->
<section class="banner">
<div class="flex-nav-content">
<nav>
<ul class="flex-nav">
<li><a href="home.html">Home</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Study</a></li>
<li><a href="pages/distros.html">Universe</a></li>
<li><a href="#">Community</a></li>
</ul>
</nav>
<article class="banner-article">
<h1>Linux <img src="images/favicon_io/favicon-32x32.png" alt=""></h1>
<p>The <strong>Operating System</strong> that puts the power in your hands to push the boundaries of technology!</p>
</article>
</div>
<div class="flex-button">
<button class="sign-up">Join Us</button>
</div>
<!--
Bootstrap test
<a class="blog-header-logo text-dark fw-bold" href="#">Linux</a>
<p>The operating system that puts the power in your hands to push the boundaries of technology!</p>
<a class="btn btn-sm btn-outline-secondary">Join Us</a>-->
</section>
<!--</div>-->
</header>
<section>
<article class="main">
<h1>Hello, world!</h1>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Explicabo qui unde consequuntur officiis, sunt minima a perferendis doloremque numquam nesciunt voluptate inventore, libero odio praesentium labore quo quisquam autem nulla?</p>
</article>
</section>
</main>
<footer>Created by <a href="https://github.com/lucas-brisolla">Lucas A. Brisolla</a> In development 0.1 Getting started</footer>
<!--
Bootstrap test
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>-->
</body>
</html>