Skip to content

Commit 7b68426

Browse files
author
CrayonPrime
committed
New banner art by Monski.
Movement stuff coming later.
1 parent d2ff7df commit 7b68426

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

crayonolith-banner.webp

171 KB
Binary file not shown.

index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<link rel="stylesheet" href="assets/css/aos-3.0.0.css" />
1616
</head>
1717

18-
<body id="page-top"><a class="menu-toggle rounded" href="#"><i class="fa fa-bars"></i></a>
18+
<body id="page-top">
19+
<a class="menu-toggle rounded" href="#"><i class="fa fa-bars"></i></a>
1920
<nav class="navbar navbar-expand" id="sidebar-wrapper">
2021
<div class="container"><button data-bs-toggle="collapse" class="navbar-toggler d-none" data-bs-target="#"></button>
2122
<div class="collapse navbar-collapse">
@@ -34,23 +35,18 @@
3435
</div>
3536
</div>
3637
</nav>
37-
<header class="d-flex masthead" style="background: url(&quot;assets/img/crayonolith.jpg&quot;) center / cover no-repeat, var(--bs-primary-border-subtle);">
38+
<header class="" style="background: var(--bs-primary-border-subtle); background-color: rgb(200, 200, 200);">
39+
<img src="/crayonolith-banner.webp" style="max-width: 100%;" />
3840
<div class="container my-auto text-center" style="transform: rotate(0deg);/*position: fixed;*//*right: 15px;*//*top: 15px;*//*width: 50px;*//*height: 50px;*/">
41+
<div class="mb-3"><br/></div>
3942
<div
4043
data-aos="flip-down"
4144
data-aos-delay="500"
4245
data-aos-duration="2000"
4346
>
44-
<h1 class="mb-1" style="color: rgb(255,255,255);text-shadow: 3px 3px rgb(106,9,115);">Project Crayon</h1>
45-
</div>
46-
<h3 class="mb-5"><br><br><br><br></h3>
47-
<div
48-
data-aos="flip-up"
49-
data-aos-delay="500"
50-
data-aos-duration="2000"
51-
>
52-
<a class="btn btn-primary btn-xl" role="button" href="#about">Show me more!</a>
47+
<h1 class="mb-2" style="font-size:6vw; color: rgb(255, 255, 255); text-shadow: 3px 3px rgb(94, 22, 97);">Project Crayon</h1>
5348
</div>
49+
<div class="mb-5"><br/><br/></div>
5450
</div>
5551
</header>
5652

0 commit comments

Comments
 (0)