2023-12-02 17:12:53 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-12-02 17:30:07 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="MobileOptimized" content="320" />
|
|
|
|
<meta name="HandheldFriendly" content="true" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie-edge">
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
|
2023-12-02 17:35:11 +00:00
|
|
|
|
2023-12-02 20:36:49 +00:00
|
|
|
<link rel="stylesheet" href="./styles/index.css">
|
2023-12-02 17:35:11 +00:00
|
|
|
<link rel="stylesheet" href="./styles/common.css">
|
|
|
|
<link rel="stylesheet" href="./styles/starfield.css">
|
2023-12-02 17:39:37 +00:00
|
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard.css">
|
|
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-deal.css">
|
|
|
|
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-flip.css">
|
2023-12-02 17:35:11 +00:00
|
|
|
|
2023-12-02 17:31:59 +00:00
|
|
|
<title>The Magician</title>
|
2023-12-02 17:30:07 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-12-02 17:35:11 +00:00
|
|
|
<div class="starfield">
|
|
|
|
<div class="starfield__stars"></div>
|
|
|
|
</div>
|
2023-12-02 17:40:40 +00:00
|
|
|
|
2023-12-02 17:44:16 +00:00
|
|
|
<div class="center-grid">
|
|
|
|
<div id="the-magician" class="tarot-card tarot-card--deal tarot-card--flip-on-hover">
|
|
|
|
<div class="tarot-card__content">
|
|
|
|
<div class="tarot-card__side tarot-card__side--front">
|
|
|
|
<div class="tarot-card__section tarot-card__section--art">
|
|
|
|
<img class="tarot-card__art"
|
2023-12-02 19:51:21 +00:00
|
|
|
src="./images/placeholder.jpg"
|
2023-12-02 17:44:16 +00:00
|
|
|
alt="The Magician card artwork."
|
|
|
|
title="The Magician card artwork." />
|
|
|
|
</div>
|
|
|
|
<div class="tarot-card__section tarot-card__section--title">
|
|
|
|
<p class="tarot-card__title">The Magician.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tarot-card__side tarot-card__side--back">
|
2023-12-02 20:36:49 +00:00
|
|
|
<div class="tarot-card__section the-magician__info">
|
|
|
|
<div>
|
|
|
|
<h1>The Magician</h1>
|
|
|
|
<h3>Freelance Computer Scientist</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h2>Meanings (Upright)</h2>
|
|
|
|
<p>Software developer, open-source contributor, technologist</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h2>Meanings (Inverted)</h2>
|
|
|
|
<p>Penetration tester, bug hunter, exploit developer</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h2>Links</h2>
|
|
|
|
<p><a href="https://git.themagician.cc">Personal Projects (Gitea)</a></p>
|
|
|
|
<p><a href="https://github.com/TheMagician23">Open-Source Contributions (Github)</a></p>
|
2023-12-05 15:36:47 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<h2>Contact me</h2>
|
|
|
|
<p><a href="mailto:themagician@engineer.com">Email: themagician@engineer.com</a></p>
|
2023-12-02 20:36:49 +00:00
|
|
|
</div>
|
2023-12-02 17:44:16 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-12-02 17:30:07 +00:00
|
|
|
</body>
|
2023-12-02 17:12:53 +00:00
|
|
|
</html>
|