:init: Launch as template
This commit is contained in:
parent
c68bb7404f
commit
7d4de88df4
69 changed files with 164 additions and 315 deletions
20
_layouts/home.html
Normal file → Executable file
20
_layouts/home.html
Normal file → Executable file
|
@ -2,31 +2,32 @@
|
|||
{% include master/header.html %}
|
||||
|
||||
<banner>
|
||||
<img src="/assets/images/Teaser_1.png">
|
||||
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
|
||||
</banner>
|
||||
<div class="content">
|
||||
<section id="hero-fullscreen">
|
||||
<div class="grid-40auto vertical-center">
|
||||
<img style="height: 50%;object-fit: contain;" src="/assets/images/blue.png">
|
||||
<img style="height: 50%;object-fit: contain;" src="https://placehold.co/600x1020">
|
||||
<div>
|
||||
<h1>Welcome!</h1>
|
||||
<p>I am a 3D artist who primarily works with Minecraft-style creations and renders! You can find out more about me on my FAQ page.</p>
|
||||
<a href="/contact/"><button style="font-weight: bold">Contact Me</button></a>
|
||||
<h1>Vacy Template Website</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<a href="#"><button style="font-weight: bold">Button</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
{% include master/footer.html %}
|
||||
<style>
|
||||
#Home {background: var(--blue-light);}
|
||||
#Home {background: var(--theme-light);}
|
||||
</style>
|
||||
<style>
|
||||
body {
|
||||
background: var(--blue);
|
||||
background: var(--theme);
|
||||
color: white;
|
||||
}
|
||||
banner img {
|
||||
background-image: url('/assets/images/Exploration (0;00;00;00).png');
|
||||
/* Override Default Banner Image */
|
||||
/* background-image: url('/assets/images/'); */
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
@ -35,7 +36,6 @@ banner img {
|
|||
object-fit: cover;
|
||||
object-position: center;
|
||||
opacity: 0.1;
|
||||
filter: saturate(0);
|
||||
z-index: -1;
|
||||
animation: 2s bigBanner ease-in-out;
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ banner img {
|
|||
bottom: 0px;
|
||||
width: 100%;
|
||||
max-width: var(--max-width);
|
||||
background: var(--blue);
|
||||
background: var(--theme);
|
||||
padding: 0px 100%;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
|
|
Reference in a new issue