diff --git a/anim.css b/anim.css new file mode 100644 index 0000000..5e1cce9 --- /dev/null +++ b/anim.css @@ -0,0 +1,475 @@ +body{ + margin: 0; + padding: 0; + width: 100%; + height: 100%; + overflow: hidden; + background: #724fff; + } + + .bubbles li{ + position: absolute;; + list-style: none; + display: block; + background: rgba(255,255,255,.2); + animation: animate 20s linear infinite; + bottom: -150px; + + } + .bubbles li:nth-child(1){ + left: 48%; + width: 10px; + height: 10px; + animation-delay: 0s; + border-radius: 50%; + + } + .bubbles li:nth-child(2){ + left: 37%; + width: 20px; + height: 20px; + animation-delay: 4s; + border-radius: 50%; + } + .bubbles li:nth-child(3){ + left: 35%; + width: 15px; + height: 15px; + animation-delay: 6s; + border-radius: 50%; + } + .bubbles li:nth-child(4){ + left: 62%; + width: 30px; + height: 30px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles li:nth-child(5){ + left: 59%; + width: 25px; + height: 25px; + animation-delay: 9s; + border-radius: 50%; + } + .bubbles li:nth-child(6){ + left: 20%; + width: 20px; + height: 20px; + animation-delay: 15s; + border-radius: 50%; + } + .bubbles li:nth-child(7){ + left: 55%; + width: 2px; + height: 2px; + animation-delay: 2s; + border-radius: 50%; + } + .bubbles li:nth-child(8){ + left: 65%; + width: 10px; + height: 10px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles li:nth-child(9){ + left: 25%; + width:25px; + height: 25px; + animation-delay: 13s; + border-radius: 50%; + } + .bubbles li:nth-child(10){ + left: 82%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles li:nth-child(11){ + left: 53%; + width: 10px; + height: 10px; + animation-delay: 0s; + border-radius: 50%; + + } + .bubbles li:nth-child(12){ + left: 66%; + width: 20px; + height: 20px; + animation-delay: 4s; + border-radius: 50%; + } + .bubbles li:nth-child(13){ + left: 35%; + width: 15px; + height: 15px; + animation-delay: 6s; + border-radius: 50%; + } + .bubbles li:nth-child(14){ + left: 77%; + width: 30px; + height: 30px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles li:nth-child(15){ + left: 21%; + width: 25px; + height: 25px; + animation-delay: 9s; + border-radius: 50%; + } + .bubbles li:nth-child(16){ + left: 61%; + width: 20px; + height: 20px; + animation-delay: 15s; + border-radius: 50%; + } + .bubbles li:nth-child(17){ + left: 695%; + width: 15px; + height: 15px; + animation-delay: 2s; + border-radius: 50%; + } + .bubbles li:nth-child(18){ + left: 3%; + width: 10px; + height: 10px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles li:nth-child(19){ + left: 15%; + width:25px; + height: 25px; + animation-delay: 13s; + border-radius: 50%; + } + .bubbles li:nth-child(20){ + left: 43%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles li:nth-child(21){ + left: 6%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles li:nth-child(22){ + left: 36%; + width:18px; + height: 18px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles li:nth-child(23){ + left: 1%; + width:21px; + height: 21px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles li:nth-child(24){ + left: 46%; + width:35px; + height: 35px; + animation-delay: 7s; + border-radius: 50%; + } + .bubbles li:nth-child(25){ + left: 99%; + width:33px; + height: 33px; + animation-delay: 1s; + border-radius: 50%; + } + .bubbles li:nth-child(26){ + left: 79%; + width:13px; + height: 13px; + animation-delay: 10s; + border-radius: 50%; + } + .bubbles li:nth-child(27){ + left: 29%; + width:27px; + height: 27px; + animation-delay: 6s; + border-radius: 50%; + } + .bubbles li:nth-child(28){ + left: 87%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles li:nth-child(29){ + left: 96%; + width:22px; + height: 22px; + animation-delay: 12s; + border-radius: 50%; + } + .bubbles li:nth-child(30){ + left: 41%; + width:17px; + height: 17px; + animation-delay: 9s; + border-radius: 50%; + } + @keyframes animate{ + 0%{ + transform: translateY(0) rotate(0deg); + opacity: 1; + border-radius: 50%; + } + 100%{ + transform: translateY(-1000px) rotate(720deg); + opacity: 0; + border-radius: 50%; + } + } + .bubbles_top li{ + position: absolute;; + list-style: none; + display: block; + background: rgba(255,255,255,.2); + animation: animates 20s linear infinite; + top: -150px; + + } + .bubbles_top li:nth-child(1){ + left: 45%; + width: 10px; + height: 10px; + animation-delay: 0s; + border-radius: 50%; + + } + .bubbles_top li:nth-child(2){ + left: 10%; + width: 20px; + height: 20px; + animation-delay: 4s; + border-radius: 50%; + } + .bubbles_top li:nth-child(3){ + left: 35%; + width: 15px; + height: 15px; + animation-delay: 6s; + border-radius: 50%; + } + .bubbles_top li:nth-child(4){ + left: 50%; + width: 30px; + height: 30px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles_top li:nth-child(5){ + left: 75%; + width: 25px; + height: 25px; + animation-delay: 9s; + border-radius: 50%; + } + .bubbles_top li:nth-child(6){ + left: 23%; + width: 20px; + height: 20px; + animation-delay: 15s; + border-radius: 50%; + } + .bubbles_top li:nth-child(7){ + left: 55%; + width: 10px; + height: 10px; + animation-delay: 2s; + border-radius: 50%; + } + .bubbles_top li:nth-child(8){ + left: 91%; + width: 25px; + height: 25px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles_top li:nth-child(9){ + left: 25%; + width:25px; + height: 25px; + animation-delay: 13s; + border-radius: 50%; + } + .bubbles_top li:nth-child(10){ + left: 85%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles_top li:nth-child(11){ + left: 5%; + width: 10px; + height: 10px; + animation-delay: 0s; + border-radius: 50%; + + } + .bubbles_top li:nth-child(12){ + left: 67%; + width: 20px; + height: 20px; + animation-delay: 4s; + border-radius: 50%; + } + .bubbles_top li:nth-child(13){ + left: 35%; + width: 15px; + height: 15px; + animation-delay: 6s; + border-radius: 50%; + } + .bubbles_top li:nth-child(14){ + left: 71%; + width: 30px; + height: 30px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles_top li:nth-child(15){ + left: 21%; + width: 25px; + height: 25px; + animation-delay: 9s; + border-radius: 50%; + } + .bubbles_top li:nth-child(16){ + left: 61%; + width: 20px; + height: 20px; + animation-delay: 15s; + border-radius: 50%; + } + .bubbles_top li:nth-child(17){ + left: 80%; + width: 22px; + height: 22px; + animation-delay: 2s; + border-radius: 50%; + } + .bubbles_top li:nth-child(18){ + left: 40%; + width: 15px; + height: 15px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles_top li:nth-child(19){ + left:5%; + width:25px; + height: 25px; + animation-delay: 13s; + border-radius: 50%; + } + .bubbles_top li:nth-child(20){ + left: 17%; + width:35px; + height: 35px; + animation-delay: 0s; + border-radius: 50%; + } + .bubbles_top li:nth-child(21){ + left: 100%; + width:15px; + height: 15px; + animation-delay: 3s; + border-radius: 50%; + } + .bubbles_top li:nth-child(22){ + left: 9%; + width:25px; + height: 25px; + animation-delay: 9s; + border-radius: 50%; + } + .bubbles_top li:nth-child(23){ + left: 93%; + width:35px; + height: 35px; + animation-delay: 1s; + border-radius: 50%; + } + .bubbles li:nth-child(24){ + left: 31%; + width:45px; + height: 45px; + animation-delay: 8s; + border-radius: 50%; + } + .bubbles_top li:nth-child(25){ + left: 97%; + width:5px; + height: 5px; + animation-delay: 13s; + border-radius: 50%; + } + .bubbles_top li:nth-child(26){ + left: 12%; + width:35px; + height: 35px; + animation-delay: 16s; + border-radius: 50%; + } + .bubbles_top li:nth-child(27){ + left: 89%; + width:25px; + height: 25px; + animation-delay: 7s; + border-radius: 50%; + } + .bubbles_top li:nth-child(28){ + left: 31%; + width:45px; + height: 45px; + animation-delay: 5s; + border-radius: 50%; + } + .bubbles_top li:nth-child(29){ + left: 56%; + width:35px; + height: 35px; + animation-delay: 1s; + border-radius: 50%; + } + .bubbles_top li:nth-child(30){ + left: 85%; + width:35px; + height: 35px; + animation-delay: 13s; + border-radius: 50%; + } + @keyframes animates{ + 0%{ + transform: translateY(0) rotate(0deg); + opacity: 1; + border-radius: 50%; + } + 100%{ + transform: translateY(1000px) rotate(720deg); + opacity: 0; + border-radius: 50%; + } + } diff --git a/faq.pdf b/faq.pdf new file mode 100644 index 0000000..4afdf92 Binary files /dev/null and b/faq.pdf differ diff --git a/home.html b/home.html new file mode 100644 index 0000000..a5abdc9 --- /dev/null +++ b/home.html @@ -0,0 +1,113 @@ + + + + + + + TEDxREVAUniversity + + + + + + + + +
+ +
+

+
+
+
+
+
+ + + +
+ +
+

TED

+ +
+
+

TEDx

+ +
+
+

TEDxREVAUniversity

+ +
+
+ +
+

Fables

+

+ Fables are a literary genre: succinct fictional stories, that features animals, plants, inanimate objects and forces of nature that are anthropomorphised and that illustrates or leads to a particular moral lesson. They have contrasting characters that take us through a lifelike journey, portraying good things and bad things and ultimately conclude with an moral. The moral will give one, an understanding of importance of right and good things. Similarly every individual will have a story, where he/she can be one of the character of the fable, where the choices made by him/her lead to an effect as an consequences of the decisions made and choices taken. These effects gives us many lessons or morals. The moral learnt are applicable to all and always contain the good and right choices of life, hence they must be spread to fill the world with good and right things through one’s actions. +

+
+
+

+
+

Speakers


+

+ Thinkers. Doers. Idea-generators. TEDx speakers are people who are willing to inform + and inspire, surprise and delight. They come from all sorts of background and have + experience in various fields of work. They come up with world changing ideas and give + inspiration to million others. For TEDxREVAUniversity, we contacted and invited few such + people who are willing to share their ideas with us, and are ready to inspire us. +



+
+
+
+

The Team


+

+ To host an event of this magnitude, we needed a team. A team which would stuck together + in hard times and help each other out. So, we searched for them, and gathered the best people of their fields. We worked together and here we are, ready to face the challenge, ready to pull this off and shine above all. +



+
+
+

+ + + diff --git a/img/Thumbs.db b/img/Thumbs.db index a8a016a..311001b 100644 Binary files a/img/Thumbs.db and b/img/Thumbs.db differ diff --git a/img/fb.png b/img/fb.png new file mode 100644 index 0000000..fdab7de Binary files /dev/null and b/img/fb.png differ diff --git a/img/finalLanding.jpg b/img/finalLanding.jpg new file mode 100644 index 0000000..ad32501 Binary files /dev/null and b/img/finalLanding.jpg differ diff --git a/img/ig.png b/img/ig.png new file mode 100644 index 0000000..037be6c Binary files /dev/null and b/img/ig.png differ diff --git a/img/logo.jpeg b/img/logo.jpeg new file mode 100644 index 0000000..106966a Binary files /dev/null and b/img/logo.jpeg differ diff --git a/img/tw.png b/img/tw.png new file mode 100644 index 0000000..8c97845 Binary files /dev/null and b/img/tw.png differ diff --git a/index.html b/index.html index 00ed1f7..51a647e 100644 --- a/index.html +++ b/index.html @@ -1,126 +1,153 @@ - + - - - - - TEDxREVAUniversity - - - - - - - - -
- -
-

-
-
-
-
-
- - - -
+ + + + + + + + + +
+
+
+
+

Tedx REVA University

+
+

+
+
+

+
-

-
-
- FAQs - Attendees Rules - Privacy Policy -

This independent TEDx event is operated under license from TED.

-
-
-

Follow Us On

- - -

-

© TEDxREVAUniversity 2018

-
-
- + + + + diff --git a/pp.pdf b/pp.pdf new file mode 100644 index 0000000..77d13bd Binary files /dev/null and b/pp.pdf differ diff --git a/speakers.html b/speakers.html index 8440eb3..916d514 100644 --- a/speakers.html +++ b/speakers.html @@ -28,185 +28,119 @@
-

YOGENDRA SINGH YADAV

- +

Ms. Swati Bondia

+
- - - + + +
-

The Youngest Paramvir Chakra awardee, Subedar Yogendra Singh Yadav is an epitome of grit and resolve. -
He has fought Kargil war and been a part of the leading team that captured Tiger Hill. - He has inspired the character of the protagonist in the Bollywood movie, Lakshya as a headstrong battlefield hero.

+

Founder and Director of Clap (Centre for learning and Advanced Practice) is a Social entrepreneur from Odisha She started her first venture OM Shanti Traders at the age of 18 at Bangalore.She started her second venture CLAP which merged as the leading career mapping organisation in the country with clientele in 5 countries. She has received “Woman of the Year” award in the year 2016 and 2018. She is the awardee of the prestigious “Sevak of the Year” by sevak foundation. She is the only selected participant from SAARC nations for UN funded Bottom of the Pyramid Challenge at Bogota Colombia.


-

EESHAN HILAL

- +

Captain Naveen Nagappa

+
- - - + + +
-

From being a belly dancer to a fashion designer, Eshan Hilal has blissfully shattered the conceived notions of gender roles. His stance towards individuals being judged and defined based on their clothing is what'll leave you amazed and spellbound. Redfining the perception of art, he's an emerging icon for the youth to admire. Fighting against all odds, defying social norms and religious shackles , he has found his way of expressing himself through dance. Witness him as he makes swimming across the tide look efforlessly cool!

+

He is graduate in mechanical engineering from Babuji Institute of Engineering and Technology Davangere. After his training at Indian Military Academy, Dehradun, he joined 13 Battalion of J&K Rifles during 1999. With just 6 months of service behind him he lead a team of 120 soldiers to fight the enemy at point 4875. He had to fight the enemy n biting cold without food or water for more than 60 hrs. During the final assault he got severely injured by enemy grenade sustaining injuries to both his legs. After 21 months of hospitalisation and 8 major surgeries he was declared medically unfit to serve.


-

VRUSHALI PRASADE

+

Aakash Nambiar

- - - + + +
-

Being the co-founder and CTO of Absentia, inventor of the VR headset Tesseract and a national level table tennis player, Vrushali Prasade is redefining the boundaries of what one person can achieve. - A BITS Goa dropout, she invented the VR headset Tesseract, under the banner of her company, Absentia, as a third year student. She has always trusted her instincts, taken risks and made bold choices, which not many have the courage to do.

+

Ultra Marathon runner, Barefoot runner, Cyclist, Pinkathon Ambassdor, Bharat Beard Club Ambassdor. + He is also a Freelance Marathon Organiser and ran in many 10kms,21kms,42kms,Goa to Gokarna 145 kms, Bangalore to Mysore 145kms, Una to Dharamshala 120 kms and cycled Chikmagalur to Udupi 600kms in 7 Days.


-

YOGENDRA SINGH YADAV

+

RJ Smitha

- - - + + +
-

The Youngest Paramvir Chakra awardee, Subedar Yogendra Singh Yadav is an epitome of grit and resolve. -
He has fought Kargil war and been a part of the leading team that captured Tiger Hill. - He has inspired the character of the protagonist in the Bollywood movie, Lakshya as a headstrong battlefield hero.

+

She started off as an RJ with AIR and went on to become a popular voice within a short span of time. Following this, the lady took a hiatus from Indian shores and moved to the US where she continued to engage herself with community radio shows. + Currently, She can be spotted every Monday to Saturday from 7:00 AM to 12:00 - “Hi Bengaluru” featuring on Mirchi 98.3


-

SHIKHA TANDON

+

Neeraj Chandra

- - - + + +
-

Shikha Tandon is an Olympian, Arjuna awardee, India's fastest ever woman swimmer and the only Indian woman swimmer to win a medal at the Asian Open level. She has won 37 International and 146 National medals, and created 75 National Records. Holding a Bachelor of Science degree in Biotechnology, Genetics, and Biochemistry, and two Master of Science degrees in Biotechnology and Biology, she is a stellar academic too. She is involved in multiple capacities in sport and health technology, and is also on the Board of Advisors (Olympic Council) of an India-based organization, spirited about developing education and sport in India.

+

An alumnus of IIM Ahmedabad and an Electrical Engineer from IIT Kanpur, Neeraj started his career with Unilever in India where he held several positions in Sales and Marketing over a period of 20 years reaching the position of Regional Brand Director for Asia. Neeraj then moved as the VP & Chief Operations Officer for Britannia where he built new benefit spaces, new brands, and big new channels, successfully tripling the businesses to a billion dollars. Thereafter, he moved to Emami as the CEO – Consumer Care Division. Neeraj has a passion for creating large new businesses and brands.


-

SHASAA TIRUPATI

+

Roopa Divakar Moudgil

- - - + + +
-

Born in Srinagar and raised in Vancouver, Shashaa Tirupathi is a multilingual singer who has sung recent bollywood hits such as- ‘The Humma song’ and ‘Baarish’ as well as award-winning Tamil songs-'Naane Varugiren’ and ‘Aye Mr. Minor’, both composed by AR Rahman. After giving up the opportunity to pursue a pre-medical degree in Canada to follow the musical notes, she has toured extensively with AR Rahman and has been a part of his coke studio episode. She has sung Tamil, Hindi, Telugu, Punjabi, Malayalam, Kannada, Bengali, Konkani, Arabic and English songs with equal melody and ease.

+

commonly known as D. Roopa is an Indian Police Service (IPS) officer from Davanagere, Karnataka. She is the first woman to become an Indian Police Service (IPS) official in Karnataka. she is currently the Inspector-general of police, the second highest-ranked officer in hierarchy in Bangalore and Karnataka. She is also Additional Commandant General, Home Guards & Ex-Officio Additional Director, Civil defence, in Bengaluru. She was previously posted as commissioner for traffic and road safety in Karnataka and prior to that as Deputy Inspector General of Prisons.


-

TAKBIR FATIMA

+

Dr Ali Khwaja

- - - + + +
-

Takbir Fatima is an upcoming architect , and director of experimental design and architectural studio ,DesignAware. She is passionate about design research and prototyping, finding out basically how everything works. She was awarded emerging architect award by Indian institute of architects and was recognized as emerging architect of the year by NDTV design and architect awards in 2016.

+

Chairman and principal faculty of Banjara academy. Since more than three decades he has been conducting training programs and workshops for most prestigious government and private organisations and is in great demand all over the country by wide range of institutions. Over twenty years ago he devised a unique program to teach people from all walks of life and of all ages the human skills of counseling and emotional support. This course has no text book, curriculum or theory, but has touched the hearts of thousands who have not only improved their life significantly, but are consistently reaching out to many others not only in India but also in other countries.

-
-
-
-

SHIKHA TANDON

- -
- - - -
-
-
-

Shikha Tandon is an Olympian, Arjuna awardee, India's fastest ever woman swimmer and the only Indian woman swimmer to win a medal at the Asian Open level. She has won 37 International and 146 National medals, and created 75 National Records. Holding a Bachelor of Science degree in Biotechnology, Genetics, and Biochemistry, and two Master of Science degrees in Biotechnology and Biology, she is a stellar academic too. She is involved in multiple capacities in sport and health technology, and is also on the Board of Advisors (Olympic Council) of an India-based organization, spirited about developing education and sport in India.

-
-
-
-
-
-

SHASAA TIRUPATI

- -
- - - -
-
-
-

Born in Srinagar and raised in Vancouver, Shashaa Tirupathi is a multilingual singer who has sung recent bollywood hits such as- ‘The Humma song’ and ‘Baarish’ as well as award-winning Tamil songs-'Naane Varugiren’ and ‘Aye Mr. Minor’, both composed by AR Rahman. After giving up the opportunity to pursue a pre-medical degree in Canada to follow the musical notes, she has toured extensively with AR Rahman and has been a part of his coke studio episode. She has sung Tamil, Hindi, Telugu, Punjabi, Malayalam, Kannada, Bengali, Konkani, Arabic and English songs with equal melody and ease.

-
-
-
- -
-
-

MANVENDRA SINGH

- -
- - - -
-
-
-

The handsome and regal, Prince Manvendra SIngh Gohil is son of Maharaja Shri Raghubir Singhji and the probable heir to the throne of of Rajpipla. He is also the first openly gay prince in the world. In a brave move, he came out the public in 2006 after being convinced by journalist Chairantana Bhatt, whose article on this made headlines in India and all over the world and acted as an example for other LGBTQ+ community members to come forward. The prince is also the founder and chairman of the Lakshya trust, a group dedicated to HIV AIDS education and prevention.

-
-
-
- -
-
-

RAMANA POLAVARAPU

- -
- - - -
-
-
-

Blind by birth, he never let this 'disability' hinder his zeal. After securing a PhD from University of California, Davis in Economics, he was a faculty memver at University of Colarado. Having been software guy for the past 18 years, he is currently a data scientist at Goldman Sachs and takes great interest in music, mathematics and yoga.

-
-
- -
+

Speakers