-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-old.html
63 lines (60 loc) · 3.28 KB
/
about-old.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>about 💁🏽</title>
<link rel="icon" href="assets/img/cowboy.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background-color: #3E7178;">
<div style="margin: 20px 0px; background: #3E7178;">
<div>
<div class="container" style="background-color: #3E7178;">
<div class="row">
<div class="col-md-1" style="background: #3E7178;">
</div>
<div class="col-md-6">
<h5 class="text-left header" style="padding: 20px;"><a href="index.html">by: sona dolasia</a></h5>
</div>
<div class="col-md-4">
<h5 class="text-right body" style="padding: 30px;"><span >about</span> <span style="text-decoration: underline;"><a href="index.html">work</a></span> <span style="text-decoration: underline;"><a href="mailto:[email protected]" target="_top">contact</a></span></h5>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12" style="padding: 0px; margin: auto; display: block; text-align: center;">
<img class="img-fluid shadow img-responsive" style="border-radius: 5px; width: 450px;" src="assets/img/sona_gif_3.gif" style="width: 550px;">
<!-- <p style="padding: 20px 0px 0px 0px; margin: auto; display: left; text-align: center;"> born + raised in san frandisco 🕺🏼🕺🏼</p> -->
</div>
</div>
</div>
<div class="container">
<div class="row" style="padding: 30px 0px;">
<div class="col-md-3">
</div>
<div class="col-md-6">
<h1 >hi! </h1>
<h2 class="display-4" style="font-size: 25px;padding: 10px 0px ;">i am a third-year at uc berkeley studying cognitive science, computer science and human-centered design. </h2>
<h2 class="display-4" style="font-size: 25px;padding: 10px 0px;">understanding how users interact with products and working to improve those interactions fascinates me. </h2>
<h2 class="display-4" style="font-size: 25px;padding: 10px 0px;">right now, i'm particularly interested in design ethics and accessible design. </h2>
<h2 class="display-4" style="font-size: 25px;padding: 10px 0px;">also, taylor swift follows me on tumblr and that's my greatest accomplishment to date. </h2>
<h5 class="header" style="padding: 30px 0px 10px 0px;">interested? let's connect! i'm always looking for experiences to build my skills </h5>
<h5 class="header" style="font-weight: 300; padding: 0px 0px 50px 0px;"> [email protected] </h5>
<a href="assets/img/sona_resume.pdf">
<img class="img-fluid img-responsive" src="assets/img/resume.png" style="width:125px;display: left; margin:auto;">
</a>
</div>
<div class="col-md-3">
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>