-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (56 loc) · 2.78 KB
/
index.html
File metadata and controls
69 lines (56 loc) · 2.78 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>
<head>
<title>Albert Feng</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/about.css" />
<link rel="stylesheet" type="text/css" href="css/navigation.css" />
<link rel="icon" type="image/png" href="images/personalLogo.png"/>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/portfolio.js"></script>
</head>
<body>
<div class="preload">
<img src="images/logoGif.gif" height="300px" width="300px">
</div>
<div class="allContent">
<div class="name">
<img id="personalLogo" src="images/personalLogo.svg"></img>
<p id="myName">Albert Feng</p>
</div>
<div class="siteContainer">
<a id="about" href="/" class="activeLink">About</a>
<a id="portfolio" href="/design.html" > Design</a>
</div>
<div class="aboutGrid">
<div id="bio">
Hi there! I'm Albert, a Master's student studying Computer Science at Stanford University passionate about creating
products and experiences with user-centered design. After completing my Bachelor's in Computer Science at Stanford, I
took a year off working out of <a href="startx.com">StartX</a> on my own startup, Motif.
<br>
<br>
Through this experience, I was exposed to the world of raising capital (we raised a convertible note from <a href="neo.com">Neo</a>),
marketing/selling to multiple stakeholders, designing end-to-end company experiences (aka their experience through your customer pipeline),
the importance being obsessed with metrics and customer success + so much more! I have a PDF of everything I've learned along the way — ping me
if you'd like to take a look!
<br>
<br>
I am finishing my Master's in Computer Science at Stanford in March 2020. Starting in April, I am super excited to be joining <a href="https://logdna.com/" id="logdna">LogDNA</a> as an Associate Product Manager. If you'd like to connect, feel free to <a href="mailto:alfeng6@cs.stanford.edu" id="contact">send a message</a> and we can grab a meal on Castro Street.
</div>
</div>
<div class="links">
<a href="https://www.linkedin.com/in/albertfeng" target="_blank">
<img src="images/linkedin.svg" id="linkedinImage" class="hvr-float"></img>
</a>
<a href="images/Albert_Feng_Resume.pdf" target="_blank">
<img src="images/resume.svg" id="resumeImage" class="hvr-float">
</img>
</a>
<a href="mailto:alfeng6@stanford.edu" target="_top">
<img src="images/email.svg" id="emailImage" class="hvr-float">
</img>
</a>
</div>
</div>
</body>
</html>