-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<meta charset="utf-8">
<title>Jasmine Mai</title>
</head>
<body>
<div class="contentContainer">
<span class="titleContainer">
<ul>
<li><a href='/'>Home</a></li>
<li>|</li>
<li><a href="work.html">Work</a></li>
</ul>
<h1>Jasmine Mai</h1>
<p>Developer + Designer</p>
</span>
<span class="descriptionContainer">
<span>
<img id="jasminePic" src="images/Jasmine.jpg">
<p> I am currently a sophomore at Dartmouth College majoring in Computer Science modified with Digital Arts and minoring in Human-Centered Design and Japanese.
I am interested in the intersection of tech and design because both are important in creating innovative solutions to the
challenging problems. I not only like thinking about new technology that can improve our lives, but how we can make it
easily accessible and usable. In my free time, I enjoy watching movies, traveling, and taking photos on my free time. </p>
<p>
Fun fact:
If I were to open a business in Hanover it would be a restaurant that serves Taiwanese cuisine and boba.
</p>
</span>
</span>
</div>
</body>
</html>