diff --git a/fss/index.html b/fss/index.html index 693f12d..1ff0692 100644 --- a/fss/index.html +++ b/fss/index.html @@ -29,6 +29,7 @@ + @@ -46,9 +47,9 @@ + -
- -
+
+
+ squid-game-font +
@@ -327,28 +320,46 @@

Do you accept
the invitation?

    +
  • +

    Opening Ceremony

    + +
    Vedant & Shreya

  • - + +
  • +

    Getting Started with Angular

    + +
    Santosh Yadav, GDE Angular | GitHub Star

  • +

    Power of Open-source and our role in it!

    + +
    Chris Swan, Engineer at The @ Company

  • +

    Symbl.ai 101

    + +
    Akanksha Bhasin, DevRel at Symbl.ai

  • @@ -368,25 +379,47 @@

    Symbl.ai 101

      +
    • +
      +

      Building products using Python/Django

      + +
      + Nishant Parashar(Principal Engineer at Crater.club ) & Vighnesh Prasad (Lead Developer at ShareAcre) +

      +
    • +

      Insights to Azure HDInsight

      + +
      Niti Gupta, Software Engineer 2 at Microsoft

    • +
    • +
      +

      Build E2EE Applications without worrying about Backend & Infrastructure

      + +
      + Kevin Nickels & Colin Constable, Co-founder of The @ Company +

      +
    • +

      APIs 101 using Postman

      + +
      Ali Mustufa Shaikh, Student Community Lead at Postman

    • +

      Building a file server on Supabase

      - Thor Shaeff, DevRel & DX at Supabase + +
      + Thor Shaeff,DevRel & DX at Supabase

    • - +
    @@ -403,25 +436,47 @@

    Closing Ceremony

      -
    • +
    • +

      Hands on with SAWO

      + +
      Koishore Roy, Engineering Manager at SAWO Labs

    • +
    • +
      +

      Getting started with Node JS

      + +
      + Praveen Kumar, Full Stack JavaScript Specialist / YouTuber +

      +
    • +

      Machine Learning for the Web : An introduction to TensorFlow.JS

      + +
      Shivay Lamba, CTO at DarkHorse

    • +
    • +
      +

      Knowledge of Product Management a dev needs to know!

      + +
      + Ashish Ramamurthy, Associate Product Manager at SAWO Labs +

      +
    • +

      From production with security bugs

      - Nikhil Srivastava, Synack Legend, Lead Pentester at Cobalt.io | Kainat Kamal, Advanced Cyber Security Engineer at Honeywell + +
      + Nikhil Srivastava, Synack Legend, Lead Pentester at Cobalt.io | Kainat Kamal, Advanced Cyber Security Engineer at Honeywell

    • - +
    @@ -440,22 +495,34 @@

    Closing Ceremony

    • -

      Building Scalable Product for Startups

      - Jeph Paul, Lead - Web Engineering at Aviyel & Vineeth G S, Product Designer at Aviyel +
      +

      Building sustainable Open Source communities by Jose

      + +
      + Jose Kuttan,Founder of Aviyel

    • +

      Hyperledger Blockchain

      + +
      Kamlesh Nagware, CTO at Snapper Future Tech

    • +

      Python Microservices and its Frameworks (Sanic)

      + +
      Nikhil Kumar, Software Engineer at Deloitte

    • +

      Closing Ceremony

      + +
      DevScript Team

    • diff --git a/fss/schwags.html b/fss/schwags.html index 5545b5e..9d36399 100644 --- a/fss/schwags.html +++ b/fss/schwags.html @@ -515,7 +515,21 @@

      Sponsored Activities

- +
+
+
+ Symbl.ai Summarization API Challenge +
+
+

+ Summarize your favourite video using Symbl.ai Summarization API in 5 minuites and get a chance to win cash prizes and developer swag.(30) +

+
+
+
+ Join +
+
diff --git a/fss/styles.css b/fss/styles.css index 4902535..7149cba 100644 --- a/fss/styles.css +++ b/fss/styles.css @@ -502,7 +502,8 @@ section { grid-template-columns: 1fr 2fr; min-height: 60vh; width: 100%; - margin: 20px auto; + margin: 25px auto; + margin-bottom: 0; border-radius: none } @@ -2461,4 +2462,29 @@ text-align: center; width:50%; } -} \ No newline at end of file +} + +.join{ + display:flex; + flex-direction: row; + gap:3px; +} + +.gif{ + width:100%; + height:100%; +} + +.schedule-image{ + width:33%; + display: flex; + margin:30px auto; +} + +@media screen and (max-width:600px) { + .schedule-image{ + width:65%; + margin:20px auto; + } +} + diff --git a/fss/webimages/join.png b/fss/webimages/join.png new file mode 100644 index 0000000..8f1937a Binary files /dev/null and b/fss/webimages/join.png differ