-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 3.52 KB
/
index.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
41
42
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Joey Takeda</title>
<link rel="stylesheet" href="scss/index.scss"/>
</head>
<body>
<main>
<article>
<header>
<h1>Joey Takeda</h1>
<ul>
<li><a href="docs/CV.pdf">CV</a></li>
<li class="github">
<svg width="1em" height="1em" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="github-mark">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.00414 0.357178C2.23698 0.357178 0 2.48515 0 5.11773C0 7.2221 1.43331 9.0034 3.42169 9.63386C3.67029 9.68125 3.76135 9.53143 3.76135 9.40539C3.76135 9.29503 3.75315 8.91673 3.75315 8.52258C2.36112 8.80637 2.07125 7.95509 2.07125 7.95509C1.84754 7.40336 1.51607 7.26156 1.51607 7.26156C1.06046 6.96993 1.54926 6.96993 1.54926 6.96993C2.05465 7.00147 2.31984 7.45859 2.31984 7.45859C2.76716 8.18365 3.48796 7.97878 3.77794 7.85265C3.81932 7.54526 3.95197 7.33246 4.09281 7.21426C2.98257 7.1039 1.81445 6.69407 1.81445 4.86547C1.81445 4.34528 2.01317 3.91969 2.32804 3.58869C2.27836 3.47049 2.10433 2.98174 2.37782 2.32758C2.37782 2.32758 2.80035 2.20145 3.75305 2.81624C4.16094 2.71203 4.58159 2.65902 5.00414 2.65857C5.42666 2.65857 5.85738 2.71381 6.25512 2.81624C7.20793 2.20145 7.63045 2.32758 7.63045 2.32758C7.90394 2.98174 7.72981 3.47049 7.68013 3.58869C8.0033 3.91969 8.19382 4.34528 8.19382 4.86547C8.19382 6.69407 7.0257 7.09597 5.90716 7.21426C6.08949 7.36399 6.24682 7.64769 6.24682 8.09698C6.24682 8.73537 6.23863 9.24773 6.23863 9.4053C6.23863 9.53143 6.32979 9.68125 6.57829 9.63396C8.56667 9.0033 9.99998 7.2221 9.99998 5.11773C10.0082 2.48515 7.763 0.357178 5.00414 0.357178Z" fill="#24292F"/>
</g>
</svg>
<a href="https://github.com/joeytakeda">joeytakeda</a></li>
<li class="orcid">
<svg width="1em" height="1em" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="ORCIDiD_iconvector" >
<path id="Vector" d="M10 5C10 7.76172 7.76172 10 5 10C2.23828 10 0 7.76172 0 5C0 2.23828 2.23828 0 5 0C7.76172 0 10 2.23828 10 5Z" fill="#A6CE39"/>
<g id="Group">
<path id="Vector_2" d="M3.37109 7.27344H2.76953V3.08984H3.37109V4.98047V7.27344Z" fill="white"/>
<path id="Vector_3" d="M4.25391 3.08984H5.87891C7.42578 3.08984 8.10547 4.19531 8.10547 5.18359C8.10547 6.25781 7.26562 7.27734 5.88672 7.27734H4.25391V3.08984ZM4.85547 6.73437H5.8125C7.17578 6.73437 7.48828 5.69922 7.48828 5.18359C7.48828 4.34375 6.95312 3.63281 5.78125 3.63281H4.85547V6.73437Z" fill="white"/>
<path id="Vector_4" d="M3.46484 2.21875C3.46484 2.43359 3.28906 2.61328 3.07031 2.61328C2.85156 2.61328 2.67578 2.43359 2.67578 2.21875C2.67578 2 2.85156 1.82422 3.07031 1.82422C3.28906 1.82422 3.46484 2.00391 3.46484 2.21875Z" fill="white"/>
</g>
</g>
</svg>
<a href="https://orcid.org/0000-0002-0440-6062">0000-0002-0440-6062</a></li>
</ul>
</header>
<!--Buttons to go here-->
</article>
</main>
</body>
</html>