-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 3.27 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
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/lava.css">
<title>Ian SooHoo</title>
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon"/>
</head>
<body>
<!-- <div class="lamp">
<div class="lava">
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob top"></div>
<div class="blob bottom"></div>
</div>
</div> -->
<div class="grid-container">
<div class="content1"><img src="./img/logo2.png" alt="a logo with initials IS">
</div>
<div class="content2"> <img src="./img/profile.png" alt="picture of Ian's face"></div>
<div class="content3">Ian SooHoo</div>
<div class="content4">
Welcome to my site! I am a full stack software developer, with a passion for UX. I love to build easy to use, yet powerful software, that people delight in using. I have front-end experience in HTML 5, CSS 3 (with Grid), and JavaScript (including React).
<br>
<br>
In back-end, I have the most experience using Python (including relevant modules such as Pandas Dataframes, Flask, Beautiful Soup, and NumPy), Java, and JavaScript (including NodeJS and various NPM modules). Check out my GitHub for the latest projects I've been working on including <a href='https://github.com/capturetheworld/Pastime'target="_blank" id="goto" >Pastime</a>, <a href='https://github.com/capturetheworld/Pushpin' target="_blank" id="goto" >Pushpin</a>, and <a href='https://github.com/capturetheworld/Segue' target="_blank" id="goto" >Segue</a>.
<br>
<br>
My latest UI/UX and website project is <a href='http://iansoohoo.me/passage' target="_blank" id="goto" >Passage</a>, an app designed for caretakers of family with terminal illnesses. My UI/UX portfolio can be seen by selecting the designs button.
</div>
<div class="content5">
<a href='https://github.com/capturetheworld?tab=repositories'><button class="button socialmedia">GitHub</button></a>
<a href='https://www.behance.net/iansoohoo/'><button class="button socialmedia">Designs</button></a>
<a href='./documents/SooHooIanResume.pdf'><button class="button socialmedia">Resume</button></a>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
</body>
</html>