27 lines
854 B
HTML
27 lines
854 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<pre class="ascii" id="art"></pre>
|
|
|
|
<h1 class="title">
|
|
rafael_rohal:
|
|
<a href="https://github.com/huncut47" target="_blank" rel="noopener noreferrer" class="title-link">github</a>,
|
|
<a href="https://linkedin.com/in/rohalrafael" target="_blank" rel="noopener noreferrer" class="title-link">linkedin</a>,
|
|
<a href="mailto:me@rohalrafael.com" target="_blank" rel="noopener noreferrer" class="title-link">e_mail</a>
|
|
|
|
</h1>
|
|
|
|
<footer class="footer">
|
|
Source image from <em>Neon Genesis Evangelion</em> (1995, dir. Hideaki Anno).<br>
|
|
Original work © Khara / Gainax. ASCII rendering by Rafael Rohal. <br>
|
|
Font: <a href="fonts/GNU%20General%20Public%20License.txt">Nimbus Sans L</a> by URW++ (GPL).
|
|
</footer>
|
|
|
|
<script src="script.js"></script>
|
|
|
|
</body>
|
|
</html>
|