diff --git a/assets/img/Deepika Meena.jpg b/assets/img/Deepika Meena.jpg new file mode 100644 index 0000000..8622f73 Binary files /dev/null and b/assets/img/Deepika Meena.jpg differ diff --git a/assets/img/Jitendra Sharma.jpg b/assets/img/Jitendra Sharma.jpg new file mode 100644 index 0000000..01eadc8 Binary files /dev/null and b/assets/img/Jitendra Sharma.jpg differ diff --git a/assets/img/Sunidhi Chauhan.png b/assets/img/Sunidhi Chauhan.png new file mode 100644 index 0000000..6e71ba8 Binary files /dev/null and b/assets/img/Sunidhi Chauhan.png differ diff --git a/assets/js/chart_2024.js b/assets/js/chart_2024.js new file mode 100644 index 0000000..d079d6e --- /dev/null +++ b/assets/js/chart_2024.js @@ -0,0 +1,85 @@ +// Define a plugin to provide data labels +Chart.plugins.register({ + afterDatasetsDraw: function(chart, easing) { + // To only draw at the end of animation, check for easing === 1 + var ctx = chart.ctx; + + chart.data.datasets.forEach(function (dataset, i) { + var meta = chart.getDatasetMeta(i); + if (!meta.hidden) { + meta.data.forEach(function(element, index) { + // Draw the text in black, with the specified font + ctx.fillStyle = 'rgb(0, 0, 0)'; + + var fontSize = 16; + var fontStyle = 'normal'; + var fontFamily = 'Helvetica Neue'; + ctx.font = Chart.helpers.fontString(fontSize, fontStyle, fontFamily); + + // Just naively convert to string for now + var dataString = dataset.data[index].toString(); + + // Make sure alignment settings are correct + ctx.textAlign = 'center'; + ctx.textBaseline = 'middle'; + + var padding = 5; + var position = element.tooltipPosition(); + ctx.fillText(dataString, position.x, position.y - (fontSize / 2) - padding); + }); + } + }); + } +}); +var ctx = document.getElementById("myChart").getContext('2d'); +ctx.height = "200px"; +var myChart = new Chart(ctx, { + type: 'bar', + data: { + labels: [ "7-Jun", "10-Jun", "12-Jun", "14-Jun", "17-Jun", "19-Jun", "21-June 'IDY'"], + datasets: [{ + label: '# of Suryanamaskars', + data: [12, 24, 48, 60, 72, 84, 108], + backgroundColor: [ + // 'rgba(255, 99, 132, 0.2)', + 'rgba(54, 162, 235, 0.2)', + 'rgba(255, 206, 86, 0.2)', + 'rgba(75, 192, 192, 0.2)', + 'rgba(153, 102, 255, 0.2)', + 'rgba(255, 159, 64, 0.2)', + 'rgba(255, 99, 132, 0.2)', + 'rgba(54, 162, 235, 0.2)', + 'rgba(255, 206, 86, 0.2)', + 'rgba(75, 192, 192, 0.2)', + 'rgba(153, 102, 255, 0.2)', + 'rgba(255, 159, 64, 0.2)', + 'rgba(75, 192, 192, 1.0)' + ], + borderColor: [ + // 'rgba(255,99,132,1)', + 'rgba(54, 162, 235, 1)', + 'rgba(255, 206, 86, 1)', + 'rgba(75, 192, 192, 1)', + 'rgba(153, 102, 255, 1)', + 'rgba(255, 159, 64, 1)', + 'rgba(255,99,132,1)', + 'rgba(54, 162, 235, 1)', + 'rgba(255, 206, 86, 1)', + 'rgba(75, 192, 192, 1)', + 'rgba(153, 102, 255, 1)', + 'rgba(255, 159, 64, 1)', + 'rgba(75, 192, 192, 1.0)' + ], + borderWidth: 1 + }] + }, + options: { + scales: { + yAxes: [{ + ticks: { + beginAtZero:true + } + }] + } + } +}); diff --git a/idy2024/img/back.jpg b/idy2024/img/back.jpg index 329104f..45e71c6 100644 Binary files a/idy2024/img/back.jpg and b/idy2024/img/back.jpg differ diff --git a/idy2024/index.html b/idy2024/index.html index 970c4ff..c787111 100644 --- a/idy2024/index.html +++ b/idy2024/index.html @@ -93,7 +93,7 @@

Common Yoga Protocol

Time: 6:00-8:30 AM

- Details + Details
@@ -126,7 +126,7 @@

Yogathon
(108 Surya Namaskar Challenge)

Time: 5:30-7:00 PM

- Details + Details
@@ -339,31 +339,92 @@

T-Shirt Design Competition

- -
-
- -
-
- -
-
-
-

-
- -
-
-
-
+
+ +
+ +

Best Yogasana

+ +

Online mode

+ + +

Contact: +91 6303698738 (Devilal)

+
-
- +
+ +
+ +
+ +

Quiz

+ +

Online mode

+ + +

Contact: +91 6303698738 (Devilal)

+ +
+
+ +
+ +
+ +

Poster making competition

+

Date - June 15, 2024

+

Offline mode

+ + +
+
+ +
+ +
+ +

Meme Making Competition

+ +

Online mode

+ +
+
+ +
+ +
+ +

Slogan Competition

+ +

Online mode

+ +
+
+
+ +
+ +

Tratak Competition

+ +

Offline mode

+ +
+ + +
@@ -596,7 +657,7 @@

Some Words


-
Overall Co-ordinators: Harish Kumbar (9116071709) and Shubham Giri (9733535102)
+
Leading Team: Shachi Bajpai (8850304401), Shubham Giri (9733535102), Harish Kumbar (9116071709) and Jitendra Sharma (8519023503)
Contact us at
yogastha.iitb@gmail.com
diff --git a/index.html b/index.html index 4887290..2d8901d 100755 --- a/index.html +++ b/index.html @@ -672,7 +672,7 @@

International Day of Yoga 2015

-

+

Workshops
@@ -683,7 +683,7 @@

International Day of Yoga 2015

-

+

Talks
@@ -694,7 +694,7 @@

International Day of Yoga 2015
-

+

Participants
@@ -705,7 +705,7 @@

International Day of Yoga 2015
-

+

IDY
@@ -789,33 +789,33 @@
- Shubham + Shubham
-

Shubham Giri

-

Overall Co-ordinator,Yogastha

-

+91 97335 35102

+

Jitendra Sharma

+

Manager, Yogastha

+

+91 8519023503

- Harish + Harish
-

Harish Kumbar

-

Overall Co-ordinator,Yogastha

-

+91 91160 71709

+

Sunidhi Chauhan

+

Interim Manager, Yogastha

+

+91 9896763092

- Narayan photo + Narayan photo
-

Narayana Rao

-

Manager, Yogastha

-

+91 77995 77546

+

Deepika Meena

+

Interim Manager, Yogastha

+

+91 6378599508

diff --git a/pages/CYP_2024.html b/pages/CYP_2024.html new file mode 100644 index 0000000..1a23bb9 --- /dev/null +++ b/pages/CYP_2024.html @@ -0,0 +1,437 @@ + + + + + + + + CYP-2023 + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+

+ International Day of Yoga +

+

+ Common Yoga Protocol | 21 st June +

+
+ +
+
+ +
+

Common Yoga Protocol (CYP) is one of the most popular Yoga programs across the globe and will remain at the heart of the International Day of Yoga (IDY) like always. You & your family are requested to join thousands of others on this day (Venue: Indoor Badminton court, Opposite Hostel-3) at IIT Bombay by doing the 45-minute long CYP drill (Participation Entry starts at 6.00 AM on 21st June 2023). It was designed to be easily adoptable by all, irrespective of age and gender. Training sessions will help you to practice this more easily. (Individuals facing health problems should consult a physician before starting a Yoga practice.)

+ + +
+ + + + +
+
Four Practice session for CYP offered by Yogastha

+ +

Date: 11, 13, 18 and 19 June

+

Time: 6:30-7:30 AM

+

Venue of the practice session: Yoga room, 3rd floor, MPH, New Gymkhana Building, opposite to Hostel 11

+
+ Those participants who attend 2 out of 4 practice sessions along with the Common Yoga Protocol Event on 21st June will receive a surprise gift + + + + +
+ live streaming +
+
+
+
+
+
+

Instruction video for CYP

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

Other regional Languages

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ Kannada +
+
+ +
+
+
+ Marathi +
+
+ + +
+
+ Bengali +
+
+ + +
+
+ Tamil +
+
+
+
+ Urdu +
+
+
+
+ Telugu +
+
+ + +
+
+ Punjabi +
+
+
+
+ Oriya +
+
+ +
+ + + + +
+
+ + + + +
+
Download Common Yoga Protocol Document
+
+ + + + + +
+ + + + + + + + +
+
+
+
+ +
+
+
+
+ +
+ + + + + + + + + + + + + diff --git a/pages/yogathon2024.html b/pages/yogathon2024.html new file mode 100644 index 0000000..c53183f --- /dev/null +++ b/pages/yogathon2024.html @@ -0,0 +1,941 @@ + + + + + + + + Yogathon-2023 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + +
+ + + + + + + + + + + +
+ +
+ YOGATHON +
108 Suryanamaskar Challenge
+ +

+ International Day of Yoga | 21 st June +

+
+
+
+
+ + + + + +

*Registration is mandatory for participation
+
Those participants who successfully complete the challenge will earn goodies + + +
Six Practice sessions for Yogathon offered by Yogastha

+

Date: 7, 10, 12, 14, 17 and 19 June

+

Time: 7:00 - 8:00 PM

+

Venue of the practice session: Yoga room, 3rd floor, MPH, New Gymkhana Building, opposite to Hostel 11

+
+ + + + + + + + + +
+ live streaming +
+
+
+
+
+
+
+
Preparation for YOGATHON
+ + +
+ + +
+ + + + +
+ + + + + + + Surya Namaskar Counts + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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

Counts for Surya Namaskar

+
+
+
+
+ Suryanamaskar asanas +
+ + +

+ + + +

+
+ + + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ Approx. total time: +
+
+ +
+ +
+ "Surya Namaskar" or "Sun Salutation" consists of 12 asanas with 9 unique + Yoga postures. +
    +
  • Fast paced Surya Namaskar is good for building stamina.
  • +
  • Slow paced Surya Namaskar, (by holding each posture for some time), is good for + increasing flexibility, endurance and concentration.
  • +
  • Daily practice of Surya Namaskar: +
      +
    • improves metabolism,
    • +
    • helps in weight management,
    • +
    • improves cardio-vascular health,
    • +
    • relaxes the mind.
    • +
    +
  • +
+ After completion of Surya Namaskar sit in a meditative posture for few minutes filling yourself with + gratitude towards nature. You may practice Surya Namaskar early in the morning or in the evening with a gap + of at least 2 hours after any meal. Read below for details about each asana (posture). +
+ + +
+
+ + + +
+
+ + +
+
+

Step 0: Starting position

+ Starting position +
+ Before you start: Do some loosening exercises such as neck movements, arms, wrist, + waist, knee and ankle rotations. Use a soft Yoga mat of at least 4mm thickness. +

+ Posture: Move to the front of the mat and stand comfortably with feet about 2 + inches apart. Roll back your shoulders with both your arms by the side of your body. Stand straight + with your spine erect.

+ Breathing: Breathe at a natural rhythm. +
+
+
+ + + +
+
+

Step 1: Pranamasan

+ Pranam asan +
+ Pranam is a gesture made for greeting somebody.
+ Transition: Breathe in and out as you bring your palms together in namaskar mudra + in front of your chest. +

+ Posture: Stand with spine erect with thumbs at the centre of the chest. Fill + yourself with gratitude towards the nature. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 2: Hastauthanasan

+ Hasta uthan asan +
+ Hasta means hands and uthan means raised.
+ Transition: As you breathe in, stretch both your hands forward and raise them and + stretch your entire body. Now bend slightly backwards (from your lower back) and look upwards such + that your arms touch your ears. +

+ Posture: In the final position your arms would be touching your ears and you will + feel stretch in your complete body. Take care not to bend too much backwards as it may cause you to + loose balance and feeling of giddiness. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+

Step 3: Padahastasan

+ Padahastasan +
+ Pada means feet and hasta means hands.
+ Transition: As you breathe out, maintaining the stretch in your body bend forward + from your hip to point both your hands forward. You may now bend further by curving your back. + Try to place your palms by the side of legs. +

+ Posture: Try to maintain the tension in your back as you try to place your palms + besides your feet. If you can easily place your palms on the floor, then bend your elbows and push + further down. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 4: Ashwasanchalanasan

+ Ashwa sanchalan asan +
+ Ashwa means horse and sanchalan means control.
+ Transition: Place both hands on the floor besides your feet. As you breathe in, + move your right leg (during odd numbered suryanamaskar) or left leg (during even numbered + suryanamaskar) as much back as possible and place your knee and toe on the floor. The other leg in + front is almost perpendicular to the floor with the foot sole completely resting on the floor. The + app on this page says right when you need to move the right leg backward and left when you need to + move left leg backward. +

+ Posture: In the final posture you will be looking upwards constantly pushing your + hip towards the floor. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 5: Hastadandasan

+ Hasta dand asan +
+ Hasta means hand and dand means wooden pole.
+ Transition: Holding you breath inside, move the leg from forward to the back and + place it besides the other leg. Raise both knees off the floor. +

+ Posture: Try to maintain your complete body in a straight line as shown in the + picture. +

+ Breathing: Hold your breath for some time if you can before transitioning to the + next posture. +
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+

Step 6: Ashtanga namaskar

+ Ashtanga namaskar +
+ Asta means eight, anga means body and namaskar means salutation: Eight parts of the body touching + the floor for salutation.
+ Transition: Very slowly as you breathe out, lower you body to place your knees, + chest and chin on the floor raising your abdomen off the floor. +

+ Posture: Only eight parts of your body should be touching the floor, namely: chin, + chest, two hands, two knees and two toes. The abdomen should be kept as away from the floor as + possible. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 7: Bhujangasan

+ Bhujang asan +
+ Bhujang means snake (hence also known as cobra posture).
+ Transition: As you breathe in, slide further placing your abdomen on the floor and + raising your chin and chest off the floor. +

+ Posture: In this posture, try to look up and try to keep your shoulders away from + the ears without locking your elbows. Do not use lot of hand strength, instead try to use your back + muscles to raise your chin higher. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 8: Adhomukhaswanasan or Parvatasan

+ Adhomukha swan asan or Parvat asan +
+ Adhomukha means downward facing and swan means dog. Parvat means mountain.
+ Transition: As you breathe out, raise you back and knees to form an inverted + V-shape of the body. +

+ Posture: In this posture, try to push your heels to touch the floor creating a + tension in calf muscles. Also, try to push your head downwards, hence stretching your back. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+ + + +
+
+ + + +
+
+

Step 9: Ashwasanchalanasan

+ Ashwa sanchalan asan +
+ Transition: As you breathe in, bring your right leg or left leg (depending on odd + or even numbered Suryanamaskar) forward and place in-between your hands. The app on this page says + right or left depending on the current suryanamaskar number, hence alternating between left and + right leg. Place the knee of the other leg (the one behind) on the floor. +

+ Posture: In the final posture, look upwards and push your hip towards the floor. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 10: Padahastasan

+ Padahastasan +
+ Transition: As you breathe out, move the behind leg forward to place it besides + the other leg. Try to place your palms besides your feet. +

+ Posture: Try to maintain the tension in your back as you try to place your palms + besides your feet. If you can easily place your palms on the floor, then bend your elbows and push + further down. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+

Step 11: Hastauthanasan

+ Hastauthanasan +
+ Transition: As you breathe in, stretch both your hands forward and raise them + above your head and stretch your entire body. Now bend slightly backwards (from your lower back) and + look upwards such that your arms touch your ears. +

+ Posture: In the final position your arms would be touching your ears and you will + feel stretch in your complete body. Take care not to bend too much backwards as it may cause you to + loose balance and feeling of giddiness. +

+ Breathing: Breathe at a natural rhythm after reaching the final posture. +
+
+
+ + + +
+
+ + + +
+
+ + +
+
+

Step 12: Relaxation posture

+ Relaxation posture +
+ Transition: Without bending your hands as you breathe out, swing your hands from + sideways to place them beside your body. Keep your spine erect and relax as you get ready for the + next suryanamaskar. +

+ Posture: Relax your body. +

+ Breathing: Breathe at a natural rhythm and relax your body. +
+
+
+ + + +
+ + +

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