-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 2.9 KB
/
index.html
File metadata and controls
69 lines (61 loc) · 2.9 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>louiseyang.dev</title>
<meta name="description" content="Louise Yang's developer page. A collection of links to engineering projects and codebases.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<link rel="icon" href="favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head>
<body>
<div class="content">
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="container">
<p><span class="prompt">louiseyang.dev/ (<span class="magenta">main</span>) $</span> cat intro.txt</p>
<blockquote>Oh hey, you found me! I'm a software developer practiced in building products from the ground up. Here's some stuff that
I built or worked on recently. If you're interested in my professional gigs or contacting me, find me <a href="#footer">at the usual watering holes</a>.</blockquote>
<p><span class="prompt">louiseyang.dev/ (<span class="magenta">main</span>) $</span> ls projects/</p>
<ul>
<li>
<a href="https://nakedsushi.github.io/write/">write!</a>: keep writing or else all is lost. A writing tool to help you hit your word count.
</li>
<li>
<a href="https://friend.hoursandinfo.com/">foodie friend</a>: ask your foodie friend for restaurant recommendations around LA
</li>
<li>
<a href="https://github.com/nakedsushi/circle-round">circle round</a>: an unofficial Circle Round Alexa app (prototype) to play podcast episodes based on keywords
</li>
<li>
<a href="https://www.facebook.com/canmydogeat/">can my dog eat</a>: chatbot that answers "Can my dog eat ____" questions
</li>
</ul>
<p><span class="prompt">louiseyang.dev/ (<span class="magenta">main</span>) $</span> ls work/*.past</p>
<ul>
<li>
<a href="http://art19.com/">Art19</a>: podcast hosting
</li>
</ul>
<p><span class="prompt">louiseyang.dev/ (<span class="magenta">main</span>) $</span><span class="blinking-cursor">|</span></p>
</div>
</div>
<div class="footer">
<a name="footer"></a>
<ul>
<li>
<a href="https://github.com/nakedsushi"><img src="./images/github.png" alt="my github page" class="link--images">github.com</a>
</li>
<li>
<a href="https://www.linkedin.com/in/yanglouise/"><img src="./images/linkedin.png" alt="page that only recruiters go to" class="link--images">linkedin</a>
</li>
</ul>
</div>
<script src="js/main.js"></script>
</body>
</html>