-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 2.93 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html class="text-center">
<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">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="text-center" style="background:#F1FFFC;">
<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: #0046FA; font-weight: 100; font-family: 'apercu-boldbold';margin: 0px;"><a href="work.html">view work</a></h1>
</div>
<div class="col-sm-6">
<h1 class="text-right" style="font-size: 18px; color: #0046FA; font-weight: 400; font-family: 'Syne';margin: 0px;"><a href="about.html">learn more</a></h1>
</div> -->
</div>
</div>
<h2 class="display-1" style="font-size: 100px;font-style: normal;margin-top: 150px"></h2>
<div class="container">
<!-- <div class="row" style="padding: 0px 0px 100px 0px;"><p> -->
<h1 class="text-center" style="font-size: 70px; color: #0046FA; font-weight: 700; font-family: 'Syne';margin: 0px; padding: 0px;">SONA DOLASIA</h1>
<p class="text-center" style="font-size: 35px; color: #0046FA; font-weight: 500; font-family: 'Syne';margin: 0px; padding: 0px;">product designer @ <a href="https://spotify.design/"><u>spotify</u></a></p>
<br>
<br>
<br>
<br>
<br>
<p class="text-center" style="font-size: 25px; color: #DB00FF; font-weight: 500; font-family: 'Syne';margin: 0px; padding: 0px;">previously @ <a href="https://about.fb.com/news/2020/08/making-it-easier-to-shop-and-sell-on-our-apps/"><u>facebook</u><a>, <a href="https://jacobsinstitute.berkeley.edu/"><u>uc berkeley</u></a></p>
<!-- </div> -->
</div>
<div>
<div class="container">
<div class="row" style="margin: 20px 0px 0px 0px; padding: 0px;">
<div class="col-md-6" >
<!-- <h5 class="text-left" style="padding: 0px; color: #333333; font-weight: 100; font-size: 18px;font-family: 'apercumono'; ">© sona dolasia, 2020</h5> -->
</div>
<div class="col-md-6">
<!-- <h5 class="text-right" style="padding: 0px; color: #ffffff;font-weight: 100; font-size: 20px;font-family: 'Apercu-Mono';">invert</h5> -->
</div>
</div>
</div>
</div>
<header></header>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>