first commit
This commit is contained in:
commit
31077d2e09
7 changed files with 508 additions and 0 deletions
27
index.html
Normal file
27
index.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue