ehm ehhm
This commit is contained in:
parent
e3729e1437
commit
1eafa2c377
4 changed files with 33 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
*hidden*
|
||||
*secret*
|
||||
*private*
|
||||
*resume*
|
||||
*private*
|
31
index/about/resume/index.html
Normal file
31
index/about/resume/index.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!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"> This is my CV. </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="600%" />
|
||||
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -29,7 +29,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody id="userRepo">
|
||||
<script src="githubapi.js"></script>
|
||||
<script src="script/githubapi.js"></script>
|
||||
</tbody>
|
||||
</table>
|
||||
<table>
|
||||
|
|
Loading…
Add table
Reference in a new issue