mirror of
https://github.com/ION606/ion606.github.io.git
synced 2026-05-14 22:16:59 +00:00
updated resume
This commit is contained in:
+39
-32
@@ -1,38 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta property="description" content="ION606's personal website" />
|
||||
<meta property="title" content="ION606.com" />
|
||||
<meta property="og:title" content="ION606.com" />
|
||||
<meta property="og:description" content="My personal website!" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://avatars.githubusercontent.com/u/58801387" />
|
||||
<meta property="og:url" content="https://ion606.com/" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="ION606's personal website">
|
||||
<meta property="title" content="ION606.com">
|
||||
<meta property="og:title" content="ION606.com">
|
||||
<meta property="og:description" content="My personal website!">
|
||||
<meta property="og:image" content="https://avatars.githubusercontent.com/u/58801387">
|
||||
<meta property="og:url" content="https://ion606.com/">
|
||||
<meta property="og:type" content="website">
|
||||
<title>Home - ION606.com</title>
|
||||
<link
|
||||
rel="icon"
|
||||
href="https://avatars.githubusercontent.com/u/58801387"
|
||||
type="image/jpeg" />
|
||||
|
||||
<title>Home - ION606.com</title>
|
||||
<link rel="icon" href="https://avatars.githubusercontent.com/u/58801387" type="image/jpeg">
|
||||
<link rel="stylesheet" href="/CSS/style.css" />
|
||||
<script type="text/javascript" src="/JS/script.js"></script>
|
||||
</head>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- <script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script> -->
|
||||
<!-- <iframe width="400" height="320" src="https://lab.lepture.com/github-cards/cards/medium.html?user=ION606&identity=ghcard-ION606-3&client_id=a11a1bda412d928fb39a&client_secret=92b7cf30bc42c49d589a10372c3f9ff3bb310037"></iframe> -->
|
||||
|
||||
<body>
|
||||
<!-- <script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script> -->
|
||||
<!-- <iframe width="400" height="320" src="https://lab.lepture.com/github-cards/cards/medium.html?user=ION606&identity=ghcard-ION606-3&client_id=a11a1bda412d928fb39a&client_secret=92b7cf30bc42c49d589a10372c3f9ff3bb310037"></iframe> -->
|
||||
|
||||
<canvas id="matrixCanvas"></canvas>
|
||||
<div class="overlay">
|
||||
<div class="content">
|
||||
<h1>Welcome to my Personal Website!</h1>
|
||||
<p>My (user)name's ION606, feel free to looks at my stuff</p>
|
||||
<button onclick="window.location.href = 'README';">README</button>
|
||||
<button onclick="window.location.href = 'links';">Links</button>
|
||||
<button onclick="window.location.href = 'projects';">Projects</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<canvas id="matrixCanvas"></canvas>
|
||||
<div class="overlay">
|
||||
<div class="content">
|
||||
<h1>Welcome to my Personal Website!</h1>
|
||||
<p>My (user)name's ION606, feel free to looks at my stuff</p>
|
||||
<button onclick="window.location.href = 'README';">
|
||||
README
|
||||
</button>
|
||||
<button onclick="window.location.href = 'links';">Links</button>
|
||||
<button onclick="window.location.href = 'projects';">
|
||||
Projects
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user