Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
🚀 Caffeine + Code = This Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Feb 24, 2024
1 parent 6b4525a commit 5066e33
Show file tree
Hide file tree
Showing 37 changed files with 421 additions and 355 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="Yasir Shariff">
<link rel="canonical" href="https://shariff.dev/404.html">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.3613efbd0b1772781e8f49935e973cae632a7f61471c05b17be155505ccf87b5.css" integrity="sha256-NhPvvQsXcngej0mTXpc8rmMqf2FHHAWxe&#43;FVUFzPh7U=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://shariff.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://shariff.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://shariff.dev/favicon-32x32.png">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

127 changes: 74 additions & 53 deletions blog/hello-world/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="Blogs - Yasir&#39;s Playground">
<meta name="author" content="Yasir Shariff">
<link rel="canonical" href="https://shariff.dev/blog/">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.3613efbd0b1772781e8f49935e973cae632a7f61471c05b17be155505ccf87b5.css" integrity="sha256-NhPvvQsXcngej0mTXpc8rmMqf2FHHAWxe&#43;FVUFzPh7U=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://shariff.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://shariff.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://shariff.dev/favicon-32x32.png">
Expand Down Expand Up @@ -52,10 +52,10 @@
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [,
"itemListElement": [
{
"@type": "ListItem",
"position": 2 ,
"position": 1 ,
"name": "Blogs",
"item": "https://shariff.dev/blog/"
}
Expand Down Expand Up @@ -142,7 +142,7 @@ <h1>

<article class="post-entry">
<header class="entry-header">
<h2>Hello World!
<h2 class="entry-hint-parent">Hello World!
</h2>
</header>
<div class="entry-content">
Expand Down
6 changes: 2 additions & 4 deletions blog/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
<link>https://shariff.dev/blog/</link>
<description>Recent content in Blogs on Yasir&#39;s Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shariff.dev/blog/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://shariff.dev/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World!</title>
<link>https://shariff.dev/blog/hello-world/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/blog/hello-world/</guid>
<description>First post!</description>
<content:encoded><![CDATA[]]></content:encoded>
</item>

</channel>
</rss>
2 changes: 1 addition & 1 deletion categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="Yasir Shariff">
<link rel="canonical" href="https://shariff.dev/categories/">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.3613efbd0b1772781e8f49935e973cae632a7f61471c05b17be155505ccf87b5.css" integrity="sha256-NhPvvQsXcngej0mTXpc8rmMqf2FHHAWxe&#43;FVUFzPh7U=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://shariff.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://shariff.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://shariff.dev/favicon-32x32.png">
Expand Down
3 changes: 2 additions & 1 deletion categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link>https://shariff.dev/categories/</link>
<description>Recent content in Categories on Yasir&#39;s Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shariff.dev/categories/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://shariff.dev/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
21 changes: 13 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="description" content="">
<meta name="author" content="Yasir Shariff">
<link rel="canonical" href="https://shariff.dev/">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.3613efbd0b1772781e8f49935e973cae632a7f61471c05b17be155505ccf87b5.css" integrity="sha256-NhPvvQsXcngej0mTXpc8rmMqf2FHHAWxe&#43;FVUFzPh7U=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://shariff.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://shariff.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://shariff.dev/favicon-32x32.png">
Expand Down Expand Up @@ -54,7 +54,7 @@
"@context": "https://schema.org",
"@type": "Organization",
"name": "Yasir's Playground",
"url": "https://shariff.dev",
"url": "https://shariff.dev/",
"description": "",
"thumbnailUrl": "https://shariff.dev/favicon.ico",
"sameAs": [
Expand Down Expand Up @@ -140,39 +140,44 @@
<h1>Yasir Shariff</h1>
<span><p>👋 I&rsquo;m Yasir, a passionate software engineer from the scenic city of Mombasa, Kenya. My expertise lies in creating Blockchain Systems, CLI tools, and user-centric software solutions that address real-world problems. With a strong problem-solving aptitude and meticulous attention to detail, I excel in delivering robust and efficient solutions to complex challenges across diverse industries.</p>
<p>Check out my latest projects, blog posts, and notes. Feel free to reach out to me if you have any questions or just want to say hi!</p>
</span><div class="social-icons">
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer me" title="Email">
</span><div class="social-icons" >
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer me"
title="Email">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</a>
<a href="https://www.linkedin.com/in/itsyaasir" target="_blank" rel="noopener noreferrer me" title="Linkedin">
<a href="https://www.linkedin.com/in/itsyaasir" target="_blank" rel="noopener noreferrer me"
title="Linkedin">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="https://github.com/itsyaasir" target="_blank" rel="noopener noreferrer me" title="Github">
<a href="https://github.com/itsyaasir" target="_blank" rel="noopener noreferrer me"
title="Github">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
</path>
</svg>
</a>
<a href="https://twitter.com/itsyaasir" target="_blank" rel="noopener noreferrer me" title="Twitter">
<a href="https://twitter.com/itsyaasir" target="_blank" rel="noopener noreferrer me"
title="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z">
</path>
</svg>
</a>
<a href="https://shariff.dev/resume" target="_blank" rel="noopener noreferrer me" title="Cv">
<a href="https://shariff.dev/resume" target="_blank" rel="noopener noreferrer me"
title="Cv">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
Expand Down
13 changes: 2 additions & 11 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,29 @@
<link>https://shariff.dev/</link>
<description>Recent content on Yasir&#39;s Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shariff.dev/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://shariff.dev/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello World!</title>
<link>https://shariff.dev/blog/hello-world/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/blog/hello-world/</guid>
<description>First post!</description>
<content:encoded><![CDATA[]]></content:encoded>
</item>

<item>
<title>Hello World!</title>
<link>https://shariff.dev/projects/hello-world/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/projects/hello-world/</guid>
<description>First post!</description>
<content:encoded><![CDATA[<h1 id="hello-world">Hello World</h1>
<p>This is my first post!</p>
]]></content:encoded>
</item>

<item>
<title>Resume</title>
<link>https://shariff.dev/resume/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/resume/</guid>
<description>Yasir Shariff&amp;#39;s Resume</description>
<content:encoded><![CDATA[<h1 id="resume---yasir-shariff">Resume - Yasir Shariff</h1>
Expand Down Expand Up @@ -81,12 +76,10 @@
</ul>
]]></content:encoded>
</item>

<item>
<title>Unorganised Thoughts</title>
<link>https://shariff.dev/notes/todo/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/notes/todo/</guid>
<description>Unorganised Thoughts</description>
<content:encoded><![CDATA[<h1 id="unorganised-thoughts">Unorganised Thoughts</h1>
Expand Down Expand Up @@ -118,7 +111,5 @@
</ul>
]]></content:encoded>
</item>


</channel>
</rss>
8 changes: 4 additions & 4 deletions notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="description" content="Notes - Yasir&#39;s Playground">
<meta name="author" content="Yasir Shariff">
<link rel="canonical" href="https://shariff.dev/notes/">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.3613efbd0b1772781e8f49935e973cae632a7f61471c05b17be155505ccf87b5.css" integrity="sha256-NhPvvQsXcngej0mTXpc8rmMqf2FHHAWxe&#43;FVUFzPh7U=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="https://shariff.dev/assets/css/stylesheet.b609c58d5c11bb90b1a54e04005d74ad1ddf22165eb79f5533967e57df9c3b50.css" integrity="sha256-tgnFjVwRu5CxpU4EAF10rR3fIhZet59VM5Z&#43;V9&#43;cO1A=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://shariff.dev/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://shariff.dev/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://shariff.dev/favicon-32x32.png">
Expand Down Expand Up @@ -52,10 +52,10 @@
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [,
"itemListElement": [
{
"@type": "ListItem",
"position": 2 ,
"position": 1 ,
"name": "Notes",
"item": "https://shariff.dev/notes/"
}
Expand Down Expand Up @@ -142,7 +142,7 @@ <h1>

<article class="post-entry">
<header class="entry-header">
<h2>Unorganised Thoughts
<h2 class="entry-hint-parent">Unorganised Thoughts
</h2>
</header>
<div class="entry-content">
Expand Down
5 changes: 2 additions & 3 deletions notes/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<link>https://shariff.dev/notes/</link>
<description>Recent content in Notes on Yasir&#39;s Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shariff.dev/notes/index.xml" rel="self" type="application/rss+xml" />
<language>en-us</language>
<atom:link href="https://shariff.dev/notes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Unorganised Thoughts</title>
<link>https://shariff.dev/notes/todo/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://shariff.dev/notes/todo/</guid>
<description>Unorganised Thoughts</description>
<content:encoded><![CDATA[<h1 id="unorganised-thoughts">Unorganised Thoughts</h1>
Expand Down Expand Up @@ -42,6 +42,5 @@
</ul>
]]></content:encoded>
</item>

</channel>
</rss>
Loading

0 comments on commit 5066e33

Please sign in to comment.