Added some links, removed unnecessary images, removed static fog

This commit is contained in:
Lewis 2025-05-11 19:19:06 +01:00
parent 8e1839e7a9
commit ca2c4fe969
27 changed files with 44 additions and 15 deletions

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
assets/img/popcorn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

View File

@ -37,31 +37,27 @@
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" rel="tooltip" title="Star on GitHub" data-placement="bottom" href="" target="_blank">
<i class="fa fa-github"></i>
<p class="hidden-lg-up">GitHub</p>
</a>
</li>
<li class="nav-item">
<a href="" target="_blank" class="nav-link"><i class="nc-icon nc-book-bookmark"></i> Git</a>
<a href="https://gitea.katarix.dev/" target="_blank" class="nav-link"><i class="nc-icon nc-paper"></i> Git Server</a>
</li>
<li class="nav-item">
<a href="https://katarix.dev/movie-night.html" target="_blank" class="nav-link"><i class="nc-icon nc-headphones"></i> Movie Night</a>
</li>
<li class="nav-item">
<a href="" target="_blank" class="nav-link"><i class="nc-icon nc-alert-circle-i"></i> About</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="page-header section-dark" style="background-image: url('assets/img/test.jpg')">
<div class="page-header section-dark" style="background-image: url('assets/img/Main\ Background.jpg')">
<div class="filter"></div>
<div class="content-center">
<div class="container">
<div class="title-brand">
<h1 class="presentation-title">Welcome!</h1>
<div class="fog-low">
<img src="assets/img/fog-low.png" alt="">
</div>
<div class="fog-low right">
<img src="assets/img/fog-low.png" alt="">
</div>
</div>
<h2 class="presentation-subtitle text-center"></h2>
@ -70,7 +66,7 @@
<div class="moving-clouds" style="background-image: url('assets/img/clouds.png'); ">
</div>
<h6 class="category category-absolute">This website is currently in development.</h6>
<h6 class="category category-absolute">This website is currently in development.</h6>
</div>
</div>
</body>

33
movie-night.html Normal file
View File

@ -0,0 +1,33 @@
<!doctype html>
<html lang="en">
<style>
body {
background-image: url('assets/img/popcorn.jpg');
background-size: 100%;
}
div {
background-color: #9275cc;
border: 2px solid white;
width: 60%;
position: fixed;
inset: 0px;
margin: auto;
opacity: 85%;
}
p1 {
text-align: center;
width: 50%;
}
</style>
<head>
</head>
<body>
<div>
<p1>Hello there! So you would like to join us for our weekly movie night? Please follow the instructions below to get everything setup!</p1>
</div>
</body>
</html>