-
Notifications
You must be signed in to change notification settings - Fork 0
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
11 changed files
with
103 additions
and
65 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
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
layout: base | ||
--- | ||
<nav class="navbar navbar-expand-md shadow-sm"> | ||
<div class="container py-5"> | ||
<a class="navbar-brand" href="/blog">Muaath5 Blog</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<!-- Left Side Of Navbar --> | ||
<ul class="navbar-nav me-auto"> | ||
|
||
</ul> | ||
|
||
<!-- Right Side Of Navbar --> | ||
<ul class="navbar-nav ms-auto"> | ||
<a class="nav-link" href="/blog/list">Blogs</a> | ||
<a class="nav-link" href="/blog/tags">Tags</a> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<main class="py-4 flex-shrink-0"> | ||
<div class="container"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
<footer class="w-100 mt-auto p-4 bg-light"> | ||
<div class="row my-2"> | ||
<div class="col text-center"> | ||
<a href="https://t.me/Muaath_Alqarni" width="7px" height="7px" class="btn btn-secondary p-1"> | ||
<i class="bi bi-telegram text-white p-1" style="border-radius: 5px;"></i> | ||
</a> | ||
<a href="mailto:[email protected]" width="7px" height="7px" class="btn btn-secondary p-1"> | ||
<i class="bi bi-envelope-fill text-white p-1" style="border-radius: 5px;"></i> | ||
</a> | ||
<a href="https://x.com/Muaath_dev" width="7px" height="7px" class="btn btn-secondary p-1"> | ||
<i class="bi bi-twitter-x text-white p-1" style="border-radius: 5px;"></i> | ||
</a> | ||
<a href="https://github.com/Muaath5" width="7px" height="7px" class="btn btn-secondary p-1"> | ||
<i class="bi bi-github text-white p-1" style="border-radius: 5px;"></i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="row text-center"> | ||
<h6 class="text-secondary">Hosted on Github Pages</h6> | ||
<h6 class="text-secondary">Built using Jekyll</h6> | ||
</div> | ||
</footer> |
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,7 +1,9 @@ | ||
--- | ||
title: '' | ||
description: '' | ||
tags: [abc, def] | ||
# Template for writing blogs | ||
title: "" | ||
description: "" | ||
tags: ["abc", "def"] | ||
lang: en | ||
layout: blog | ||
usemathjax: false | ||
--- | ||
--- |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Blogs list" | ||
description: "Random blogs" | ||
lang: en | ||
layout: blog | ||
--- | ||
|
||
<div class="row alert bg-primary"> | ||
For Athka blogs (National Olympiad for Programming), checkout <a href="https://teqaniaat.github.io/Teqaniaat/athka/">Teqaniaat blog</a> | ||
</div> | ||
<div class="row"> | ||
{% for blog in site.posts %} | ||
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12"> | ||
{% include blogbox.html %} | ||
</div> | ||
{% endfor %} | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Muaath5 Blog Tags" | ||
layout: blog | ||
--- | ||
|
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 |
---|---|---|
|
@@ -6,16 +6,20 @@ | |
--- | ||
<div class="row text-center"> | ||
<div class="col-12"> | ||
<i class="bi-envelope-at-fill"></i> | ||
<a class="px-2" href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
<i class="bi-telegram"></i> | ||
<a class="px-2" href="https://t.me/Muaath_5"> | ||
@Muaath_5 | ||
</a> | ||
<i class="bi-geo-alt-fill"></i> | ||
<p class="px-2"> | ||
<p class="d-inline px-3"> | ||
<i class="bi-envelope-at-fill"></i> | ||
<a class="px-2" href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
</p> | ||
<p class="d-inline px-3"> | ||
<i class="bi-telegram"></i> | ||
<a href="https://t.me/Muaath_5"> | ||
@Muaath_5 | ||
</a> | ||
</p> | ||
<p class="d-inline px-3"> | ||
<i class="bi-geo-alt-fill"></i> | ||
Saudi Arabia | ||
</p> | ||
</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