-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (47 loc) · 2.5 KB
/
about.html
File metadata and controls
50 lines (47 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="resources/CSS/index.css" rel="stylesheet" type="text/css">
<title>About Me</title>
</head>
<body>
<header class="lighter">
<div class="navbar">
<!-- <div class="navbar-left"> -->
<a href="index.html"><img src="./resources/images/home/home.svg" height="35"></a>
<!-- <a style="float:left; padding:5px" href="index.html"></a> -->
<div class ="navbar-right">
<a href="projects.html">Projects</a>
<a href="outreach.html">Outreach</a>
<a href="art.html">Art</a>
<a href="about.html">About Me</a>
</div>
</div>
</header>
<h1 class="leftMargin">About Me</h1>
<div class="row leftMargin">
<div class="unevencolumn box">
<p>Hello, my name is Carleen Li. I am a third year undergraduate student attending UCSD from Fremont, CA. I am currently majoring in Bioengineering: Bioinformatics and seeking a 2021 summer internship or fall/spring co-op in data analytics or software engineering.</p>
<p>Some of my experience lies in involvement in UCSD Computer Science & Engineering Society as Public Relations Chair, the Neural Interaction Lab as an undergraduate research assistant, and Code With Us as a coding instructor. Check out my resume for more information!</p>
<p>I love exploring new interest and learning new skills. I am currently working on learning Illustrator for graphic design, and HTML and CSS for web development.</p>
<p>Feel free to contact me at <a style="color: blue" href="mailto: cyli@ucsd.edu" target="_blank">cyli@ucsd.edu</a> if you have any questions!</p>
</div>
<div class="column">
<img src="./resources/images/IMG_7821_Original.jpg" alt="profile" style ="width:300px;height:300px;">
</div>
</div>
<br>
<br>
<br>
<div class="lighter middle">
<br>
<p>Let's Connect!</p>
<a href="mailto: cyli@ucsd.edu" target="_blank" class="box"><img src="./resources/images/logos/gmail.png" width="40"></a>
<a href="https://www.linkedin.com/in/carleen-li/" target="_blank"><img src="./resources/images/logos/linkedin.png" width="40"></a>
<div class="rightMargin" style="text-align: right;">Programmed in HTML & CSS</div>
<br/>
</div>
</body>
</html>