-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtech.html
More file actions
42 lines (30 loc) · 2.72 KB
/
tech.html
File metadata and controls
42 lines (30 loc) · 2.72 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
37
38
39
40
41
42
<!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|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>
<center>
<div class="box"><h1>{ Hi, I'm Leon and I like to code };</h1></div>
<p>I go to the <span style="color: #0086b3">Olin College of Engineering</span> and am expected to graduate in 2019. I'm familiar with several languages, including Python, Java, SQL, MATLAB, Arduino, HTML/CSS, JavaScript, and Racket.</p>
<p><b>My primary programming language is <span style="color: #0066cc">Python</span>. You can view some code snippets and past projects <a href="python.html">here</a>.</b></p>
<p>I have had technical experience as an intern at Applied Predictive Technologies (summer '18), Quantcast (summer '17) and Elemental Machines (summer '16).</p>
<p>During my internships, I picked up and used many new skills, generated, implemented and compared different solutions to a given problem, and learned about DevOps and engaging with users to design appropriate solutions, coding for scale and working on established codebases in a production environment, asndworking from scratch and iterating quickly to create a minimum viable product.</p>
<p>I also did several of <b><span style="color: #4285f4">G</span><span style="color: #ea4335">o</span><span style="color: #fbbc05">o</span><span style="color: #4285f4">g</span><span style="color: #34a853">l</span><span style="color: #ea4335">e</span>'s</b> <a href="python.html">foo.bar challenges</a> in Python.</p>
<p>I've done a good amount of public speaking in the past, and speak decent Mandarin. I was a photojournalist for the Republic of Singapore Navy for two years.</p>
<p>Links Out:<br/>
<a href="https://dl.dropboxusercontent.com/s/fssuajakl7cy6ub/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 style="font-size: 20px">Questions? Comments? Hiring? Contact me at<br/>
<em>LeonJunWei.Lam@students.olin.edu</em></p>
<p><a href="writing.html">hop to writing page</a>    
<a href="index.html">return to landing page</a>
</p></center>
</body>
</html>