-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 776 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (19 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Home
layout: default
nav_order: 1
---
<h1>👨🏻💻 Welcome.</h1>
<p class="l-font">
This is the home page of my blog. Here I explain important concepts in my journey in Computer Science.
This will allow me to understand the concepts more deeply, remember them longer, and
revisit the content on future occasions.
<br><br>
If You want to know more about me, check out my <a href="https://fabiancruz-0.github.io/" target="_blank">
Portfolio page</a>, <a href="https://www.linkedin.com/in/fabian-cruz-dev/" target="_blank">
LinkedIn profile</a> or my <a href="https://github.com/FabianCruz-0" target="_blank">GitHub profile</a> 🦋.
<br><br>
</p>
<p class="note">
<i>This blog is being created and <b>constantly</b> updated.</i>
</p>