things
This commit is contained in:
parent
6315c8c9f2
commit
4ca115db76
3 changed files with 67 additions and 20 deletions
|
|
@ -21,45 +21,90 @@
|
|||
<ul>
|
||||
<li><a href="#about-me-header">About me</a></li>
|
||||
<li><a href="#contact-header">Contact</a></li>
|
||||
<li><a href="#my-projects-header">My projects</a></li>
|
||||
<li><a href="#writings-header">Writings</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<section>
|
||||
<h2 id="about-me-header">About me</h2>
|
||||
<p>A few facts you might care about:</p>
|
||||
<ul>
|
||||
<li>I'm based in Barcelona, although I'm happy working for anyone anywhere (as long as we can find a
|
||||
time to
|
||||
meet).</li>
|
||||
<li>I'm based in Barcelona, although I'm happy working for anyone located anywhere (as long as we can
|
||||
find a time to meet).</li>
|
||||
<li>My career has focused in Data teams and positions, playing roles such as Data Lead, Data Engineer.
|
||||
</li>
|
||||
<li>Having said that, I have a lot of weird interests that might mix somehow, including:
|
||||
<ul>
|
||||
<li>Austrian economics and it's societal and political implications</li>
|
||||
<li>Austrian economics and its societal and political implications</li>
|
||||
<li>Bitcoin</li>
|
||||
<li>P2P and privacy friendly applications</li>
|
||||
<li>Self-hosting and lowering the cost of people using advanced IT on a personal level</li>
|
||||
<li>Riding motorcycles</li>
|
||||
<li>Being annoyingly contrarian</li>
|
||||
<li>3D printing maps</li>
|
||||
<li>Teaching</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<h2>Contact</h2>
|
||||
<h2 id="contact-header">Contact</h2>
|
||||
<p>You can catch me through a few places:</p>
|
||||
<ul>
|
||||
<li class="li-with-explainer">
|
||||
<p>On my email, if you pay 1$</p>
|
||||
<p><em>Why are you charging?</em></p>
|
||||
</li>
|
||||
<li class="li-with-explainer">
|
||||
<p>On my phone, if you pay 100$</p>
|
||||
<li>
|
||||
<p>On my email, if you pay 1$.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.linkedin.com/in/pablomartincalvo/">On LinkedIn</a></p>
|
||||
<p>On my phone, if you pay 100$.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://www.linkedin.com/in/pablomartincalvo/">On LinkedIn.</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>If you are looking for my CV, no need to reach out, <a href="my_cv.txt" target="_">you can fetch it
|
||||
yourself
|
||||
here.</a></p>
|
||||
<p>Good reason to reach out include:</p>
|
||||
<ul>
|
||||
<li>You want to work with me.</li>
|
||||
<li>Some of my interests, projects or writings caught your attention and you want to discuss them with
|
||||
me.</li>
|
||||
<li>Something fun!</li>
|
||||
</ul>
|
||||
<p>Bad reasons to reach out include:</p>
|
||||
<ul>
|
||||
<li>You want to sell me something, and you mostly care about selling that thing to me, not me loving the
|
||||
thing.</li>
|
||||
<li>You don't like something posted here and want to let me know your feelings.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<h2 id="my-projects-header">My projects</h2>
|
||||
<p>Some of the projects I've shared publicly:</p>
|
||||
<ul>
|
||||
<li>My Python package to handle Spanish DNIs better</li>
|
||||
<li>My tech and org playbook for running the Data function in small companies</li>
|
||||
<li>Barcelona Bitcoin Only, a local Bitcoin meetup and community I've helped organize and run</li>
|
||||
</ul>
|
||||
<p>There are also some other projects that I generally keep private but might disclose under the right
|
||||
circumstances. Some notable hints:</p>
|
||||
<ul>
|
||||
<li>That one time I made a lot of money doing something everyone said was stupid</li>
|
||||
<li>Some work around helping people ignore EU exchange regulations around Bitcoin and Fiat exchanging
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<hr>
|
||||
<section>
|
||||
<h2 id="writings-header">Writings</h2>
|
||||
<p>Sometimes I like to jot down ideas and drop them here.</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>Pablo Martín Calvo</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
1
public/my_cv.txt
Normal file
1
public/my_cv.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
I've done various things.
|
||||
|
|
@ -1,15 +1,16 @@
|
|||
main {
|
||||
width: 50%;
|
||||
min-width: 300px;
|
||||
body {
|
||||
width: 33%;
|
||||
min-width: 600px;
|
||||
margin: 0 auto;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
|
||||
h1, h2, h3 {
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.li-with-explainer {
|
||||
display: inline-block;
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue