-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (45 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang='en'>
<head>
<!-- Metadata goes here -->
<meta charset='UTF-8' />
<title>wandyezj</title>
<link rel='stylesheet' href='styles.css' />
<link rel="icon" href="wandyezj.png">
</head>
<body>
<!-- Content goes here -->
<h1>wandyezj</h1>
<h2>{History, Education, Software}</h2>
<h3>Public Service</h3>
<a id="links" href="https://www.linkedin.com/in/wandyezj">
<img src="./assets/linkedin-logo.png" alt="LinkedIn" class="link-logo">
</a>
<br />
<a id="links" href="https://github.com/wandyezj">
<img src="./assets/github-logo.png" alt="GitHub" class="link-logo">
</a>
<br />
<a id="links" href="https://www.patreon.com/wandyezj">
<img src="./assets/patreon-logo.png" alt="Patreon" class="link-logo">
</a>
<br />
<a id="links" href="https://twitter.com/wandyezj">
<img src="./assets/twitter-logo.svg" alt="Twitter" class="link-logo">
</a>
<br />
<a id="links" href="https://wandyezj.tumblr.com/">
<img src="./assets/tumblr-logo.png" alt="Tumblr" class="link-logo">
</a>
<!-- Selected Writings -->
<br />
<br />
<a id="links" href="https://github.com/wandyezj/wandyezj.github.io/blob/master/links.md">Educational Resources</a>
<br />
<br />
<a id="links" href="https://github.com/wandyezj/wandyezj.github.io/blob/master/computer-specs.md">Computer Specifications</a>
<br />
<br />
<a id="links" href="https://github.com/wandyezj/wandyezj.github.io/tree/master/recipes">Recipes</a>
</body>
</html>