-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
362 lines (311 loc) · 14.2 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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport">
<!-- Open Graph -->
<meta property="og:title" content="Gurudutt Perichetla - Portfolio" />
<meta property="og:url" content="http://guruduttperi.com/index.html" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/assets/circ2.jpg" />
<meta property="og:description" content="UX Designer focused on solving real-world problems using interactive prototypes and immersive user experiences" />
<!-- Twitter Theme -->
<meta name="twitter:widgets:theme" content="light">
<!-- Title & Favicon -->
<title>Gurudutt Perichetla - Work</title>
<link rel="shortcut icon" type="image/x-icon" href="images/assets/circ2.png">
<!-- Font -->
<!-- Css -->
<link rel="stylesheet" href="css/core.min.css" />
<link rel="stylesheet" href="css/skin.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/solid.js" integrity="sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/regular.js" integrity="sha384-Uc9toywOA44owltk1MWl0lQZ+L0mBzJkLQcdif6+JtG9izvok9DLJtCZX57Uq3k2" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/fontawesome.js" integrity="sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS" crossorigin="anonymous"></script>
<style>
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; }
}
</style>
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="shop home-page">
<!-- Side Navigation Menu -->
<aside class="side-navigation-wrapper enter-right" data-no-scrollbar data-animation="push-in">
<div class="side-navigation-scroll-pane">
<div class="side-navigation-inner">
<div class="side-navigation-header">
<div class="navigation-hide side-nav-hide">
<a href="#">
<i class="fas fa-times"></i>
</a>
</div>
</div>
<nav class="side-navigation nav-block">
<ul>
<li>
<a href="index.html" class="current"><b>Work</b></a>
</li>
<li>
<a href="play.html" class="current"><b>Play</b></a>
</li>
<li>
<a href="about.html" class="current"><b>About</b></a>
</li>
</ul>
</nav>
<div class="side-navigation-footer">
<p class="copyright no-margin-bottom">
Made with Love <br> Gurudutt Perichetla <br> © 2019</p>
</div>
</div>
</div>
</aside>
<!-- Side Navigation Menu End -->
<div class="wrapper reveal-side-navigation">
<div class="wrapper-inner">
<!-- Header -->
<header class="header header-absolute header-transparent header-fixed-on-mobile" data-helper-in-threshold="500" data-helper-out-threshold="500" data-sticky-threshold="200" data-bkg-threshold="100" data-compact-threshold="200">
<div class="header-inner">
<div class="row nav-bar">
<div class="column width-12 nav-bar-inner">
<div class="logo" style = "color: black;">
<a href="index.html" class="no-transition"><img src="images/LOG.png" alt="Faulkner Logo" style="max-width:200px; min-width: 200px; margin-top: -7px;"> </a>
<a href="index.html" class="no-transition"><img src="images/LOG.png" alt="Faulkner Logo" style="max-width:200px; min-width: 200px; margin-top: -7px;"> </a>
</div>
<nav class="navigation nav-block secondary-navigation nav-right">
<ul>
<li>
<!-- Button -->
</li>
<li class="aux-navigation hide">
<!-- Aux Navigation -->
<a href="#" class="navigation-show side-nav-show">
<i class="fas fa-bars"></i>
</a>
</li>
</ul>
</nav>
<nav class="navigation nav-block primary-navigation nav-right sub-menu-indicator">
<ul>
<li>
<a href="index.html" class="current" style = "color: black;"><b>Work</b></a>
</li>
<li>
<a href="play.html" class="current" style = "color: black;"><b>Play</b></a>
</li>
<li>
<a href="about.html" class="current" style = "color: black;"><b>About</b></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Content -->
<div class="content clearfix">
<!-- Fullscreen Slider Section -->
<div class="section-block bkg-white">
<div class="row">
<div class="column width-12">
<div class="title-container">
<div class="title-container-inner">
<div class="row flex">
<div class="column width-8 offset-2 v-align-middle">
<div>
<h2><br></h2>
<!-- <h2 class="mb-0 color-eigen" style = "text-align: center;"><b>Hello There! I'm Gurudutt.</b></h2>
<p class="lead color-eigen " style = "text-align: justify;">A UX Designer focused on solving real-world problems using interactive prototypes and immersive user experiences.</p>
--> <h1 class="mb-0 color-eigen"><b>Hello There! I'm Gurudutt ✌️</b></h1>
<p class="lead mb-0 mb-mobile-20 color-eigen ">UX Designer focused on solving real-world problems using interactive prototypes and immersive user experiences.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Fullscreen Slider Section End -->
<!-- Testimonial Section
<div class="section-block pb-0 bkg-grey-ultralight">
<div class="row">
<div class="column width-8 offset-2 center">
<h6>S E L E C T E D W O R K</h6>
</div>
</div>
</div>
-->
<!-- Testimonial Section End -->
<!-- Feature Section 2 -->
<div class="section-block feature-4 bkg-pasred " style="background-image: url('images/hred.jpg')">
<div class="row flex">
<div class="column width-6 push-6">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="preset:slideInRightShort;duration:1000;" data-threshold="0.2">
<img src="images/ph3.png" alt="" />
</div>
</div>
</div>
<div class="column width-5 pull-4">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="preset:slideInLeftShort;duration:1000;delay:300ms;" data-threshold="0.2">
<h2 class=" color-white"><b>Homespaces</b></h2>
<p class="lead color-white ">How can you find spaces to rent within a budget, especially when moving to a new city?</p>
<!--<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi.</p>
<span class="progress-bar-label">Bottleneck Reduction<span class="pull-right">40%</span></span>
<div class="progress-bar small pill bkg-grey-light mb-0">
<div class="bar small bkg-green color-white horizon percent-40" data-animate-in="transX:-100%;duration:1000ms;easing:swing;"></div>
</div>
<span class="progress-bar-label">Timely Delivery<span class="pull-right">80%</span></span>
<div class="progress-bar small pill bkg-grey-light mb-0">
<div class="bar small bkg-pink color-white horizon percent-80" data-animate-in="transX:-100%;duration:1000ms;easing:swing;"></div> -->
<a href="homespaces.html" class="button medium border-white thick bkg-white bkg-hover-white color-white color-hover-pasred"><b>Learn More</b> <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 End -->
<!-- Feature Section 2 -->
<div class="section-block bkg-resblu feature-4 right" style="background-image: url('images/hblue.jpg')">
<div class="row flex">
<div class="column width-6">
<div class="feature-image">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="preset:slideInLeftShort;duration:1000;" data-threshold="0.2">
<img src="images/rm.png" alt="" />
</div>
</div>
</div>
<div class="column width-6">
<div class="feature-content">
<div class="feature-content-inner left horizon" data-animate-in="preset:slideInRightShort;duration:1000;delay:300ms;" data-threshold="0.2">
<h2 class=" color-white"><b>Rescue Me</b></h2>
<p class="lead color-white ">A Decentralized Emergency Response <br> System to help save lives.</p>
<a href="rescue.html" class="button medium border-white thick bkg-white bkg-hover-white color-white color-hover-resblu"><b>Learn More</b> <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 End -->
<!-- Feature Section 2 -->
<div class="section-block feature-4 bkg-gstar" style="background-image: url('images/hyellow.jpg')">
<div class="row flex">
<div class="column width-6 push-6">
<div class="feature-image mb-mobile-50">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="preset:slideInRightShort;duration:1000;" data-threshold="0.2">
<img src="images/gstargrouped.png" alt="" />
</div>
</div>
</div>
<div class="column width-6 pull-4">
<div class="feature-content">
<div class="feature-content-inner horizon" data-animate-in="preset:slideInLeftShort;duration:1000;delay:300ms;" data-threshold="0.2">
<h2 class=" color-white"><b>Groceristar</b></h2>
<p class="lead color-white">Simplifying meal planning to save <br>money and eat healthy. </p>
<a href="gstar.html" class="button medium border-white thick bkg-white bkg-hover-white color-white color-hover-gstar"><b>Learn More</b> <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 End -->
<div class="section-block bkg-exgreen feature-4 right" style="background-image: url('images/hgreen.jpg')">
<div class="row flex">
<div class="column width-6">
<div class="feature-image">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="preset:slideInLeftShort;duration:1000;" data-threshold="0.2">
<img src="images/spot2.png" alt="" />
</div>
</div>
</div>
<div class="column width-6">
<div class="feature-content">
<div class="feature-content-inner left horizon" data-animate-in="preset:slideInRightShort;duration:1000;delay:300ms;" data-threshold="0.2">
<h2 class=" color-white"><b>Music Analysis</b></h2>
<p class="lead color-white ">Visualizing and analyzing streaming <br> music statistics. </p>
<a href="spotify.html" class="button medium border-white thick bkg-white bkg-hover-white color-white color-hover-exgreen"><b>Learn More</b> <i class="fas fa-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature Section 2 End -->
<!-- Feature Section 2
<div class="section-block bkg-gradient-purple-haze feature-4 right">
<div class="row flex">
<div class="column width-6">
<div class="feature-image">
<div class="feature-image-inner center-on-mobile horizon" data-animate-in="preset:slideInLeftShort;duration:1000;" data-threshold="0.2">
<img src="images/rm.png" alt="" />
</div>
</div>
</div>
<div class="column width-6">
<div class="feature-content">
<div class="feature-content-inner left horizon" data-animate-in="preset:slideInRightShort;duration:1000;delay:300ms;" data-threshold="0.2">
<h2 class=" color-white"><b>Rescue Me</b></h2>
<p class="lead color-white ">A Decentralized Emergency Response <br> System to help save lives.</p>
<a href="error404.html" class="button rounded medium bkg-white bkg-white color-eigen color-hover-black">View Case Study</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Feature Section 2 End -->
<!-- Content End -->
<!-- Footer -->
<footer class="footer">
<div class="footer-top">
<div class="row flex">
<div class="column width-3 align-center">
<div class="widget">
<h3 class="widget-title"><b>Like what you see?</b></h3>
<address>
<a href = "mailto:[email protected]" style = "color: white;"> Send an Email </a><br>
I'm currently in Chennai, India.
</address>
</div>
</div>
<div class="column width-3 align-center">
<div class="widget">
<h3 class="widget-title"><b>Get in touch</b></h3>
<ul class="social-list list-horizontal">
<li><a href="https://www.linkedin.com/in/guruduttperi/">LinkedIn</a></li>
<li><a href="https://www.instagram.com/guruduttx/">Instagram</a></li><br>
<li><a href="https://twitter.com/guruduttperi">Twitter</a></li>
<li><a href="https://open.spotify.com/artist/3s5cmywpL5c4WNgPU4KutH">Spotify</a></li><br>
</ul>
</div>
</div>
<div class="column width-3 align-center color-white">
<div class="widget">
<h5><b>Gurudutt Perichetla</b></h5>
Designer. Developer.<br>Engineer. Musician.
</div>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
</div>
</div>
</div>
<!-- Js -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC3JCAhNj6tVAO_LSb8M-AzMlidiT-RPAs"></script>
<script src="js/jquery.tm.avalanche.js"></script>
<script src="js/timber.master.min.js"></script>
</body>
</html>