From f8163963f032b87642ae9d5ebde096ec34227cab Mon Sep 17 00:00:00 2001 From: Mridul-2003 <110475111+Mridul-2003@users.noreply.github.com> Date: Sat, 15 Oct 2022 13:49:43 +0530 Subject: [PATCH] Add files via upload --- HTML/Tribute page/Tribute.html | 79 ++++++++++++++++++++++++++++++++++ HTML/Tribute page/tribute.css | 54 +++++++++++++++++++++++ 2 files changed, 133 insertions(+) create mode 100644 HTML/Tribute page/Tribute.html create mode 100644 HTML/Tribute page/tribute.css diff --git a/HTML/Tribute page/Tribute.html b/HTML/Tribute page/Tribute.html new file mode 100644 index 00000000..14dce5ee --- /dev/null +++ b/HTML/Tribute page/Tribute.html @@ -0,0 +1,79 @@ + + + + + Tribute to Raju Srivastav + + + + + +
+

Tribute to Raju Srivastav

+
+ +
+

Raju Srivastav

+
+

Great Comedy King

+
+
+ +
+
+ +
+

Early life

+
+

He was born in 1963 in Kanpur city in the state of + Uttar Pradesh. His father Ramesh Srivastav was a poet. + In his childhood Srivastav liked to mimic film stars + including Amitabh Bachchan. +

+
+ +
+
+ +
    +
  • Birth Name - Satyaprakash Srivastav
  • +
  • Born - 25 December 1963 + Kanpur, Uttar Pradesh, India
  • +
  • Died - 21 September 2022 (aged 58) + New Delhi, India
  • +
  • Genres - Observational Comedy
  • +
  • Spouse - Shikha Srivastav ​(m. 1993)
  • +
  • Notable works and roles - Standup comedy on The Great Indian Laughter Challenge +
  • + +
+
+
+

Career

+
+
+

In 1980s he moved to Mumbai, and started his career by doing small roles in Bollywood films.He had a part in the Rajshri Productions movie Maine Pyar Kiya and other small roles in various movies such as Baazigar and Bombay to Goa.He worked as an actor and comedian in the Bollywood movie Aamdani Atthanni Kharcha Rupaiya. + + In 2005, ventured into stand-up comedy with the talent show The Great Indian Laughter Challenge and finished as second runner-up. Then he took part in its spin-off, The Great Indian Laughter Challenge – Champions, and won the title of "The King of Comedy".He became famous with this show.By 2009, he had done more than 2,800 live shows. + + In 2009, in an interview, he said the vulgarity in comedy shows was a concern for him. He believed that comedians should practice self-regulation. Srivastav participated in Bigg Boss (Hindi season 3), the Indian counterpart of the Big Brother (franchise). After staying in the house for more than two months he was voted out on 4 December 2009. In 2010, Srivastav received threatening calls from Pakistan warning him not to crack jokes on underworld don Dawood Ibrahim and Pakistan during his shows. + + In 2013, Raju along with his wife participated in Nach Baliye season 6, which is a couples dance show on StarPlus. He has also appeared on Comedy Nights with Kapil. + + In 2016, he appeared in Mazaak Mazaak Mein, a Hindi reality television talent competition. + + In 2019 participated in the comedy show Comedy Ka Maha Muqabala. + +

+
+
+
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/HTML/Tribute page/tribute.css b/HTML/Tribute page/tribute.css new file mode 100644 index 00000000..c64c757e --- /dev/null +++ b/HTML/Tribute page/tribute.css @@ -0,0 +1,54 @@ +*{ + padding:0; + margin:0; +} +header{ + width:65%; + margin-left: auto; + margin-right: auto; + text-align:center; +} +header .title{ + justify-content:center; + text-align:center; + background-color: antiquewhite; + +} +.title h1{ + margin-top:30px; +} +.title p{ + font-weight: bold; +} +.image img{ + height:auto; + width:100%; + display:block; + flex-wrap:wrap; + border:3px solid black; +} +body{ + width:65%; + margin-left: auto; + margin-right: auto; + +} +body .info{ + justify-content:center; + text-align:center; + font-family:sans-serif +} +.info h2{ + margin-top:30px; +} + + +.col-md-12{ + background-color:gold; + border: 2px solid red; +} +.career{ + background-color:gold; + border: 2px solid red; + +} \ No newline at end of file