-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
799 lines (739 loc) · 43.7 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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Name of your web site">
<meta name="author" content="Marketify">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Nandini's Life Road</title>
<!-- STYLES -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/plugins.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]> <script type="text/javascript" src="js/modernizr.custom.js"></script> <![endif]-->
<!-- /STYLES -->
</head>
<body>
<!-- WRAPPER ALL -->
<div class="_tm_wrapper_all">
<div id="arlo_tm_popup_blog">
<div class="container">
<div class="inner_popup scrollable"></div>
</div>
<span class="close"><a href="#"></a></span>
</div>
<!-- PRELOADER -->
<div class="arlo_tm_preloader">
<div class="spinner_wrap">
<div class="spinner"></div>
</div>
</div>
<!-- /PRELOADER -->
<!-- MOBILE MENU -->
<div class="arlo_tm_mobile_header_wrap">
<div class="main_wrap">
<div class="logo">
<img src="img/logo/mobile_logo.png" alt="" />
</div>
<div class="arlo_tm_trigger">
<div class="hamburger hamburger--collapse-r">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
<div class="arlo_tm_mobile_menu_wrap">
<div class="mob_menu">
<ul class="anchor_nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Projects Done</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#news">Blogs</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- /MOBILE MENU -->
<!-- CONTENT -->
<div class="arlo_tm_content">
<!-- LEFTPART -->
<div class="arlo_tm_leftpart_wrap">
<div class="leftpart_inner">
<div class="logo_wrap">
<a href="#"><img src="img/logo/desktop-logo.png" alt="" /></a>
</div>
<div class="menu_list_wrap">
<ul class="anchor_nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Projects Done</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#news">Blogs</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="leftpart_bottom">
<div class="social_wrap">
<ul>
<li><a href="#"><i class="xcon-facebook"></i></a></li>
<li><a href="#"><i class="xcon-twitter"></i></a></li>
<li><a href="#"><i class="xcon-linkedin"></i></a></li>
<li><a href="#"><i class="xcon-instagram"></i></a></li>
<li><a href="#"><i class="xcon-behance"></i></a></li>
</ul>
</div>
</div>
<a class="arlo_tm_resize" href="#"><i class="xcon-angle-left"></i></a>
</div>
</div>
<!-- /LEFTPART -->
<!-- RIGHTPART -->
<div class="arlo_tm_rightpart">
<div class="rightpart_inner">
<div class="arlo_tm_section" id="home">
<div class="arlo_tm_hero_header_wrap">
<div class="arlo_tm_universal_box_wrap particle jarallax" data-speed="0.1">
<div id="particles-js"></div>
<div class="particle_overlay"></div>
<div class="inner_content">
<div class="image_wrap">
<!--<img src="img/hero/img.jpg" alt="" />-->
</div>
<div class="name_holder">
<h3>Nandini <span>Raja</span></h3>
</div>
<div class="text_typing">
<p>I'm a <span class="arlo_tm_animation_text_word"></span></p>
</div>
</div>
<div class="arlo_tm_arrow_wrap bounce anchor">
<a href="#about"><i class="xcon-angle-double-down"></i></a>
</div>
</div>
</div>
</div>
<!-- ABOUT -->
<div class="arlo_tm_section relative" id="about">
<div class="arlo_tm_about_wrapper_all">
<div class="container">
<div class="arlo_tm_title_holder">
<h3>About Me</h3>
<!-- <span>Main informations about me</span> -->
</div>
<div class="arlo_tm_about_wrap">
<div class="author_wrap">
<div class="leftbox">
<div class="about_image_wrap parallax" data-relative-input="true">
<div class="image layer" data-depth="0.1">
<img src="img/about/550x640.jpg" alt="" />
<div class="inner" data-img-url="img/about/1.JPG"></div>
</div>
<div class="border layer" data-depth="0.2">
<img src="img/about/550x640.jpg" alt="" />
<div class="inner"></div>
</div>
</div>
</div>
<div class="rightbox">
<div class="arlo_tm_mini_title_holder">
<h4>I'm Nandini Raja and a <span class="arlo_tm_animation_text_word"></span></h4>
</div>
<div class="definition">
<p>Hi! My name is <strong>Nandini Raja</strong>. I am a fearless lassie in pursuit of what sets my soul on fire! Wanting to travel in a road less taken. I desire to become a Project Manager, inorder to encounter new things everyday. Throughout the journey, I stopped by places to adore the thrill of learning web-development and Python. My new venture being Artificial Intelligence and Machine Learning , I intend to explore all the nuances with a deeper understanding. Being a basketball player, I aspire to shoot goal in every throw of the match. </p>
</div>
<div class="about_short_contact_wrap">
<ul>
<li>
<span><label>Birthday:</label> 13.01.1999</span>
</li>
<li>
<span><label>Age:</label> 20</span>
</li>
<li>
<span><label>City:</label> Vellore, TamilNadu, India</span>
</li>
<li>
<span><label>Interests:</label> BasketBall, Public Speaking</span>
</li>
<li>
<span><label>Study:</label> Kumaraguru College of Technology</span>
</li>
<li>
<span><label>Degree:</label> Under-Graduate</span>
</li>
<li>
<span><label>Website:</label> <a href="#">www.mywebsite.com</a></span>
</li>
<li>
<span><label>Mail:</label> <a href="[email protected]">nandini.16cs@kct.ac.in</a></span>
</li>
<li>
<span><label>Phone:</label> <a href="#">+91 9994727318</a></span>
</li>
<li>
<span><label>Twitter:</label> <a href="#">@myusername</a></span>
</li>
</ul>
</div>
<div class="buttons_wrap">
<ul>
<li>
<a href="index.html"><span>Download CV</span></a>
</li>
<li class="anchor">
<a href="#contact"><span>Send Message</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /ABOUT -->
<!-- SKILLS -->
<div class="arlo_tm_section" id="skills">
<div class="arlo_tm_skills_wrap">
<div class="container">
<div class="inner_wrap">
<div class="leftbox">
<div class="arlo_tm_mini_title_holder">
<div class="arlo_tm_title_holder">
<h3>Skills </h3>
<span>Learn About me</span>
</div>
</div>
<p>Product Management is the core ablility that I would thrive to work on. I have had many experiences on management being the captain of the Basketball team, being the team lead of all projects I worked on. A techie aspired to learn concepts in detail.</p>
</div>
<div class="rightbox">
<div class="progress_bar_wrap_total">
<div class="arlo_tm_progress_wrap" data-size="small" data-round="c" data-strip="off">
<div class="arlo_tm_progress" data-value="95" data-color="#000">
<span><span class="label">Web Development - <span class="experience">2 years of experience</span></span><span class="number">95%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
<div class="arlo_tm_progress" data-value="95" data-color="#000">
<span><span class="label">Project Management <span class="experience">3 years of experience</span></span><span class="number">95%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
<div class="arlo_tm_progress" data-value="90" data-color="#000">
<span><span class="label">Public Speaking<span class="experience">3 years of experience</span></span><span class="number">90%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
<div class="arlo_tm_progress" data-value="80" data-color="#000">
<span><span class="label">Programming <span class="experience">3 years of experience</span></span><span class="number">80%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
<div class="arlo_tm_progress" data-value="75" data-color="#000">
<span><span class="label">HTML - <span class="experience">4 years of experience</span></span><span class="number">75%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
<div class="arlo_tm_progress" data-value="90" data-color="#000">
<span><span class="label">Python <span class="experience">2 years of experience</span></span><span class="number">90%</span></span>
<div class="arlo_tm_bar_bg"><div class="arlo_tm_bar_wrap"><div class="arlo_tm_bar"></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /SKILLS -->
<!-- SERVICES -->
<div class="arlo_tm_section" id="services">
<div class="arlo_tm_services_wrap">
<div class="container">
<div class="arlo_tm_title_holder">
<h3>Projects Done</h3>
<span>Get a brief of all my Projects</span>
</div>
<div class="list_wrap">
<ul>
<li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/camera-diaphragm.svg" alt="" />
</div>
<div class="title_service">
<h3>Automated Cleaning Technology</h3>
</div>
<div class="text">
<p>A project where broad sink is automated for the cleaning purpose. Cleaning these sinks are tedious process especially during a function, wherein people walk by and wash their hands besides the sink being dirty leading to the clogging of the sink during an event. A simple mechanism changes the whole picture.</p>
</div>
</div>
</li>
<li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/new-tab.svg" alt="" />
</div>
<div class="title_service">
<h3>Improper nutrient distribution detection</h3>
</div>
<div class="text">
<p>A product that allows us to know the parameters of the soil so that, there is even distribution of nutrients throughout the soil for the land to be tild and sown seeds. THis helps the farmers in increasing their revenue.</p>
</div>
</div>
</li>
<li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/layers.svg" alt="" />
</div>
<div class="title_service">
<h3>Delivery Bot</h3>
</div>
<div class="text">
<p>A bot which was done during RiGathon, which was a hackathon held. The bot delivers any thing given to it to the location pre-mapped. It is uses a pre-defined locomotion fed and an app to facilitate ordering.</p>
</div>
</div>
</li>
<!-- <li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/share.svg" alt="" />
</div>
<div class="title_service">
<h3>Growth Box</h3>
</div>
<div class="text">
<p>An aesthetically-pleasing Indoor gardening design that will assist Household Indoor Gardeners in growing healthy, locally sourced high-value cash crops limiting to 30% of space compared to other products by continuous monitoring of the plant maturation cycle, unlike conventional gardening practices that only produce micro-greens.</p>
</div>
</div> -->
</li>
<li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/adobe-illustrator.svg" alt="" />
</div>
<div class="title_service">
<h3>Growth Box</h3>
</div>
<div class="text">
<p>An aesthetically-pleasing Indoor gardening design that will assist Household Indoor Gardeners in growing healthy, locally sourced high-value cash crops limiting to 30% of space compared to other products by continuous monitoring of the plant maturation cycle, unlike conventional gardening practices that only produce micro-greens.</p>
</div>
</div>
</li>
<!-- <li>
<div class="inner">
<div class="icon">
<img class="svg" src="img/svg/seo-performance-marketing-graphic.svg" alt="" />
</div>
<div class="title_service">
<h3></h3>
</div>
<div class="text">
<p>An aesthetically-pleasing Indoor gardening design that will assist Household Indoor Gardeners in growing healthy, locally sourced high-value cash crops limiting to 30% of space compared to other products by continuous monitoring of the plant maturation cycle, unlike conventional gardening practices that only produce micro-greens.</p>
</div>
</div>
</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- /SERVICES -->
<!-- PORTFOLIO -->
<div class="arlo_tm_section relative" id="portfolio">
<div class="arlo_tm_portfolio_wrapper_all">
<!-- PORTFOLIO FILTER -->
<div class="arlo_tm_second_portfolio">
<div class="container">
<div class="arlo_tm_portfolio_wrap">
<div class="arlo_tm_title_holder portfolio">
<h3>PORTFOLIO</h3>
<span>Check out my works</span>
</div>
<div class="arlo_tm_portfolio_titles"></div>
<ul class="arlo_tm_portfolio_filter">
<li><a href="#" class="current" data-filter="*">All</a></li>
<li><a href="#" data-filter=".design">Growth Box</a></li>
<li><a href="#" data-filter=".photography">Improper nutrient distribution detection</a></li>
<li><a href="#" data-filter=".development">Other works</a></li>
</ul>
<ul class="arlo_tm_portfolio_list gallery_zoom">
<li class="design">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Growth Box" data-category="Product">
<a href="portfolio-single.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/1.jpg"></div>
</a>
</div>
</li>
<li class="photography">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Improper nutrient distribution detection" data-category="IOT">
<a href="portfolio-single-2.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/2.jpg"></div>
</a>
</div>
</li>
<li class="development">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Delivery Bot" data-category="IOT and Mech Design">
<a href="portfolio-single-3.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/3.jpg"></div>
</a>
</div>
</li>
<li class="photography">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Automated cleaning Technology" data-category="Automation">
<a href="portfolio-single-4.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/4.jpg"></div>
</a>
</div>
</li>
<li class="design">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Lab view and Python" data-category="Programming">
<a href="portfolio-single-5.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/9.PNG"></div>
</a>
</div>
</li>
<li class="photography">
<div class="entry arlo_tm_portfolio_animation_wrap" data-title="Fusion" data-category="CAD modelling">
<a href="portfolio-single-6.html">
<img src="img/portfolio/600x600.jpg" alt="" />
<div class="arlo_tm_portfolio_image_main" data-img-url="img/portfolio/3.PNG"></div>
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /PORTFOLIO FILTER -->
</div>
</div>
<!-- /PORTFOLIO -->
<!-- TESTIMONIALS -->
<div class="arlo_tm_section" id="testimonials">
<div class="arlo_tm_testimonials_wrapper_all">
<div class="arlo_tm_universal_box_wrap">
<div class="bg_wrap">
<div class="overlay_image testimonial jarallax" data-speed="0"></div>
<div class="overlay_color testimonial"></div>
</div>
<div class="content testimonial">
<div class="arlo_tm_testimonial_wrap">
<div class="container">
<div class="carousel_wrap">
<ul class="owl-carousel">
<li class="item">
<div class="inner">
<div class="quotebox_wrap">
<i class="xcon-quote-left"></i>
</div>
<div class="definitions_wrap">
<p>“One machine can do the work of fifty ordinary men. No machine can do the work of one extraordinary man.”</p>
</div>
<div class="name_holder">
<p>Elbert Hubbard</p>
</div>
</div>
</li>
<li class="item">
<div class="inner">
<div class="quotebox_wrap">
<i class="xcon-quote-left"></i>
</div>
<div class="definitions_wrap">
<p>“Just because something doesn’t do what you planned it to do doesn’t mean it’s useless.”</p>
</div>
<div class="name_holder">
<p>Thomas Edison</p>
</div>
</div>
</li>
<li class="item">
<div class="inner">
<div class="quotebox_wrap">
<i class="xcon-quote-left"></i>
</div>
<div class="definitions_wrap">
<p>“It has become appallingly obvious that our technology has exceeded our humanity.”</p>
</div>
<div class="name_holder">
<p>Albert Einstein</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /TESTIMONIALS -->
<!-- COUNTERBOX -->
<div class="arlo_tm_section">
<div class="container">
<div class="arlo_tm_counter_wrap" data-col="4" data-delay="300">
<ul class="arlo_tm_counter_list arlo_tm_miniboxes">
<li>
<div class="inner arlo_tm_minibox">
<h3><span><span class="arlo_tm_counter" data-from="0" data-to="6" data-speed="3000">0</span></span></h3>
<span>Projects Completed</span>
</div>
</li>
<li>
<div class="inner arlo_tm_minibox">
<h3><span><span class="arlo_tm_counter" data-from="0" data-to="2" data-speed="3000">0</span>K</span></h3>
<span>Lines of Code</span>
</div>
</li>
<li>
<div class="inner arlo_tm_minibox">
<h3><span><span class="arlo_tm_counter" data-from="0" data-to="4" data-speed="3000">0</span></span></h3>
<span>Project Management</span>
</div>
</li>
<!-- <li>
<div class="inner arlo_tm_minibox">
<h3><span><span class="arlo_tm_counter" data-from="0" data-to="777" data-speed="3000">0</span>+</span></h3>
<span>My Awwwards</span>
</div>
</li> -->
</ul>
</div>
</div>
</div>
<!-- /COUNTERBOX -->
<!-- NEWS -->
<div class="arlo_tm_section" id="news">
<div class="arlo_tm_news_wrap">
<div class="container">
<div class="arlo_tm_title_holder news">
<h3>Blogs</h3>
<span>Check out my Blogs</span>
</div>
<div class="arlo_tm_list_wrap blog_list">
<ul class="total">
<li class="wow fadeInUp" data-wow-duration="1.2s">
<div class="inner_list">
<div class="image_wrap">
<img class="small" src="img/blog/500x350.jpg" alt="" />
<img class="big" src="img/blog/1170x450.jpg" alt="" />
<div class="news_image" data-url="img/blog/1.jpeg"></div>
<a class="link_news" href="index.html"></a>
</div>
<div class="definitions_wrap">
<div class="date_wrap">
<p>October 3, 2017 <a href="index.html">Blog 1</a></p>
</div>
<div class="title_holder">
<h3><a href="index.html">HACKathon CRAZE</a></h3>
</div>
<div class="definition">
<p>If you are reading this, you probably plan to attend hackathons as it increases the fruitfulness of using time and working efficiently.</p>
</div>
<div class="full_def">
<p>Tireless efforts, Tremendous results
Wondering what I’m talking about??
It’s about the two markable events that took place one after the other at KCT, the RIGathon and The Think o Fest Hackathon by Dover.
<h4>The RIGathon:</h4>
A collaboration of the three most significant platforms at KCT, the Iqube, the Re and the Garage. The RIG team set up an appealing workspace and scheduled all happenings evidently. The idea of RIG itself had a great reach among the students. Many of us had inspiring ideas but not sure of where to exhibit our ideas, only then came up the RIG team with the RIGathon. The RIGathon seemed a platform for many aspiring KCTians to exhibit their talents. The participants were chosen through the brainstorming interview session held by the chief executives of the RIG platform. Those selected weren’t just participants but more vibrantly the RIGy’s of the event.
The poster that always reminds us of how tirelessly we will have to work to reach success.
The RIGy’s took a break from their regular schedule to develop mind-blowing ideas of designing a rover that wanders around KCT, accommodating any possible facility, over an intense 48-hour period. A complete guidance of what the RIGathon would be, was clearly explained on the eve of day 0 and we were split up into teams of six. Not to forget the Network dinner, I dint know a dine with my RIGymates would work out in such a manner, it turned to be “My Team”, in just a night. So it was, to the other RIGy teams. I found all comforting themselves with their RIGymates. Then off to the workspace, where each of us suggesting different ideas.
THE RIGYs ready with their bots
The most affirmative approach of validating an idea would be a quarrel over which idea would define the best outcome. This approach lead to the best of ideas to be pitched the next morning. Each team lead consolidated their RIGys’ ideas and the notable ones were pitched. The significant ones were selected by the RIG team and the RIGy’s were ready to work on their prototype. The RIGy’s split up their work into different quarters and later incorporated their work to make up the Ultimatum. Each part of the team burnt the midnight oil for the best output. Late-night thinkers enjoyed a 12AM snack to refuel. We saw RIGy’s who lived the whole of 48 hours with Coffee. The funniest moment at the RIGathon was, we waiting for the Pizza to be served. The whole set of RIGy’s were back to back aligned for having pans of Pizza, where each of us were falling-out of who would get earlier.
The contentment blooming on the faces of some RIGy’s who had almost completed their bot was so much fascinating to see. The happiness of walking out of the work-space completing the rover was priceless. There were also the other extremes, where the RIGy’s worked until the eleventh hour. A Success or a Failure, the best part, I observed was no one stepped back. Each and every team presented their ideas and their prototypes, the Demo eve, with utmost confidence. Another notable part of RIGathon was that the whole of RIGy set were generous, I found people from other teams helping their opponent team, providing any accessory they needed. The greatest success of any event would be coordination of the event organizers and the participants, which I felt, was abundant at RIGathon.
Every team were given equal guidance and the notable ideas were acknowledged, during the Final Demo. It was for this Final Demo each team burnt the oil for. Each team exhibited their best. The most surprising thing was, eight unique awards were distributed among the most deserving teams. Some RIGy’s were selected to work along with the dream team at KCT, the team KUMKI. From RIGathon, I, as an individual learnt loads say, how to utilize time, how to get on with a team, how to face situations boldly, how not to panic.
<h4>The THINK o FEST HACkathon by DOVER:</h4>
So now to the Think o fest Hackathon by Dover, where students from three different colleges the KCT, VIT and the PSG were given the problem statements to work on with and to provide the leading solutions off the existing ones. The Hackathon started with the inaugural ceremony that took place the very night, the participants from VIT and PSG assembled at KCT. We had the networking dinner where inter-college and intra-college teams were set up. The next morning the teams tirelessly worked on the problem statement giving out all possible solutions. The healthy competition among the teams lead to the most unique solutions. The students worked round the clock. They were able to figure out the problem statement inch by inch which paved way to the most idiosyncratic solution in a span of 24 hours. Students not only worked on the technical part of the problem statement but also many diversified aspects, say the psychological, the political and various other factors affecting the development of a product. Students were also able to augment the statistical data, the survey undertaken along with their ideas which had a wide reach.
The work-space where all the RIGys were assembled and were ready to pitch their ideas.
I felt that the ideal concept of Hackathon is the way we encounter time, 1 day might seem small, unless we look into the 24 hours behind it. Even 24 hours seems small when we see 1440 minutes inside it. Utilizing this abundant time, to flourish with all possible ideas would be the noteworthy success, which was achieved in this Hackathon. The necessary supplements were accessible at anytime. The 24/7 reliable service provided at KCT was remarkable. The Dover executives considered each and every idea that was pitched and suggested their views. The ideas pitched were distinctive. The best among the best were examined and selected.
Obviously there were tremendous outputs, for the students’ tireless inputs. Both the RIGathon and the THINK o FEST Hackathon by Dover, had a great reach than the expected. I enjoyed being a part of both the events and livelier to say “happy to be a part of KCT”. Such great opportunity to all vibrant beginners would be the first success KCT would own.</p>
</div>
<div class="arlo_tm_popup_share_wrap">
<ul>
<li><a href="https://www.facebook.com/nandy.raja.7?ref=bookmarks">Facebook</a></li>
<li><a href="https://twitter.com/NandiniRaja3">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/nandini-raja-76165b158/">Linkedin</a></li>
<!-- <li><a href="#">Behance</a></li> -->
</ul>
</div>
<div class="read_more">
<a href="#"><span>Read More</span></a>
</div>
</div>
</div>
</li>
<li class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="0.2s">
<div class="inner_list">
<div class="image_wrap">
<img class="small" src="img/blog/500x350.jpg" alt="" />
<img class="big" src="img/blog/1170x450.jpg" alt="" />
<div class="news_image" data-url="img/blog/2.jpg"></div>
<a class="link_news" href="index.html"></a>
</div>
<div class="definitions_wrap">
<div class="date_wrap">
<p>March 14, 2019 <a href="index.html">Life before Vs during ProtoSem</a></p>
</div>
<div class="title_holder">
<h3><a href="index.html">Life before Vs during ProtoSem</a></h3>
</div>
<div class="definition">
<p>Read the blog to learn my experience through Protosem at Forge Accelerator and be a part of it.</p>
</div>
<div class="full_def">
<p><h3>#1 You won’t get it until you do it by yourself! From ‘cramming over concepts a day before exams’ to Mastering concepts every day!</h3>
During the previous semesters, we have developed an in-depth understanding of several established concepts and theories, most of which was an answer to ‘why’ skipping the ‘how’ part. Cramming the concepts word by word just before the exams had become an imperative procedure to achieve our mission of scoring reasonably in the semesters. We had no idea about the outcome and the sequel, once these theoretical concepts are put into action. Comprehending discoveries and inventions are so very important, but what is more important is learning by doing and experimenting with them hands-on. ProtoSem offers a platform to tinker, experiment, learn and unlearn several concepts that we had the option to only imagine after reading through ample books, powerpoint presentations and post numerous lectures.
<h3>#2 Trifling with a hypothetical problem [project] every semester to Innovating for real-world problems!</h3>
There were semesters that had made projects mandate where we worked in teams of 3–4 friends, who shared a common level of comfort. We would either surf over the internet to arrive at a project that is already existing, been tested and reported or look for ideas from seniors/project centres who have the design-in-hand. One of the teammates will take the lead and the rest of us can be seen putting in humongous effort to score brownie points by trying to impress the external with the final presentation.
But, in ProtoSem, we have demonstrated the importance of composing a team with diverse skills and expertise through several Team Building activities. Its mandate for every team to have a Visionary, Hustler & Hacker. Visionaries went on-field to discover potential problems from various sectors and pitched the concept to marshal hustlers and hackers. The team works together on a real-time problem identified by visionaries and validated for its feasibility and viability by the team. We are taught to build cost-effective technological solutions to the most critical industrial and societal problems by the team of experts who guide us in problem identification & validation through an effective on-field user discovery to ensure that we aren’t working on a hypothetical problem or building a solution that no customer demands.
<h3>#3 Credit-focused teaching versus Customer-focused LEARNING!</h3>
As I had mentioned earlier, Our efforts were zeroed-in-on credits and exams, rather than building skills & competencies. Here at ProtoSem, from Day-1, from Problem identification to Testing prototypes, we are guided to go on-field, meet the customers, ask good questions, and understand the problem and facts from their lens. The expert sessions helped us understand the significance of prototyping to develop solutions iteratively at a minimum cost in the lowest time frame. We are supported with tools, that offers a wide range of tools to help us effectively reach the customers, validate the problem thoroughly with them, understand the existing solution, the adoption barriers and constraints and then test the prototype to obtain some critical feedback.
<h3>#4 Oblivious to Omniscience — extremely well-updated with the latest Tech!</h3>
Obsessed with the pattern of lectures, books, internals & semesters, we hardly found interest and time to remain updated with the latest in the world of technology. But at ProtoSem, we gain updates regularly by sharing articles with the peers who possess a common interest, tinkering with technologies and from on-field undertakings. Most of the sessions are hands-on workshops, we not only gain insights and knowledge from our core subjects but also from other fields and subjects that are essential to managing the process of innovation.
<h3>#5 Being coached versus being taught!</h3>
Instead of giving baby-step instructions on what has to be done with established procedures and processes in a formal setting, all that the FORGE team gives us is a big ball of clay and guidance as we jigger the ball into various shapes and forms iteratively in accordance with the demands and attributes of our project. It is a great leap of the existing us from who we have been. Most of us have completely overcome the stage fear and have started volunteering to pitch our ideas and concepts. We have evolved to accept failures, be far more resilient, and are prepared to revamp and are on the continuous lookout for ‘‘What worked? What didn’t go well? What could’ve been done better? What should we do next?”.
<h3>#6 Frittering away time on the internet to Managing the money value of time!</h3>
Rather than spending a lot of our time over social media and movies, we have developed a habit of putting in our efforts over self-improvement and Do-It-Yourself Sessions. We spend a lot of our time in hooking together batteries, lights, buzzers, motors, resistors, potentiometers and switches, designing & building circuits or creating a VR App etc or learning essential ML algorithms. Overall, most leisure and holidays are in the innovation and prototyping labs. Even beyond the usual working hours and during the odd hours of the day, we get support from lab associates and our team mentors.
<h3>#7 Motivated by Marks & Attendance versus Motivation by MISSION & PASSION!</h3>
The main factor that pushed us to classes during the previous semesters was attendance. But now that most of the sessions are experimental, we have evolved ourselves to put in efforts on our own without any rules and enforcement. We also watch some of the most impactful TED Talks or interact with founders on innovation, science & tech every Thursday and get motivated by their innovation, product, attitude, approach, and determination, that they had throughout the journey apart from improving the communication capabilities.
<h3>#8 Transforming by self-realization, intent, and dedication versus Transacting with classes, exams and grades!<h3>
Here, at ProtoSem as we are driven to work on a problem that impacts our friends or family or our business or the society that we live in, we develop a sense of realization and are constantly motivated by the fact that we are working for a cause and our innovation is addressed solve a critical problem of our community. On the whole, ProtoSem is a potential driver of creativity and innovation catering to our pursuits, with practical sessions offering a unique opportunity to experiment the conceptual insights that we have gained from lectures during the previous semesters.</p>
</div>
<div class="arlo_tm_popup_share_wrap">
<ul>
<li><a href="https://www.facebook.com/nandy.raja.7?ref=bookmarks">Facebook</a></li>
<li><a href="https://twitter.com/NandiniRaja3">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/nandini-raja-76165b158/">Linkedin</a></li>
<!-- <li><a href="#">Behance</a></li> -->
</ul>
</div>
<div class="read_more">
<a href="#"><span>Read More</span></a>
</div>
</div>
</div>
</li>
<!--<li class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay="0.4s">
<div class="inner_list">
<div class="image_wrap">
<img class="small" src="img/blog/500x350.jpg" alt="" />
<img class="big" src="img/blog/1170x450.jpg" alt="" />
<div class="news_image" data-url="img/blog/3.jpg"></div>
<a class="link_news" href="index.html"></a>
</div>
<div class="definitions_wrap">
<div class="date_wrap">
<p>April 12, 2018 <a href="index.html">Branding</a></p>
</div>
<div class="title_holder">
<h3><a href="index.html">Innovative Ways to Increase Brand</a></h3>
</div>
<div class="definition">
<p>Having a solid, trusted brand is important for your company to thrive. If your target audience does not know or trust ...</p>
</div>
<div class="full_def">
<p>Having a solid, trusted brand is important for your company to thrive. If your target audience does not know or trust your brand, how will you ever increase your customer base and sales? Here are six innovative strategies you can use to increase brand awareness and help your business thrive. Inviting influencers into your niche is a great way to increase brand awareness and hopefully drive sales. When influencers have an established audience that knows and trusts them, once they mention your product(s) and discuss your brand in their content, those mentions will expand your reach and increase peoples awareness of your product. Ikonick is a perfect example of a company that works directly with influencers: It sells canvas art for your home and office. The way Ikonick uses influencers involves providing them with art and having those influencers pose with the art, then share the photos on social media. "Our relationships are an important part of our business," co-founder Mark Mastrandrea told me. "Our relationships make up our community, and the community is how our brand grows." Ikonick uses all types of influencers, from Instagram photographers to celebrities. The companys social strategy has enabled it to scale and grow exponentially because its influencers become part of its sales team -- even ambassadors. The relationship is mutually rewarding, Mastrandrea said. Companies can also offer to sponsor influencers at an event (if they do that sort of thing) and even use them as spokespersons for their brand and product(s). A lot of CrossFit-related companies do this, including Rogue Fitness, which sponsors certain athletes with clothing. The athlete then becomes a walking billboard for the company. Have you ever received an order that came in branded packaging? Rather than see it as just another shipment, perhaps you felt that that that special branding made the package seem like a gift. The team knows that the product experience doesn't commence at first use, but rather at the unboxing stage. How companies present their brand, and the story they tell through their design and graphics, can create an emotional connection with the customer that may last even longer than the product itself.</p>
</div> -->
<!-- <div class="arlo_tm_popup_share_wrap">
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Behance</a></li>
</ul>
</div> -->
<!-- <div class="read_more">
<a href="#"><span>Read More</span></a>
</div> -->
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /NEWS -->
<!-- CONTACT & FOOTER -->
<div class="arlo_tm_section" id="contact">
<div class="container">
<div class="arlo_tm_title_holder contact">
<h3>Contact Me</h3>
<span>Get in touch with me</span>
</div>
</div>
<div class="arlo_tm_footer_contact_wrapper_all">
<div class="arlo_tm_contact_wrap_all">
<div class="container">
<div class="leftbox">
<div class="arlo_tm_mini_title_holder contact">
<h4>Get in Touch</h4>
</div>
<div class="short_info_wrap">
<ul>
<li><p><label>Address:</label><span>No: 36, L.I.C colony 2nd Street, Sankaranpalayam, Vellore-632001</span></p></li>
<li><p><label>Email:</label><span><a href="[email protected]">[email protected]</a></span></p></li>
<li><p><label>Phone:</label><span>+91 9994727318</span></p></li>
<li><p><label>Website:</label><span><a href="https://nandiniraja348.github.io/">https://nandiniraja348.github.io/</a></span></p></li>
</ul>
</div>
</div>
<div class="rightbox">
<div class="arlo_tm_contact_wrap">
<div class="main_input_wrap">
<form action="http://frenify.com/" method="post" class="contact_form" id="contact_form">
<div class="returnmessage" data-success="Your message has been received, We will contact you soon."></div>
<div class="empty_notice"><span>Please Fill Required Fields</span></div>
<div class="wrap">
<input id="name" type="text" placeholder="Your Name">
</div>
<div class="wrap">
<input id="email" type="text" placeholder="Your Email">
</div>
<div class="wrap">
<textarea id="message" placeholder="Your Message"></textarea>
</div>
<div class="arlo_tm_button">
<a id="send_message" href="#"><span>Send Message</span></a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="arlo_tm_footer_wrap">
<div class="container">
<p>© Copyright 2019. All Rights are Reserved.</p>
</div>
</div>
</div>
</div>
<!-- /CONTACT & FOOTER -->
</div>
</div>
<!-- /RIGHTPART -->
<a class="arlo_tm_totop" href="#"></a>
</div>
</div>
<!-- / WRAPPER ALL -->
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<!--[if lt IE 10]> <script type="text/javascript" src="js/ie8.js"></script> <![endif]-->
<script src="js/plugins.js"></script>
<script src="js/init.js"></script>
<!-- /SCRIPTS -->
</body>
</html>