Deploy Hugo build
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body class="flex flex-col min-h-screen">
|
||||
<img src="https://fenpa.ws//images/mainbg.webp" alt="" class="fixed inset-0 -z-10 h-full object-cover w-full">
|
||||
<nav class="text-neutral-50 w-full fixed top-0 z-30 bg-neutral-900 flex-wrap duration-100 backdrop-blur-sm"
|
||||
id="navbar">
|
||||
<div class="sm:mx-[15vw]">
|
||||
@@ -41,27 +40,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="w-full h-screen grid place-items-center p-8 py-16">
|
||||
<div class="pb-8">
|
||||
<div class="p-4 bg-neutral-900 rounded w-full pt-4 mb-4">
|
||||
<div class="prose prose-invert lg:prose-xl">
|
||||
<div class="p-4 bg-neutral-900 rounded w-full mb-4">
|
||||
<div class="prose prose-invert lg:prose-xl w-full">
|
||||
<img src="https://fenpa.ws//images/index.webp" alt=""
|
||||
class="rounded-full max-w-[200px] w-full mx-auto">
|
||||
<h1 class="text-center text-[var(--main)]"></h1>
|
||||
<div class="flex flex-col gap-8 mx-auto">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img src="https://fenpa.ws//images/mainbg.webp" alt="" class="fixed inset-0 -z-10 h-full object-cover w-full text-white">
|
||||
<div class="w-full h-screen flex justify-center p-8 py-24">
|
||||
<div class="pb-8 max-w-lg w-full">
|
||||
<div class="p-4 bg-neutral-900 rounded w-full max-w-md pt-16 mb-4">
|
||||
<div class="prose prose-invert lg:prose-xl w-full mb-4">
|
||||
<img src="https://fenpa.ws//images/index.webp" alt="" class="rounded-full max-w-[200px] w-full mx-auto">
|
||||
<h1 class="text-center text-[var(--main)]"></h1>
|
||||
</div>
|
||||
<div class="flex flex-col items-center gap-8 mx-auto">
|
||||
|
||||
<div class="flex gap-4 items-center flex-wrap mx-auto max-w-max w-full not-prose p-4 justify-center">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w-full max-w-md">
|
||||
<div class="prose prose-invert">
|
||||
<p class="flex gap-4 justify-center items-center flex-wrap w-full">
|
||||
|
||||
Reference in New Issue
Block a user