-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (101 loc) · 5.49 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Dhwani Parekh</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=EB+Garamond|Karla&display=swap" rel="stylesheet">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/965161686c.js"></script>
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css" media="all">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-font-face.min.css" media="all">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css" media="all">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon0.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x320.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x160.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Scaling to mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
$(function() {
$("#header").load("navbar.html");
$("#footer").load("footer.html");
$("#contact").load("contact.html");
});
</script>
</head>
<body>
<div id="header"></div>
<section id="title">
<div class="container-fluid fadeInDown animated">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<h4>Hello!</h4>
<h1>I'm Dhwani.</h1>
<h2>
I'm an <span class="black">interaction and experience designer</span>,
<span class="black">developer</span> and
<span class="black">a tech enthusiast</span>. I'm passionate about
<span class="black">simplifying technology, helping people</span>
through design and am constantly looking to <span class="black">learn new
things everyday.</span>
</h2>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<img src="images/Memoji.png" alt="My Memoji Sticker">
</div>
</div>
</div>
</section>
<section id="featured-work">
<div class="container-fluid fadeInDown animated">
<div class="row">
<div class="col-lg-12">
<h4 style="padding-bottom: 30px;">My explorations in designing ↓</h4>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
<a href="spotmix.html" target="_blank">
<div class="card">
<img class="card-img-top" src="images/coming-soon.png" alt="Card image cap">
<div class="card-body">
<p class="card-title">SpotMix</p>
<h3 class="card-title">Enabling people to listen to music together and have fun.</h3>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 col-xs-12">
<a href="unimove.html" target="_blank">
<div class="card">
<img class="card-img-top" src="images/coming-soon-3.png" alt="Card image cap">
<div class="card-body">
<p class="card-title">UniMove</p>
<h3 class="card-title">Campus marketplace to ease buy & sell of used items.</h3>
</div>
</div>
</a>
</div>
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Fproto%2Fbqp9yjYrhKqurJRsspYBsh%2FFlexiRent%3Fpage-id%3D0%253A1%26node-id%3D1-2%26mode%3Ddesign%26t%3DuRwgeejFSaUviaw4-1" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Contact Section -->
<div id="contact"></div>
<!-- Footer -->
<div id="footer"></div>
</body>
</html>