-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy whatyouhide/whatyouhide.github.io to whatyouhide/whatyouhide.g…
…ithub.io:gh-pages
- Loading branch information
GitHub Actions
committed
Apr 21, 2024
0 parents
commit 3d9c3dd
Showing
86 changed files
with
12,794 additions
and
0 deletions.
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,112 @@ | ||
<!DOCTYPE html> | ||
<html prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article#" lang="en" xml:lang="en"> | ||
|
||
<head> | ||
<title>Andrea Leopardi</title> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="stylesheet" type="text/css" href="/style.css" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mali"> | ||
<link rel="alternate" type="application/rss+xml" title="Andrea Leopardi" href="/feed.xml" /> | ||
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="Andrea Leopardi" href="https://andrealeopardi.com/feed.xml" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="wrapper-masthead"> | ||
|
||
<header> | ||
<h1 class="site-name"> | ||
<a href="/"> | ||
|
||
<picture> | ||
<source srcset="https://andrealeopardi.com/assets/media/hero-portrait-dark.png" | ||
media="(prefers-color-scheme: dark)"> | ||
|
||
<img class="hero-portrait" | ||
src="https://andrealeopardi.com/assets/media/hero-portrait.png" | ||
alt="Portrait of Andrea, daylight, looking to your right" /> | ||
</picture> | ||
<span>Andrea Leopardi</span> | ||
</a> | ||
</h1> | ||
</header> | ||
|
||
|
||
|
||
|
||
<div id="main" role="main" class="container"> | ||
<article class="page"> | ||
<h1>404 - Page not found</h1> | ||
|
||
<div class="entry"> | ||
<p>Wat? Back to the <a href="/">homepage?</a></p> | ||
</div> | ||
</article> | ||
</div> | ||
|
||
|
||
<footer> | ||
<div class="icons"> | ||
<a href="mailto:[email protected]"> | ||
<picture> | ||
<img id="icon-email" | ||
class="footer-icon" | ||
src="/assets/icons/email.png" | ||
alt="Hand-drawn icon of a letter envelope" | ||
title="Email" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="https://github.com/whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-github" | ||
class="footer-icon" | ||
src="/assets/icons/github.png" | ||
alt="Hand-drawn icon of the GitHub logo" | ||
title="GitHub" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="https://www.twitter.com/whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-twitter" | ||
class="footer-icon" | ||
src="/assets/icons/twitter.png" | ||
alt="Hand-drawn icon of the Twitter logo" | ||
title="Twitter" /> | ||
</picture> | ||
</a> | ||
|
||
<a rel="me" href="https://mas.to/@whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-mastodon" | ||
class="footer-icon" | ||
src="/assets/icons/mastodon.png" | ||
alt="Hand-drawn icon of the Mastodon logo" | ||
title="Mastodon" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="/feed.xml"> | ||
<picture> | ||
<img id="icon-rss" | ||
class="footer-icon" | ||
src="/assets/icons/rss.png" | ||
alt="Hand-drawn icon of the RSS logo" | ||
title="RSS feed" /> | ||
</picture> | ||
</a> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
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 @@ | ||
andrealeopardi.com |
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,163 @@ | ||
<!DOCTYPE html> | ||
<html prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article#" lang="en" xml:lang="en"> | ||
|
||
<head> | ||
<title>Andrea Leopardi</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta charset="utf-8" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Writing about Elixir, system architecture, and more." /> | ||
<meta name="author" content="Andrea Leopardi" /> | ||
|
||
<!-- Favicons --> | ||
<link rel="icon" href="/favicon.ico" sizes="any" /> | ||
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png" /> | ||
<link rel="manifest" href="/manifest.webmanifest" /> | ||
|
||
<!-- Mobile --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> | ||
|
||
<!-- Open Graph --> | ||
<meta property="og:title" content="Andrea Leopardi"> | ||
<meta property="og:description" content="Writing about Elixir, system architecture, and more."> | ||
<meta property="og:url" content="https://andrealeopardi.com/about/"> | ||
<meta property="og:image" content="https://andrealeopardi.com/assets/media/website-overlay-cover.jpg"> | ||
|
||
<meta property="og:type" content="website"> | ||
|
||
|
||
<!-- Twitter Card --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:creator" content="@whatyouhide"> | ||
<meta name="twitter:title" content="Andrea Leopardi"> | ||
<meta name="twitter:description" content="Writing about Elixir, system architecture, and more."> | ||
<meta name="twitter:image" content="https://andrealeopardi.com/assets/media/website-overlay-cover.jpg"> | ||
|
||
<!-- Plausible analytics --> | ||
<script defer data-domain="andrealeopardi.com" src="https://plausible.io/js/script.js"></script> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<link rel="stylesheet" type="text/css" href="/style.css" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mali"> | ||
<link rel="alternate" type="application/rss+xml" title="Andrea Leopardi" href="/feed.xml" /> | ||
|
||
|
||
<link rel="alternate" type="application/rss+xml" title="Andrea Leopardi" href="https://andrealeopardi.com/feed.xml" /> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="wrapper-masthead"> | ||
|
||
<header> | ||
<h1 class="site-name"> | ||
<a href="/"> | ||
|
||
<picture> | ||
<source srcset="https://andrealeopardi.com/assets/media/hero-portrait-dark.png" | ||
media="(prefers-color-scheme: dark)"> | ||
|
||
<img class="hero-portrait" | ||
src="https://andrealeopardi.com/assets/media/hero-portrait.png" | ||
alt="Portrait of Andrea, daylight, looking to your right" /> | ||
</picture> | ||
<span>Andrea Leopardi</span> | ||
</a> | ||
</h1> | ||
</header> | ||
|
||
|
||
|
||
|
||
<div id="main" role="main" class="container"> | ||
<main class="about"> | ||
<p>Hi. I'm Andrea <em>(he/him)</em>.</p> | ||
<p>I'm a person from Italy 🇮🇹, working as a software engineer.</p> | ||
<p>Currently, I'm a principal software engineer at <a href="https://veeps.com" | ||
target="_blank">Veeps</a>, a fantastic company bringing live music to the internets.</p> | ||
<p>Throughout my whole career, I've been active in <strong>open-source software</strong>. I've | ||
been a member of the core team of the <a href="https://elixir-lang.org" | ||
target="_blank">Elixir programming language</a> since 2016, and I've written and | ||
published <a href="https://github.com/whatyouhide/redix">several</a> <a href="https://github.com/elixir-gettext/gettext">widely</a>-<a href="https://github.com/whatyouhide/stream_data">used</a> | ||
<a href="https://github.com/elixir-mint/mint">libraries</a> for the Elixir ecosystem.</p> | ||
<p>I'm also an active <strong>public speaker and trainer</strong>. You can see a few of my talks | ||
<a href="https://youtube.com/playlist?list=PLd7I3U4fDsUJfNM-N7Kyss66gmml_OSDq" target="_blank">on YouTube</a>.</p> | ||
<p>At some point, I co-wrote a <strong>book</strong> about testing practices in Elixir. You can | ||
find it <a href="https://pragprog.com/titles/lmelixir/testing-elixir/">here</a>.</p> | ||
|
||
</main> | ||
</div> | ||
|
||
|
||
|
||
<footer> | ||
<div class="icons"> | ||
<a href="mailto:[email protected]"> | ||
<picture> | ||
<img id="icon-email" | ||
class="footer-icon" | ||
src="/assets/icons/email.png" | ||
alt="Hand-drawn icon of a letter envelope" | ||
title="Email" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="https://github.com/whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-github" | ||
class="footer-icon" | ||
src="/assets/icons/github.png" | ||
alt="Hand-drawn icon of the GitHub logo" | ||
title="GitHub" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="https://www.twitter.com/whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-twitter" | ||
class="footer-icon" | ||
src="/assets/icons/twitter.png" | ||
alt="Hand-drawn icon of the Twitter logo" | ||
title="Twitter" /> | ||
</picture> | ||
</a> | ||
|
||
<a rel="me" href="https://mas.to/@whatyouhide" target="_blank"> | ||
<picture> | ||
<img id="icon-mastodon" | ||
class="footer-icon" | ||
src="/assets/icons/mastodon.png" | ||
alt="Hand-drawn icon of the Mastodon logo" | ||
title="Mastodon" /> | ||
</picture> | ||
</a> | ||
|
||
<a href="/feed.xml"> | ||
<picture> | ||
<img id="icon-rss" | ||
class="footer-icon" | ||
src="/assets/icons/rss.png" | ||
alt="Hand-drawn icon of the RSS logo" | ||
title="RSS feed" /> | ||
</picture> | ||
</a> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
</body> | ||
|
||
</html> |
Binary file not shown.
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.
Oops, something went wrong.