-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp_tippie.html
228 lines (203 loc) · 10.5 KB
/
p_tippie.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Projects : Tippie</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FAVICON for all pages -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- styles for all pages -->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="css/jaiki01.css"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- styles for icon font -->
<link rel="stylesheet" type="text/css" href="font.css">
<!--go to top -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function () {
$("html, body").animate({
scrollTop: 0
}, 600);
return false;
});
});
</script>
<!--go down -->
<script>
$(document).ready(function () {
var img = $(".page-wrapper-gray");
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.bounce').fadeOut();
} else {
$('.bounce').fadeIn();
}
});
$('.bounce').click(function () {
$("html, body").animate({
scrollTop: 140 + img.height()
}, 600);
return false;
});
});
</script>
</head>
<!-- ********************************************************************************** -->
<body>
<div class="page-wrapper" style="background-color:#04263B;"><!--page background-->
<center>
<!-- //// T O P N A V I G A T I O N //////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!--Top Nav Wrapper Starts-->
<div class="top-nav-wrapper" style="background-color:#f2f2f2;border-bottom:#caefff 0px solid;">
<div class="top-nav" style=" border-bottom:#ccc 0px solid;">
<div class="mm-a"><!--MM Left-->
<ul>
<li>
<a href="/"><i class="icGold1-logo-jaiki"></i></a><!--Jaiki logo-->
<a href="about">About</a>
<a href="notes">Notes</a>
<a href="projects" class="active">Projects</a>
<a href="contact">Contact</a>
</li>
</ul>
</div>
</div><!--Top Nav ends-->
</div><!--Top Nav Wrapper ends-->
<!-- **** B A R ****************************************************************************** -->
<!--bar starts--><div id="bar"></div><!--bar ends-->
<!--go to top button starts-->
<article><a href="#" class="scrollup">Scroll</a></article>
<!-- **** A T F ****************************************************************************** -->
<div class="page-wrapper-gray"><!--page background gray-->
<div class="j-top960"><img src="images/projects/tippie_top.jpg" alt="image_top"/></div>
<div class="go-down"><a class="bounce" href="#">See the full project</a></div>
<div class="j-wrapper">
<div class="j-title-top">
<span>
<h1>Tippie</h1>
Visual Identity, Visual Language</br>
For Triangular Studios Pvt. Ltd. Mumbai, INDIA
</span>
</div>
<div class="clearcolumn"></div>
</div><!--j-wrapper ends -->
</div><!--page wrapper gray ends-->
<!-- **** B O D Y ****************************************************************************** -->
<div class="j-wrapper">
<div class="j-post">
<span>
<h1 class="yellow">Your Digital Wings:</h1>
<p class="white">This product is a tribute to all those who've tried hard to get their parents or their grand parents to use digital services only to fail miserably. And then there were those who were thoroughly irritated while addressing each and every one of their parent's queries. We Heard you..!! Tippie's got your back!
</p> </br>
<p class="large white">
Tippie is the smartest way to master the smartphone. It lets everyone, who finds it a bit difficult to stay in sync with rapidly changing times, stay updated and have fun!
</p>
</span>
</div>
<div class="j-post960">
<img src="images/projects/tippie01.jpg" alt="image01"/>
<img src="images/projects/tippie02.jpg" alt="image02"/>
<img src="images/projects/tippie03.jpg" alt="image03"/>
<img src="images/projects/tippie04.jpg" alt="image04"/>
<img src="images/projects/tippie05.jpg" alt="image05"/>
<img src="images/projects/tippie06.jpg" alt="image06"/>
<img src="images/projects/tippie07.jpg" alt="image07"/>
<img src="images/projects/tippie08.jpg" alt="image08"/>
<img src="images/projects/tippie09.jpg" alt="image09"/>
<img src="images/projects/tippie10.jpg" alt="image10"/>
</div>
<div class="j-post700">
<span>
<h1 class="yellow">Experience Tippie</h1>
<p class="white"><a href="https://tinyurl.com/gettippie">Download Mobile Application, currently available for Android</a> </p> </br></br></br>
</span>
</div>
<div class="clearcolumn"></div>
</div>
<!--contents ends -->
<!-- **** B C ****************************************************************************** -->
<div class="section-wrapper" style="background-color:#fafafa;"><!--section background-->
<div class="j-wrapper">
<!--Bread Crumbs starts -->
<ul id="crumbs">
<li><a href="/" class="first-child">Jaiki Home</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="#" class="active">Tippie</a></li>
</ul>
<!--AD starts -->
<div class="j-ad-b">
<ul><li><a href="projects" target="_self">View all Design Projects</a></li></ul>
</div><!--AD ends -->
<div class="clearcolumn"></div>
</div><!--j-wrapper ends -->
</div><!--section wrapper ends-->
<!-- :::: F O O T :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<div class="foot"><!--foot starts -->
<div class="foot-wrapper"><!--foot wrapper starts -->
<div class="footmenu"><!--foot menu starts -->
<span>Social Media Links</span><!--Social starts -->
<ul>
<li class="social">
<a href='https://facebook.com/jaiki123/' target="_blank"><i class="icGold1-icon-facebook"></i></a>
<a href="https://instagram.com/j.a.i.k.i/" target="_blank"><i class="icGold1-icon-instagram"></i></a>
<a href='https://twitter.com/jaikishan_patel/' target="_blank"><i class="icGold1-icon-twitter"></i></a>
<a href="https://dribbble.com/jaiki/" target="_blank"><i class="icGold1-icon-dribbble"></i></a>
<a href="https://github.com/jaikishanpatel/" target="_blank"><i class="icGold1-icon-github"></i></a>
<a href="https://in.pinterest.com/jaikishanpatel/" target="_blank"><i class="icGold1-icon-pinterest"></i></a>
<a href="https://www.youtube.com/channel/UCmJiLpqZzmU5CsB5M8Gibvg?/" target="_blank"><i class="icGold1-icon-youtube"></i></a>
<a href="https://linkedin.com/in/jaiki123/" target="_blank"><i class="icGold1-icon-linkedin"></i></a>
<a href='https://behance.net/jaikishan' target="_blank"><i class="icGold1-icon-behance"></i></a>
</li>
</ul>
<ul><!--copyright menu -->
<li>
© <a href='https://jaiki.in/' target="_blank"><i class="icGold1-logo-jaiki"></i></a> All Rights Reserved ·
<a href='disclaimer'>Disclaimer and Acknowledgement · </a>
<a href='contact'>Feedback · </a>
<a href='contact'>Contact · </a>
<a href='sitemap'>Sitemap</a>
</li>
</ul>
<ul><!--SHARE buttons -->
<li>
Share the website on :
<a href="https://www.facebook.com/sharer/sharer.php?u=jaiki.in">Facebook</a>
<a href="https://twitter.com/intent/tweet?text=Website of Jaikishan Patel&url=jaiki.in&via=jaikishan_patel"> Twitter</a>
<a href="https://pinterest.com/pin/create/button/?url=jaiki.in&description=YOUR-DESCRIPTION&media=images/illustration_home.png"> Pinterest</a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=jaiki.in&title=Website&source=jaiki.in"> LinkedIn</a>
</li>
</ul>
</div><!--foot menu ends -->
</div><!--foot wrapper ends -->
</div><!--foot ends-->
<!-- ********************************************************************************** -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-65033586-1','auto');ga('send','pageview');
</script>
</center>
</div><!--page wrapper ends-->
</body>
</html>