Giter VIP home page Giter VIP logo

kingsahil.github.io's Introduction

<style>
    body {
        background-color: white;
        color: black;
    }

    .dark-mode {
        background-color: black;
        color: white;
    }
</style>   

Toggle Mode

<script> function toggleMode() { var body = document.body; body.classList.toggle("dark-mode"); var toggleButton = document.querySelector("button"); if (body.classList.contains("dark-mode")) { toggleButton.textContent = "Light Mode"; } else { toggleButton.textContent = "Dark Mode"; } } function setModeBasedOnTime() { var body = document.body; var currentTime = new Date().getHours(); if (currentTime >= 13 || currentTime < 6) { body.classList.add("dark-mode"); } else { body.classList.remove("dark-mode"); } } window.onload = function() { toggleMode(); setModeBasedOnTime(); }; </script> <title>๐Ÿ’ซ About Me:</title>
<link rel="stylesheet" href="/assets/css/style.css?v=8737f1e8dd8133de2714d8fe183a5a58dca8f8cb">
  <h1 id="-about-me">๐Ÿ’ซ About Me:</h1>

I am Sahil Gupta
A coder
A scientist
A basketball player

๐ŸŽฎ My Game:

Howโ€™s my game?
Coco The Runner

๐Ÿซ™ Repository

KingSahil

๐Ÿ’ธ Donation:

"Buy Me A Coffee"

๐ŸŒ Socials:

Discord Quora YouTube

๐Ÿ’ป Tech Stack:

Python MySQL HTML5 GithubPages Adobe Photoshop Adobe Premiere Pro

๐Ÿ“Š GitHub Stats:



๐Ÿ† GitHub Trophies

โœ๏ธ Random Dev Quote

๐Ÿ” Top Contributed Repo


</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>

kingsahil.github.io's People

Contributors

kingsahil avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.