diff --git a/about.html b/about.html new file mode 100644 index 0000000..98db5cf --- /dev/null +++ b/about.html @@ -0,0 +1,523 @@ + + + + The Family + + + + + + + + + + + + + + + + + + +
+
+
+
+

Our Family

+

Meet the different divisions of Phoenix and all the dedicated members.

+
+
+
+
+

The team works on a number of projects as a result of active participation in national and international competitions. We work on a lot of cool stuff as internal projects too.

+
+
+
+
+
+
+

Check out what our members are working on

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

Dr. Deepak Nair

+

Faculty Mentor

+
+
+
+
+
+
+ +
+
+

Yogesh Modi

+

Club Coordinator

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

Robotics

+
+
+
+
+

This divisions deals mostly with the hardware solutions. The members actively build upon ideas ranging from RC Planes and Line Following Robots to Quadcopters and Robowar and Robosoccer bots.

+
+
+
+
+
+
+
+ +
+
+

Rishabh Jain

+

Sub-Coordinator

+ +
+
+
+
+
+
+ +
+
+

Hemant Jindgar

+

Sub-Coordinator

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

Agraj Agarwal

+ +
+
+
+
+
+
+ +
+
+

Abhishek Thakur

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

A M Narasimha Reddy

+ +
+
+
+
+
+
+ +
+
+

Shaivya Bora

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

Madhu Vinay

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

Computer Vision

+
+
+
+
+

This division is involved in smart solutions to some prominent problems. The solutions are image processing based. Working on algorithms for best results is an appetite for the members.

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

Anushrut

+

Sub-Coordinator

+ +
+
+
+
+
+
+ +
+
+

Pankhuri Vanjani

+

Sub-Coordinator

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

Debdoot Mitra

+ +
+
+
+
+
+
+ +
+
+

Abhishek Tiwari

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

Raj Vaibhav Dubey

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

Embedded Systems

+
+
+
+

This division works with both hardware and software solutions. The essence here lies in the real time systems and independent working modules integrable with the bigger picture.

+
+
+
+
+
+
+ +
+
+

Manvendra Singh

+

Sub-Coordinator

+
+
+
+
+
+

+
+
+
+
+
+
+
+ +
+
+

Kajal Agarwal

+ +
+
+
+
+
+
+ +
+
+

Abhishek Yadav

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

Ayush Mahajan

+ +
+
+
+
+
+
+ +
+
+

Aman Bhardwaj

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

Siddharth Bhati

+ +
+
+
+
+
+
+ +
+
+

Yukti Mittal

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

Sumedha Rana

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

Quarks

+
+
+
+
+

This is the most diverse division with respect to it's functioning within the club. It is made up of graphic designers, content writers, website dvelopers and designers and social media promotion team.

+
+
+
+ +
+
+
+ +
+
+

Neha Jhamtani

+

Sub-Coordinator

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

Mohit Sharma

+ +
+
+
+
+
+
+ +
+
+

Robin Singh

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

Tanuj Soni

+ +
+
+
+
+
+
+ +
+
+

Neeraj B

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

Deepika Garg

+ +
+
+
+
+
+
+ +
+
+

Yash Agrawal

+ +
+
+
+
+ + +
+
+ + + + + + + \ No newline at end of file diff --git a/css/about.css b/css/about.css new file mode 100644 index 0000000..0f6c763 --- /dev/null +++ b/css/about.css @@ -0,0 +1,60 @@ +.divisions-container { + font-size: 50px; + text-align: center; + font-style: italic; +} + +.divisions-row { + padding-top: 5%; + padding-bottom: 5%; +} +.division-heading { + justify-content: center; + font-size: 100px; +} +.coordinator-image { + width: 200px; + height: 200px; + border-radius: 50%; +} +.member-image { + width: 100px; + height: 100px; + border-radius: 50%; +} +.card { + width: 100%; + height: 400px; + margin: 20px; + border: none; +} + +.card-img-top { + border-radius: 2%; +} +.row { + padding-right: 10px; + padding-left: 10px; +} + +.fa { + font-size: 25px; +} +.fa-facebook { + color: #4267B2; +} +.fa-linkedin { + color: #0077B5; +} +.fa-github { + color: #000000; +} +.checkout-text, .fa-chevron-right { + color: #FFA500; +} + +.division-info { + color: #FFA500; + font-size: 18px; + font-family: 'Average', serif; +} \ No newline at end of file diff --git a/css/index.css b/css/index.css index 2631a6c..613dcfe 100644 --- a/css/index.css +++ b/css/index.css @@ -38,9 +38,9 @@ body { align-items: center; min-height: 700px; } -} -.row { + +.club-row { padding-top: 5%; } diff --git a/index.html b/index.html index e624f33..1c3d595 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ Home (current)