Skip to content

Commit

Permalink
First version
Browse files Browse the repository at this point in the history
  • Loading branch information
hector6872 committed Dec 3, 2024
1 parent 7637db9 commit 61933b2
Show file tree
Hide file tree
Showing 29 changed files with 489 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
1 change: 0 additions & 1 deletion README.md

This file was deleted.

Binary file added assets/avatar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/babblerai/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/babblerai/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/fun-side-project-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/input-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/intermittent-fasting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/time-is-money.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copycapture/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copycapture/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/bluesky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/devto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/flickr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/if168/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/if168/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/lina/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/lina/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traction/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/traction/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradetrainer/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tradetrainer/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
264 changes: 264 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,264 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Héctor de Isidro - hector6872</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0'>

<link rel='icon' href='assets/favicon.png'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/gardevoir' />
<link rel='stylesheet' href='style.css'/>
</head>

<body>
<div class='container'>
<header>
<img class='profile' alt='avatar' src='assets/avatar.gif'>
<h1>Héctor de Isidro</h1>
<p>Android Developer</p>
👉 <a href='https://play.google.com/store/apps/dev?id=6594381561673827125' target='_blank' rel='noopener'>My Apps on Google Play Store</a>
</header>

<section>
<h1>Social</h1>

<div class='row'>
<div class='tile'>
<a href='https://x.com/hector6872' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/x.png'>
</div>
<p class='title'>X</p>
<p class='subtitle'>@hector6872</p>
</a>
</div>
<div class='tile'>
<a href='https://bsky.app/profile/hector6872.bsky.social' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/bluesky.png'>
</div>
<p class='title'>Bluesky</p>
<p class='subtitle' style='word-break:break-all'>@hector6872.bsky.social</p>
</a>
</div>
<div class='tile'>
<a href='https://www.linkedin.com/in/hector-de-isidro-6817527b' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/linkedin.png'>
</div>
<p class='title'>LinkedIn</p>
<p class='subtitle'>Héctor de Isidro</p>
</a>
</div>
<div class='tile'>
<a href='https://github.com/hector6872' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/github.png'>
</div>
<p class='title'>GitHub</p>
<p class='subtitle'>hector6872</p>
</a>
</div>
</div>
<div class='row'>
<div class='tile'>
<a href='https://medium.com/@hector6872' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/medium.png'>
</div>
<p class='title'>Medium</p>
<p class='subtitle'>Héctor de Isidro</p>
</a>
</div>
<div class='tile'>
<a href='https://dev.to/hector6872' target='_blank' rel='noopener' widget='s'>
<div class='favicon'>
<img alt='icon' src='assets/icons/devto.png'>
</div>
<p class='title'>dev.to</p>
<p class='subtitle'>hector6872</p>
</a>
</div>
<div class='tile empty'></div>
<div class='tile empty'></div>
</div>
</section>

<section>
<h1>Projects</h1>

<div class='row'>
<div class='column'>
<a href='https://babblerai.com' target='_blank' rel='noopener' widget='xl'>
<div class='favicon'>
<img alt='icon' src='assets/babblerai/icon.png'>
</div>
<p class='title'>BabblerAI - Learn a language by speaking with AI</p>
<p class='url'>babblerai.com</p>
<p class='subtitle'>Stop worrying about not having anyone to practice the language you want to learn with and
talk to an AI language teacher available 24/7 and up to 25x cheaper than a traditional one</p>
<div class='preview'>
<img style='max-height:none;' alt='feature' src='assets/babblerai/feature.png'>
</div>
</a>
</div>
</div>

<div class='row'>
<div class='column'>
<a href='https://play.google.com/store/apps/details?id=com.hector6872.lina' target='_blank' rel='noopener' widget='xl'>
<div class='favicon'>
<img alt='icon' src='assets/lina/icon.png'>
</div>
<p class='title'>Lina Launcher for Seniors</p>
<p class='url'>Google Play Store</p>
<p class='subtitle'>The Simple Smartphone solution for Seniors and Minimalists</p>
<div class='preview'>
<img alt='feature' src='assets/lina/feature.png'>
</div>
</a>
</div>
<div class='column'>
<a href='https://play.google.com/store/apps/details?id=com.hector6872.habits' target='_blank' rel='noopener' widget='xl'>
<div class='favicon'>
<img alt='icon' src='assets/traction/icon.png'>
</div>
<p class='title'>Traction Habit Tracker: LOOP!</p>
<p class='url'>Google Play Store</p>
<p class='subtitle'>The Ultimate Habit Tracker for building lasting routines and reaching your goals</p>
<div class='preview'>
<img alt='feature' src='assets/traction/feature.png'>
</div>
</a>
</div>
</div>

<div class='row'>
<div class='column'>
<a href='https://play.google.com/store/apps/details?id=com.hector6872.tradetrainer' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/tradetrainer/icon.png'>
</div>
<p class='title'>Trader Trainer: Learn Trading</p>
<p class='url'>Google Play Store</p>
<div class='preview'>
<img alt='feature' src='assets/tradetrainer/feature.png'>
</div>
</a>
</div>
</div>

<div class='row'>
<div class='column'>
<a href='https://play.google.com/store/apps/details?id=com.hector6872.if168' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/if168/icon.png'>
</div>
<p class='title'>168 Intermittent Fasting Timer</p>
<p class='url'>Google Play Store</p>
<div class='preview'>
<img alt='feature' src='assets/if168/feature.png'>
</div>
</a>
</div>
<div class='column'>
<a href='https://play.google.com/store/apps/details?id=com.hector6872.capture' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/copycapture/icon.png'>
</div>
<p class='title'>CopyCapture Quick Note</p>
<p class='url'>Google Play Store</p>
<div class='preview'>
<img alt='feature' src='assets/copycapture/feature.png'>
</div>
</a>
</div>
</div>
</section>

<section>
<h1>Blog Posts</h1>

<div class='row'>
<div class='column'>
<a href='https://medium.com/@hector6872/why-do-you-understand-english-but-cannot-speak-fluently-d8c47c001a3e' target='_blank' rel='noopener' widget='xl'>
<div class='favicon'>
<img alt='icon' src='assets/icons/medium.png'>
</div>
<p class='title'>Why do you understand English but cannot speak fluently?</p>
<p class='url'>medium.com</p>
<div class='preview'>
<img alt='feature' src='assets/blog/input-output.png'>
</div>
</a>
</div>
</div>

<div class='row'>
<div class='column'>
<a href='https://medium.com/@hector6872/the-truth-about-intermittent-fasting-for-weight-loss-8dda9471f048' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/icons/medium.png'>
</div>
<p class='title'>The truth about Intermittent Fasting for Weight Loss</p>
<p class='url'>medium.com</p>
<div class='preview'>
<img alt='feature' src='assets/blog/intermittent-fasting.png'>
</div>
</a>
</div>
</div>

<div class='row'>
<div class='column'>
<a href='https://medium.datadriveninvestor.com/ideas-development-kit-1d43f9eb9a6d' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/icons/medium.png'>
</div>
<p class='title'>Time is Money</p>
<p class='url'>medium.com</p>
<div class='preview'>
<img alt='feature' src='assets/blog/time-is-money.png'>
</div>
</a>
</div>
<div class='column'>
<a href='https://medium.com/@hector6872/fun-sideproject-make-b23d2af28fe8' target='_blank' rel='noopener' widget='l'>
<div class='favicon'>
<img alt='icon' src='assets/icons/medium.png'>
</div>
<p class='title'>fun SideProject.create()</p>
<p class='url'>medium.com</p>
<div class='preview'>
<img alt='feature' src='assets/blog/fun-side-project-create.png'>
</div>
</a>
</div>
</div>
</section>

<section>
<h1>AFK</h1>

<div class='row'>
<div class='column'>
<a href='https://www.flickr.com/photos/156334879@N04/' target='_blank' rel='noopener' widget='xl'>
<div class='favicon'>
<img alt='icon' src='assets/icons/flickr.png'>
</div>
<p class='title'>My photos</p>
<p class='url'>flickr.com</p>
<div class='preview'>
<img style='max-height:420px;' alt='feature' src='https://live.staticflickr.com/65535/54149564882_15f0c74f30_b.jpg'>
</div>
</a>
</div>
</div>
</section>
<footer>
© 2024 made with ❤️ by Héctor de Isidro - hector6872.
Heavily inspired by <a href='https://bento.me/' target='_blank' rel='noopener'>Bento</a>
</footer>
</div>
</body>
</html>
Loading

0 comments on commit 61933b2

Please sign in to comment.