31 lines
917 B
HTML
31 lines
917 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Résumé</title>
|
|
<link rel="stylesheet" href="/style/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">Résumé</h1>
|
|
<h2 class="project-tagline"> Portfolio. </h2>
|
|
|
|
<a href="/" class="btn">Home</a>
|
|
<a href="/index/projects/" class="btn">Projects</a>
|
|
<a href="/res/downloads/hidden/resume.pdf" class="btn">PDF</a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
<embed src="/res/downloads/hidden/resume.pdf" type="application/pdf" width="100%" height="500px" />
|
|
|
|
<footer class="site-footer">
|
|
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|