New layout
48
content/about/contents.lr
Normal file
|
@ -0,0 +1,48 @@
|
|||
_model: page
|
||||
---
|
||||
title: About
|
||||
---
|
||||
body:
|
||||
Hi! I'm Felipe, and I am a developer. Whatever that is.
|
||||
|
||||
I have been playing with code for a while now, but I also enjoy geeking around with computers, algorithms and other stuff; the less I know about it, the better!
|
||||
Learning new things every day is my way of life.
|
||||
|
||||
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
||||
|
||||
If you want to get in touch feel free to drop me a line.
|
||||
|
||||
<div class="grid">
|
||||
<div class="col-1-3">
|
||||
<h4>E-Mail</h4>
|
||||
<a target="_blank" href="mailto:me@fmartingr.com">me@fmartingr.com</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>LinkedIn</h4>
|
||||
<a target="_blank" href="https://www.linkedin.com/in/fmartingr/">linkedin.com/fmartingr</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Mastodon</h4>
|
||||
<a target="_blank" rel="me" href="https://fosstodon.org/@fmartingr">fmartingr@fosstodon.org</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Sourcehut</h4>
|
||||
<a target="_blank" href="https://git.sr.ht/~fmartingr">~fmartingr</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Github</h4>
|
||||
<a target="_blank" href="https://github.com/fmartingr">fmartingr</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Gitlab</h4>
|
||||
<a target="_blank" href="https://gitlab.com/fmartingr">fmartingr</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Telegram</h4>
|
||||
<a target="_blank" href="https://t.me/fmartingr">@fmartingr</a>
|
||||
</div>
|
||||
<div class="col-1-3">
|
||||
<h4>Keybase</h4>
|
||||
<a target="_blank" href="https://keybase.io/fmarting">@fmarting</a>
|
||||
</div>
|
||||
</div>
|
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 211 KiB |
Before Width: | Height: | Size: 185 KiB |
Before Width: | Height: | Size: 310 KiB |
Before Width: | Height: | Size: 192 KiB |
|
@ -1,3 +0,0 @@
|
|||
_model: gallery
|
||||
---
|
||||
_discoverable: no
|
Before Width: | Height: | Size: 383 KiB After Width: | Height: | Size: 240 KiB |
|
@ -2,13 +2,14 @@ title: Welcome to Felipe Martin!
|
|||
---
|
||||
body:
|
||||
|
||||
Hi! I'm Felipe, and I am a developer. Whatever that is.
|
||||
|
||||
I have been playing with code for a while now, but I also enjoy geeking around with computers, algorithms and other stuff; the less I know about it, the better! Learning new things every day is my way of life.
|
||||
|
||||
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
||||
|
||||
If you want to get in touch feel free to drop me a line.
|
||||
<h3>I'm currently reading...</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.goodreads.com/book/show/9579634-prince-of-thorns" target="_blank">Prince of Thorns (The Broken Empire, #1)</a> by <i>Mark Lawrence</i></li>
|
||||
</ul>
|
||||
|
||||
<h3>I'm currently playing...</h3>
|
||||
<ul>
|
||||
<li><a href="https://backloggery.com/fmartingr" target="_blank">Final Fantasy IX</a> on PC</li>
|
||||
</ul>
|
||||
---
|
||||
_template: home.html
|
||||
|
|