Skip to content

Commit

Permalink
Update directory_file
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona authored Sep 13, 2023
1 parent 5e77e08 commit ae496b0
Showing 1 changed file with 88 additions and 97 deletions.
185 changes: 88 additions & 97 deletions directory_file
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,35 @@
<img src="{{ affirmation_image }}" alt="Affirmation image">
</div>
<hr>
<div id="drink">
<h5>
<font color="#670601">
A drink before we start
</font>
</h5>
<img src="{{ drink_image }}">
<h4>
<font color="#F0A0FF">
Name: {{ drink_name }}
</font>
</h4>
<h4>
<font color="#F0A0FF">
Alcoholic category: {{ drink_alcoholic_category }}
</font>
</h4>
<h4>
<font color="#F0A0FF">
Category: {{ drink_category }}
</font>
</h4>
<h4>
{{{ table_drink }}}
</h4>
<h4>
<font color="#F0A0FF">
Instructions: {{ drink_instructions }}
</font>
</h4>
</div>
<details>
<summary>Maybe a drink? 🍹</summary>
<div id="drink">
<img src="{{ drink_image }}">
<h4>
<font color="#F0A0FF">
Name: {{ drink_name }}
</font>
</h4>
<h4>
<font color="#F0A0FF">
Alcoholic category: {{ drink_alcoholic_category }}
</font>
</h4>
<h4>
<font color="#F0A0FF">
Category: {{ drink_category }}
</font>
</h4>
<h4>
{{{ table_drink }}}
</h4>
<h4>
<font color="#F0A0FF">
Instructions: {{ drink_instructions }}
</font>
</h4>
</div>
</details>
<div id="profile-info">
<h5>
<font color="#67d6b1">
Expand All @@ -58,41 +56,64 @@
<img src="https://github-profile-trophy.vercel.app/?username=nclsbayona&theme=dracula&no-frame=false&margin-w=5&margin-h=5&no-bg=true&column=4" alt="nclsbayona's profile trophies">
</div>
<hr>
<h2> 🐣 Some of my stats 🐣 </h2>
<div id="general">
<h4 align="left">
<font color="#df4b75">
General GitHub Stats 🌀
</font>
</h4>
<h5>
<font color="#679000">
😃 General Overview
</font>
</h5>
<img src="https://github-readme-stats.vercel.app/api?username=nclsbayona&show_icons=true&count_private=true&include_all_commits=true&locale=en&theme=tokyonight" alt="nclsbayona's Github General Stats">
<h5>
<font color="#679000">
Life-Time Stats Overview 😃
</font>
</h5>
<img src="https://github-readme-streak-stats.herokuapp.com/?user=nclsbayona&theme=algolia">
</div>
<div id="languages">
<h4 align="left">
<font color="#6790c5">
🤖 Programming Languages Stats
</font>
</h4>
<p>
<details>
<summary>Want to check out my stats? 🐣</summary>
<div id="general">
<h4 align="left">
<font color="#df4b75">
General GitHub Stats 🌀
</font>
</h4>
<h5>
<font color="#679000">
Most Used Languages Stats 💾
😃 General Overview
</font>
</h5>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=nclsbayona&show_icons=true&locale=en&langs_count=5&theme=tokyonight" alt="nclsbayona's Most-Used Languages Github Stats">
</p>
</div>
<img src="https://github-readme-stats.vercel.app/api?username=nclsbayona&show_icons=true&count_private=true&include_all_commits=true&locale=en&theme=tokyonight" alt="nclsbayona's Github General Stats">
<h5>
<font color="#679000">
Life-Time Stats Overview 😃
</font>
</h5>
<img src="https://github-readme-streak-stats.herokuapp.com/?user=nclsbayona&theme=algolia">
</div>
<div id="languages">
<h4 align="left">
<font color="#6790c5">
🤖 Programming Languages Stats
</font>
</h4>
<p>
<h5>
<font color="#679000">
Most Used Languages Stats 💾
</font>
</h5>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=nclsbayona&show_icons=true&locale=en&langs_count=5&theme=tokyonight" alt="nclsbayona's Most-Used Languages Github Stats">
</p>
</div>
<div id="wakatime">
<p>
<h4>
<font color="#679000">
⌚General Weekly-Stats
</font>
</h4>
<h5>
<font color="#679000">
Overview ✨
</font>
</h5>
</p>
<div id="tables">
{{{ languages }}}
<hr>
{{{ coded_on_os }}}
<hr>
</div>
</div>
</details>

<div id="contact">
<h3>
<font color="#679000">
Expand All @@ -118,40 +139,10 @@
<img alt="LinkedIn" src="https://img.shields.io/badge/-Linkedin-silver?&style=for-the-badge&logo=linkedin&logoColor=black">
</a>
</div>
<div id="weather-info">
Currently, the weather in my location is:
<p>
<b>
{{ city_temperature }}°C, however it feels like {{ city_termic_sensation }}, climate is
<i>{{ city_weather }}</i>
.
Min. temperature: {{ city_min_temperature }}
Max. temperature: {{ city_max_temperature }}
</p>
</div>
<div id="wakatime">
<p>
<h4>
<font color="#679000">
⌚General Weekly-Stats
</font>
</h4>
<h5>
<font color="#679000">
Overview ✨
</font>
</h5>
</p>
<div id="tables">
{{{ languages }}}
<hr>
{{{ coded_on_os }}}
<hr>
</div>
<img src="https://raw.githubusercontent.com/nclsbayona/Daily.dev-devcard-books/output/github-contribution-grid-snake-sissa.svg" />
<div id="webpage">
<p>Visit my webpage</p>
<img src="QR.png" />
</div>

<img src="https://raw.githubusercontent.com/nclsbayona/Daily.dev-devcard-books/output/github-contribution-grid-snake-sissa.svg" />
<div id="webpage">
<p>Visit my webpage</p>
<img src="QR.png" />
</div>
</div>

0 comments on commit ae496b0

Please sign in to comment.