-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
40 lines (40 loc) · 1.53 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>psyaito's resume</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li class="box"><a href="index.html">Home</a></li>
<li class="box"><a href="freelance.html">Freelance</a></li>
<li class="box"><a href="resume.html">Resume</a></li>
</ul>
</nav>
<nav>
<ul>
<li class="box" style="flex:1.3;"><a href="blog/tech.html">Tech</a></li>
<li class="box" style="flex:0.5;"><a href="blog/and.html">&</a></li>
<li class="box"><a href="blog/arts.html">Arts</a></li>
</ul>
</nav>
<div class="container">
<div class="box" style="flex:0.5;">
<h1>Resume</h1>
<h3>Recent projects:</h3>
<a href="blog/anytypetranslation.html"><p>Anytype Japanese Translation</p></a>
<p>ELYZA-japanese-Llama-2-7b fine tuning</p>
<p>Monash Precious Plastics and BrewLab can cap collaboration</p>
</div>
</div>
<footer class="box" id="main-footer">
©️ 2023 Ken.D · All Rights Reserved
</footer>
</body>
</html>