-
Notifications
You must be signed in to change notification settings - Fork 0
/
wristy.html
113 lines (107 loc) · 3.75 KB
/
wristy.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
<!-- Generic -->
<html>
<head>
<title>Wristy | Samrat Ambadekar</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48754118-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<nav id="div1">
<div class="row">
<div class="6u name1">
<h3><a href="./index.html">Samrat Ambadekar</a></h3>
</div>
<div class="6u">
<ul>
<li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#portfolio">Portfolio</a></li>
<!-- <li><a id="folio_link" class="scrolly scrolly-centered" href="./index.html#sketches">Sketches</a></li> -->
<li><a id="resume_link" class="scrolly scrolly-centered" target="_blank" href="./resume.pdf">Resume</a></li>
<li><a id="about_link" class="scrolly scrolly-centered" href="./index.html#banner">About</a></li>
</ul>
</div>
</div>
</nav>
<article class="container box style3">
<h1 class="boldText">Wristy: A Wearable Smartwatch Concept</h1>
<br/>
<h3 class="boldText">Goal</h3>
<p>The goal was to design a portable timekeeping device. The tools used are pen and markers.
</p>
<hr />
<h3 class="boldText">The Process</h3>
<p>First the physical properties of the product were decided which would help in guiding the design. These were:
<ul>
<li>
• The material will be Glass (primary) and chrome metal (secondary).
</li>
<li>
• The color would be Transparent (primary) and Red (secondary).
</li>
<li>
• The texture would be smooth.
</li>
<li>
• Sound would be Beep (primary) and Dong (secondary)
</li>
</ul>
<hr />
<h3 class="boldText">Moodboard</h3>
<br/>
<div class="row">
<div class="3u">
<p>
Three words used to envision the design: Clear - Visible - Elegance.
<p>A moodboard was designed using these words.</p>
</p>
</div>
<div class="8u">
<img src="images/Wristy/Moodboard.jpg" width="100%" alt="moodboard"/>
</div>
</div>
</p>
<hr />
<h3 class="boldText">Final Design</h3>
<br/>
<div class="row">
<div class="6u">
<img src="images/Wristy/1.jpg" width="100%" alt="process"/>
</div>
<div class="6u">
<img src="images/Wristy/2.jpg" width="100%" alt="process"/>
</div>
</div>
<div class="row">
<br/>
</div>
<div class="row">
<div class="6u">
<img src="images/Wristy/3.jpg" width="100%" alt="process"/>
</div>
<div class="6u">
<img src="images/Wristy/4.jpg" width="100%" alt="process"/>
</div>
</div>
</article>
</body>
</html>