Added some links, removed unnecessary images, removed static fog
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 505 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 486 KiB |
Before Width: | Height: | Size: 503 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
assets/img/popcorn.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 432 KiB |
Before Width: | Height: | Size: 238 KiB |
26
index.html
@ -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
@ -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>
|