-
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
0 parents
commit c6cae81
Showing
10 changed files
with
2,440 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,94 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="/assets/profile.png" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<title>Daniel Freitas | @scrlkx</title> | ||
</head> | ||
<body class="bg-light dark:bg-dark"> | ||
<header class="fixed top-0 left-0 py-4 w-full z-10 h-16 bg-dark shadow-md"> | ||
<div class="max-w-3xl mx-auto h-full flex items-center justify-between"> | ||
<a href="/blog" class="inline-flex space-x-2 text-light-gray"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.1" stroke="currentColor" class="w-4"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" /> | ||
</svg> | ||
<span class="text-light-gray font-medium">Blog</span> | ||
</a> | ||
<span class="text-light-gray font-semibold opacity-50">@scrlkx</span> | ||
</div> | ||
</header> | ||
<main class="max-w-3xl mx-auto pb-4 absolute top-24"> | ||
<div class="py-8"> | ||
<h2 class="font-semibold text-3xl text-orange">Bananas</h2> | ||
<div class="inline-flex justify-between text-sm text-gray w-full mt-4"> | ||
<span>Published at 21 May 2024</span> | ||
<span> | ||
|
||
Last edited at 22 May 2024 | ||
|
||
</span> | ||
</div> | ||
<div class="text-white leading-loose font-serif text-lg space-y-4 font-medium"> | ||
<p>A banana is an edible fruit – botanically a berry – produced by several | ||
kinds of large herbaceous flowering plants in the genus Musa.</p> | ||
|
||
<p>In some countries, bananas used for cooking may be called “plantains”, | ||
distinguishing them from dessert bananas. The fruit is variable in size, | ||
color, and firmness, but is usually elongated and curved, with soft | ||
flesh rich in starch covered with a rind, which may be green, yellow, | ||
red, purple, or brown when ripe.</p> | ||
|
||
<p>In some countries, bananas used for cooking may be called “plantains”, | ||
distinguishing them from dessert bananas. The fruit is variable in size, | ||
color, and firmness, but is usually elongated and curved, with soft | ||
flesh rich in starch covered with a rind, which may be green, yellow, | ||
red, purple, or brown when ripe.</p> | ||
|
||
<p>In some countries, bananas used for cooking may be called “plantains”, | ||
distinguishing them from dessert bananas. The fruit is variable in size, | ||
color, and firmness, but is usually elongated and curved, with soft | ||
flesh rich in starch covered with a rind, which may be green, yellow, | ||
red, purple, or brown when ripe.</p> | ||
|
||
<p>In some countries, bananas used for cooking may be called “plantains”, | ||
distinguishing them from dessert bananas. The fruit is variable in size, | ||
color, and firmness, but is usually elongated and curved, with soft | ||
flesh rich in starch covered with a rind, which may be green, yellow, | ||
red, purple, or brown when ripe.</p> | ||
|
||
</div> | ||
</div> | ||
<div class="bottom-0"> | ||
<footer | ||
class="w-full cursor-default space-y-1 text-center text-xs text-gray sm:text-sm"> | ||
<p> | ||
Powered by | ||
|
||
|
||
<a href="https://jekyllrb.com" target="_self" rel="nopener noreferrer">Jekyll</a>, | ||
|
||
|
||
<a href="https://tailwindcss.com" target="_self" rel="nopener noreferrer">Tailwind CSS</a> | ||
and | ||
|
||
|
||
<a href="https://github.com" target="_self" rel="nopener noreferrer">GitHub</a> | ||
</p> | ||
<p> | ||
Source code available at | ||
|
||
|
||
<a href="https://github.com/scrlkx/website" target="_self" rel="nopener noreferrer">github.com/scrlkx/website</a> | ||
</p> | ||
</footer> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,67 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="/assets/profile.png" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<title>Daniel Freitas | @scrlkx</title> | ||
</head> | ||
<body class="bg-light dark:bg-dark"> | ||
<header class="fixed top-0 left-0 py-4 w-full z-10 h-16 bg-dark shadow-md"> | ||
<div class="max-w-3xl mx-auto h-full flex items-center justify-between"> | ||
<a href="/" class="inline-flex space-x-2 text-light-gray"> | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.1" stroke="currentColor" class="w-4"> | ||
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5 3 12m0 0 7.5-7.5M3 12h18" /> | ||
</svg> | ||
<span class="text-light-gray font-medium">Home</span> | ||
</a> | ||
<span class="text-light-gray font-semibold opacity-50">@scrlkx</span> | ||
</div> | ||
</header> | ||
<main class="max-w-3xl mx-auto pb-4 absolute top-24"> | ||
<ul class="space-y-4 cursor-default py-8"> | ||
|
||
<li> | ||
<a href="/2000/01/01/bananas.html"> | ||
<div class="bg-dark-gray rounded-lg py-4 px-6"> | ||
<h2 class="font-medium text-xl">Bananas</h2> | ||
<p class="leading-2 text-light-gray text-pretty mt-2">A banana is an edible fruit – botanically a berry – produced by several kinds of large herbaceous flowering plants in the genus Musa.</p> | ||
<span class="inline-flex justify-end text-sm text-gray w-full mt-4">21 May, 2024</span> | ||
</div> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<div class="bottom-0"> | ||
<footer | ||
class="w-full cursor-default space-y-1 text-center text-xs text-gray sm:text-sm"> | ||
<p> | ||
Powered by | ||
|
||
|
||
<a href="https://jekyllrb.com" target="_self" rel="nopener noreferrer">Jekyll</a>, | ||
|
||
|
||
<a href="https://tailwindcss.com" target="_self" rel="nopener noreferrer">Tailwind CSS</a> | ||
and | ||
|
||
|
||
<a href="https://github.com" target="_self" rel="nopener noreferrer">GitHub</a> | ||
</p> | ||
<p> | ||
Source code available at | ||
|
||
|
||
<a href="https://github.com/scrlkx/website" target="_self" rel="nopener noreferrer">github.com/scrlkx/website</a> | ||
</p> | ||
</footer> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
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,68 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" type="image/x-icon" href="/assets/profile.png" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<title>Daniel Freitas | @scrlkx</title> | ||
</head> | ||
<body class="bg-light dark:bg-dark"> | ||
|
||
|
||
|
||
|
||
|
||
<main class="max-w-3xl mx-auto space-y-10 flex flex-col items-center p-2 sm:p-4"> | ||
<img src="/assets/profile.png" class="sm:w-26 mx-auto w-24 rounded-lg shadow-lg md:w-48" /> | ||
<div class="space-y-2 text-black dark:text-white text-center"> | ||
<h1 class="text-xl font-semibold sm:text-3xl">Hello!</h1> | ||
<div class="sm:text-lg"> | ||
<h2>I'm <span class="font-semibold text-green">Daniel Freitas</span>, digitally known as <span class="font-semibold text-green">@scrlkx</span>.</h2> | ||
<h3>This is my online space where I'm all about Coding, Linux and a some nerding stuff.</h3> | ||
</div> | ||
</div> | ||
<div class="space-x-4 font-semibold"> | ||
|
||
|
||
<a href="/blog" target="_self" rel="nopener noreferrer">Blog</a> | ||
|
||
|
||
<a href="https://github.com/scrlkx" target="_self" rel="nopener noreferrer">GitHub</a> | ||
|
||
|
||
<a href="https://gitlab.com/scrlkx" target="_self" rel="nopener noreferrer">GitLab</a> | ||
<a href="mailto:[email protected]" target="_blank" rel="nopener noreferrer">Contact</a> | ||
</div> | ||
</main> | ||
<div class="sm:fixed sm:bottom-0 p-2 sm:p-4"> | ||
<footer | ||
class="w-full cursor-default space-y-1 text-center text-xs text-gray sm:text-sm"> | ||
<p> | ||
Powered by | ||
|
||
|
||
<a href="https://jekyllrb.com" target="_self" rel="nopener noreferrer">Jekyll</a>, | ||
|
||
|
||
<a href="https://tailwindcss.com" target="_self" rel="nopener noreferrer">Tailwind CSS</a> | ||
and | ||
|
||
|
||
<a href="https://github.com" target="_self" rel="nopener noreferrer">GitHub</a> | ||
</p> | ||
<p> | ||
Source code available at | ||
|
||
|
||
<a href="https://github.com/scrlkx/website" target="_self" rel="nopener noreferrer">github.com/scrlkx/website</a> | ||
</p> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.