Skip to content

Commit

Permalink
Fixing blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Muaath5 committed Jan 9, 2024
1 parent e237f92 commit 0db0096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Muaath5 Website'
title: 'Muaath5 Website'
description: 'Portfolio + Blog'
permalink: /blog/:title
permalink: /post/:title

markdown: GFM
theme: jekyll-theme-cayman
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ul>
</nav>
<style>
main
nav, main
{
padding-left: 80px;
padding-right: 80px;
Expand All @@ -27,11 +27,11 @@
<main id="content" data-bs-spy="scroll" data-bs-target="#main-navbar" data-bs-root-margin="0px 0px -40%" data-bs-smooth-scroll="true" style="height: 100vh; margin-top: .5rem; overflow: auto;" class="p-3 py-5 rounded-2 container" tabindex="0">
<div class="row" id="about">
<h2>About me</h2>
<div class="col-4">
<div class="col-3">
<!-- Profile photo -->
<img src="https://avatars.githubusercontent.com/u/60256639?v=4" class="img-thumbnail" width="260" height="260" alt="Profile photo">
</div>
<div class="col-8">
<div class="col-9 d-flex justify-content-center">
<h5>
<p>I'm Muaath Alqarni, Mawhiba student based in Saudi Arabia who is interested in technology in general.</p>

Expand Down

0 comments on commit 0db0096

Please sign in to comment.