-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwriting.html
More file actions
36 lines (26 loc) · 1.65 KB
/
writing.html
File metadata and controls
36 lines (26 loc) · 1.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Leon Lam</title>
<link href="https://fonts.googleapis.com/css?family=Khand|Sahitya|Quicksand|VT323" rel="stylesheet">
<link href="Stylesheet_2.css" rel="stylesheet">
<link rel="icon" href="https://dl.dropboxusercontent.com/s/w7763z5u81ptyvi/1455046556.ico">
</head>
<body class="blackBackground">
<center><div class="box" style="border: 2px solid white"><h1 class="writingpage" style="color: white">Hi, I'm Leon and I enjoy writing.</h1></div>
<p class="writingpage">Here are a few of my stories.<br/>
<a href="Out_Of_The_Ashes.html"><i>Out of the Ashes</i>   (Original)</a><br/>
<a href="No_Slithereen_May_Fail.html"><i>No Slithereen May Fail</i>   (DoTA 2)</a></p>
<p class="writingpage">Links Out:<br/>
<a href="https://dl.dropboxusercontent.com/s/ur5d0nrfbeejbm4/Leon-Lam.pdf?dl=0">resumé</a> <a href="https://github.com/leonjunwei">github</a> <a href="https://www.linkedin.com/in/leonjw">linkedin</a></p>
<p class="writingpage" style="font-size: 20px">Questions? Comments? Hiring? Contact me at<br/>
<em>LeonJunWei.Lam@students.olin.edu</em></p>
<p><a href="tech.html">hop to technical page</a>    
<a href="index.html">return to landing page</a>
</p></center>
</body>
</html>