/Portfolio

This is my personal website.

Primary LanguageHTMLMIT LicenseMIT

Personal Website & Portfolio

Netlify Status

forthebadge

This is the codebase for my personal portfolio!

🚀 Live: https://ksaitarun.com

🏗 Structure

  • Articles: Source

    - title: "From Developer to Volunteer to Speaker @FOSSASIA"
      url: "https://medium.com/@saitarunkaniganti/from-developer-to-volunteer-to-speaker-fossasia-68e09715cb97"
    • img_alt, img_url, date and reading_time are optional.
    • title is used in place of img_alt, when required.
  • Projects: Source

    - title: SUSI.AI Android App
      made_for: FOSSASIA
      description: The DevFest Mobile application is for all the GDG Devfests around the world. You can see the agenda in the app as well as the speakers and other updates regarding the devfest. Made with Flutter, entirely by myself.
      img_url: /assets/work/susi.png
      img_type_logo: true
      source_url: https://github.com/fossasia/susi_android
      demo_url: https://play.google.com/store/apps/details?id=ai.susi
    • source_url and demo_url are optional and do not render if empty.
    • img_alt is also optional, instead we use title in place of img_alt.
    • img_type_logo is set to true, a CSS class .logo is added to the image. Effect: Reduced width.
  • Videos: Source

    - title: "Flutter Tutorial for Beginners #1 - Scaffold & AppBar Widgets"
      url: "https://www.youtube.com/watch?v=lulwjpEgoJg"
    • img_alt and img_url are optional.
    • title is used in place of img_alt, when required.

Meta

License: Distributed under the MIT License. See LICENSE for more information.