-
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
1 parent
7637db9
commit 61933b2
Showing
29 changed files
with
489 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,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> |
Oops, something went wrong.