-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathambi.html
More file actions
76 lines (70 loc) · 4.13 KB
/
ambi.html
File metadata and controls
76 lines (70 loc) · 4.13 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!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="work.html">view work</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="about.html">learn more</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" style="padding: 0px 0px 50px 0px;">
<div class="col-sm-6 text-left">
<p style="font-size: 36px; font-family: 'apercu-boldbold';">Ambidextrous Laboratories</p>
<p style="margin: 10px 0px 10px; font-family: 'aperculight'; font-size: 18px;">Designing interfaces for robotic automation start-up</p>
<div style="font-family: 'aperculight';font-size: 15px; margin: 30px 0px 10px;">
<p style="margin: 0px 0px 5px 0px;"><a style="font-family: 'apercu-boldbold';">Team:</a> Sona Dolasia</p>
<p style="margin: 0px 0px 5px 0px;"><a style="font-family: 'apercu-boldbold';">Role:</a> Contract Designer</p>
<p style="margin: 0px 0px 5px 0px;"><a style="font-family: 'apercu-boldbold';">Timeline:</a> December - March 2020</p>
<p><a style="font-family: 'apercu-boldbold';">Deliverables:</a> Figma Prototypes</p>
</div>
</div>
<div class="col-sm-6 text-left">
<img src="assets/img/ambi.png" style="height: 300px;margin: 0px 0px;">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3">
<p class="text-left" style="font-size: 24px;font-family: 'apercu-boldbold';">context</p>
</div>
<div class="col-sm-8 text-left" style="margin: 10px 0px 0px 0px;font-family: 'aperculight';font-size: 15px;">
<p>I worked with <u> <a href="https://www.ambidextrous.ai/">Ambidextrous Laboratories</a></u> to design the interface for their automated warehouse systems. I also work on designs for
the company's demo at <u><a href="https://www.modexshow.com/">MODEX 2020</a></u>, a large trade show for supply chain, manufacturing and distribution industries.</p>
<p>Unfortunately, I cannot showcase my work publicly, but if you are interested in learning more, please contact me! </p>
</div>
</div>
</div>
<!-- </div><button class="btn active btn-sm text-left text-dark border rounded-0 border-dark body" type="button" style="padding: 10px 50px;color: rgb(33,37,41);margin: 40px 0px 0px 0px;">view full case study</button> -->
<!-- <h5 class="text-center" style="margin: 50px 0px 10px 0px;font-size: 24px;">the short story</h5>
<h6 class="text-center body" style="margin: 0px 0px 10px 0px;">a 6 minute abridged case study</h6> -->
<div class="container">
<div class="row" style="margin: 80px 0px 100px 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>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>