-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
86 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ _site | |
_cache | ||
deno.lock | ||
_bin | ||
test.js | ||
test.js | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,56 @@ | ||
<div class="group justify-between pt-0 items-center gap-0 overflow-hidden flex flex-wrap h-screen px-4 mx-auto lg:pt-16 lg:flex-wrap md:px-8 bg-[#131b1e]"> | ||
<div class="pt-16 mb-16 lg:mb-0 lg:pt-32 lg:max-w-lg lg:pr-5"> | ||
<div class="max-w-xl mb-6"> | ||
<div> | ||
<p class="inline-block px-3 mb-4 text-xs font-semibold tracking-wider border border-orange-700 py-1 rounded-full text-orange-700 uppercase bg-transparent "> | ||
Welcome Fellow Human Being! | ||
</p> | ||
</div> | ||
<h2 class="max-w-lg mb-6 font-sans text-3xl font-bold tracking-tight text-white sm:text-4xl sm:leading-none"> | ||
Lume Demo Template<br class="hidden md:block"/> | ||
- For Fire | ||
<span class="inline-block text-deep-purple-accent-400">a lazy dog</span> | ||
</h2> | ||
<p class="text-base text-gray-300 md:text-lg"> | ||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae. explicabo. | ||
</p> | ||
<div | ||
class="group justify-between pt-0 items-center gap-0 overflow-hidden flex flex-wrap h-screen px-4 mx-auto lg:pt-16 lg:flex-wrap md:px-8 bg-[#131b1e]" | ||
> | ||
<div class="pt-16 mb-16 lg:mb-0 lg:pt-32 lg:max-w-lg lg:pr-5"> | ||
<div class="max-w-xl mb-6"> | ||
<div> | ||
<p | ||
class="inline-block px-3 mb-4 text-xs font-semibold tracking-wider border border-orange-700 py-1 rounded-full text-orange-700 uppercase bg-transparent" | ||
> | ||
Welcome Fellow Human Being | ||
</p> | ||
</div> | ||
<div class="flex items-center"> | ||
<a | ||
href="{{ siteInfo.repo }}" | ||
target="_blank" | ||
class="inline-flex items-center justify-center h-12 px-6 mr-6 font-medium tracking-wide text-white transition duration-200 rounded-lg shadow-md bg-orange-600/90 hover:shadow-orange-500 hover:shadow-sm hover:bg-deep-purple-accent-700 focus:shadow-outline focus:outline-none" | ||
> | ||
Get started | ||
</a> | ||
<a href="/blog" aria-label="explore" class="inline-flex items-center font-semibold transition ease-in-out text-gray-100 duration-200 hover:text-orange-600">Explore More</a> | ||
</div> | ||
</div> | ||
<div> | ||
<img src="assets/hero.png" class="h-full md:h-1/5 animate-pulse " alt="landing image"/> | ||
</div> | ||
</div> | ||
<h1 | ||
class="max-w-lg mb-6 font-sans text-3xl font-bold tracking-tight text-white sm:text-4xl sm:leading-none" | ||
> | ||
Lume Demo Template<br class="hidden md:block" /> | ||
- For Fire | ||
<span class="inline-block text-deep-purple-accent-400" | ||
>a lazy dog</span | ||
> | ||
</h1> | ||
<p class="text-base text-gray-300 md:text-lg"> | ||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem | ||
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa | ||
quae. explicabo. | ||
</p> | ||
<p class="text-base text-gray-300 md:text-lg"> | ||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem | ||
accusantium doloremque laudantium, totam rem aperiam, eaque ipsa | ||
quae. explicabo. | ||
</p> | ||
</div> | ||
<div class="flex items-center"> | ||
<a | ||
href="{{ siteInfo.repo }}" | ||
target="_blank" | ||
class="inline-flex items-center justify-center h-12 px-6 mr-6 font-medium tracking-wide text-white transition duration-200 rounded-lg shadow-md bg-orange-600/90 hover:shadow-orange-500 hover:shadow-sm hover:bg-deep-purple-accent-700 focus:shadow-outline focus:outline-none" | ||
> | ||
Get started | ||
</a> | ||
<a | ||
href="/blog" | ||
aria-label="explore" | ||
class="inline-flex items-center font-semibold transition ease-in-out text-gray-100 duration-200 hover:text-orange-600" | ||
>Explore More</a | ||
> | ||
</div> | ||
</div> | ||
<div> | ||
<img | ||
src="assets/hero.png" | ||
class="h-full md:h-1/5 animate-pulse" | ||
alt="landing image" | ||
/> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
href="{{ page.data.url }}" | ||
>{{ tag }}</a> | ||
</span> | ||
|
||
{% endif %} | ||
{% endfor %} | ||
</li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
title: "Search Site... " | ||
--- | ||
<section class="px-4 py-6"> | ||
<div> | ||
<div id="search"></div> | ||
|