Search code examples
htmlcssgithubslack

How to upload HTML to GitHub


I've been working on my senior project. My team made me do font end in bootstrap which I've done. They now want me to upload to bootstrap. Too embarrassed to say IDK. what do I do . one guy said i can send it over slack or upload to GitHub. Please, how do i upload to GitHub or send over slack my html and CSS.


Solution

  • You can upload your HTML & CSS files to a GitHub repository, rather than having to use Git to push your files to GitHub, as Chris said.

    All you need to do is:

    1. Make a new, empty GitHub repository and fill out some information about your repository (make sure you are logged in to GitHub or made a GitHub account already!)
    2. Once you have created the repository, click "uploading an existing file"
    3. Drag & drop your HTML & CSS files or choose your HTML/CSS files manually.