Skip to content

Commit

Permalink
deploy: bb69eae
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkikadafi committed Apr 15, 2024
1 parent bb69eae commit b01052d
Show file tree
Hide file tree
Showing 52 changed files with 4,712 additions and 3,813 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/github-pages.yml

This file was deleted.

153 changes: 0 additions & 153 deletions .gitignore

This file was deleted.

Empty file added .nojekyll
Empty file.
118 changes: 111 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,104 @@
---
layout: blog
permalink: /404.html
title: 404
---
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">

<div class="min-h-full px-4 py-16 sm:px-6 sm:py-24 md:grid md:place-items-center lg:px-8">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>404 | Kadafi’s Blog</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="404" />
<meta name="author" content="Muhamad Rizki Kadafi" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A blog dedicated to share my knowledge and opinion related to computer science and mathematics" />
<meta property="og:description" content="A blog dedicated to share my knowledge and opinion related to computer science and mathematics" />
<link rel="canonical" href="/404.html" />
<meta property="og:url" content="/404.html" />
<meta property="og:site_name" content="Kadafi’s Blog" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="404" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Muhamad Rizki Kadafi"},"description":"A blog dedicated to share my knowledge and opinion related to computer science and mathematics","headline":"404","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"/assets/image/favicon.png"},"name":"Muhamad Rizki Kadafi"},"url":"/404.html"}</script>
<!-- End Jekyll SEO tag -->


<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="shortcut icon" type="image/png" href="/assets/image/favicon.png">

<title>Kadafi's Blog | 404 </title>

</head>

<body class="bg-slate-50 dark:bg-slate-800 transition duration-500 lg:px-24">
<div id="default-modal" tabindex="-1"
class="fixed text-white top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-[calc(100%-1rem)] max-h-full">
<div class="relative w-full max-w-2xl max-h-full">
<div class="relative bg-slate-800 rounded-lg shadow">
<div class="p-2 md:p-5 space-y-4 text-center">
<ul>

<li>
<a data-modal-hide="default-modal" href="/blog" class="block py-3 rounded-md">Dashboard</a>
</li>

<li>
<a data-modal-hide="default-modal" href="/blog/categories" class="block py-3 rounded-md">Categories</a>
</li>

<li>
<a data-modal-hide="default-modal" href="/blog/#recent" class="block py-3 rounded-md">Recent Post</a>
</li>

<li>
<a data-modal-hide="default-modal" href="/blog/archives" class="block py-3 rounded-md">Archives</a>
</li>

</ul>
</div>
</div>
</div>
</div>

<nav id="blog-nav"
class="px-10 lg:px-20 bg-slate-300/70 dark:bg-slate-700/70 fixed right-0 left-0 top-0 dark:text-gray-200 z-10 py-3 lg:py-5 transition duration-300 border-slate-600 text-gray-900
after:duration-1000 ease-out after:block after:h-0.5 after:w-full after:origin-bottom-right after:scale-x-0 after:bg-slate-500 after:transition-transform after:mt-3 after:absolute after:bottom-0 after:left-0 after:rounded-md after:px-3">
<div class="hidden after:origin-bottom-left after:scale-x-100 dark:bg-slate-800/70 backdrop-blur-md">

</div>
<div class=" flex justify-between items-center h-full">
<a href="/blog" class="font-medium text-md lg:text-xl">Kadafi's Blog</a>
<div class="flex">
<ul class="hidden sm:flex *:mx-5">

<li class="hover:underline hover:underline-offset-4"><a href="/blog">Dashboard</a></li>

<li class="hover:underline hover:underline-offset-4"><a href="/blog/categories">Categories</a></li>

<li class="hover:underline hover:underline-offset-4"><a href="/blog/#recent">Recent Post</a></li>

<li class="hover:underline hover:underline-offset-4"><a href="/blog/archives">Archives</a></li>

</ul>
<div class="*:cursor-pointer">
<i id="dark-mode" class="bi bi-moon-stars-fill mr-2 text-lg dark:hidden"></i>
<i id="light-mode" class="bi bi-brightness-high-fill mr-2 text-xl hidden dark:inline-block"></i>
<i data-modal-target="default-modal" data-modal-toggle="default-modal"
class="bi bi-list sm:hidden text-xl"></i>
</div>
</div>
</div>
</nav>

<div id="top-btn" class="fixed right-5 bottom-5 hidden cursor-pointer z-50">
<i class="bi bi-arrow-up-circle dark:text-white text-4xl"></i>
</div>

<div class="min-h-full px-4 py-16 sm:px-6 sm:py-24 md:grid md:place-items-center lg:px-8">
<div class="max-w-max mx-auto">
<main class="sm:flex">
<p class="text-4xl font-extrabold text-indigo-600 sm:text-5xl">404</p>
Expand All @@ -16,7 +110,7 @@ <h1 class="text-4xl font-extrabold text-gray-900 tracking-tight sm:text-5xl dark
again.</p>
</div>
<div class="mt-10 flex space-x-3 sm:border-l sm:border-transparent sm:pl-6">
<a href="{{site.baseurl}}/"
<a href="/"
class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Go back home
</a>
Expand All @@ -25,3 +119,13 @@ <h1 class="text-4xl font-extrabold text-gray-900 tracking-tight sm:text-5xl dark
</main>
</div>
</div>


<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.js"></script>
<script src="/assets/js/toggle_dark.js"></script>
<script src="/assets/js/blog-navbar.js"></script>
<script src="/assets/js/blog-category-swiper.js"></script>
</body>

</html>
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

Loading

0 comments on commit b01052d

Please sign in to comment.