-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (46 loc) · 2.61 KB
/
about.html
File metadata and controls
53 lines (46 loc) · 2.61 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>sona dolasia</title>
<link rel="icon" href="assets/img/logo.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- <link rel="stylesheet" href="assets/css/Transparent-Overlay-On-Image-On-Hover.css"> -->
<link rel="stylesheet" href="assets/webfontkit/stylesheet.css">
</head>
<body class="text-center" style="background:#FBEC9E;">
<div class="container">
<div class="row" style="padding: 100px 0px 0px 0px;">
<div class="col-sm-6">
<h1 class="text-left" style="font-size: 18px; color: #333333; font-weight: 100; font-family: 'apercu-boldbold';margin: 0px;"><a href="index.html">home</a></h1>
</div>
<div class="col-sm-6">
<h1 class="text-right" style="font-size: 18px; color: #333333; font-weight: 100; font-family: 'apercu-boldbold';margin: 0px;"><a href="work.html">view work</a></h1>
</div>
</div>
</div>
<h2 class="display-1" style="font-size: 100px;font-style: normal;margin-top: 100px"></h2>
<div class="container">
<div class="row">
<div class="col-sm-6 text-left">
<!-- <h1 class="text-left" style="font-size: 20px; color: #ffffff; font-weight: 500;font-family: 'Apercu-Mono';">learn more</h1> -->
<img src="assets/img/head.png" style="height: 450px">
</div>
<div class="col-sm-6 text-left" style=";font-size: 15px;font-family: 'aperculight';">
<!-- <h1 class="text-left" style="font-size: 20px; color: #ffffff; font-weight: 500;font-family: 'Apercu-Mono';">learn more</h1> -->
<p style=";font-size: 24px;font-family: 'apercu-boldbold';">Hello, I'm Sona!</p>
<p>I'm currently a design intern at Facebook, and an incoming graduate student at UC Berkeley's new Masters in Design program.</p>
<p>I recently graduated from UC Berkeley where I studied cognitive science, along with computer science and design.</p>
<p>My interests include: Figma, Eames, Yayoi Kusama & Tom Misch!</p>
<p>Currently looking for Fall 2020 internships and contract positions.</p>
<p><a style="font-family: 'apercu-boldbold';"> dolasia@berkeley</a></p>
<p><a href="https://drive.google.com/file/d/1X5iUhQaOgVBMy3RXAIrlvR--rZQA_tSm/view?usp=sharing" style="font-family: 'apercu-boldbold';"> <u> view resume</u></a></p>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>