Code Monkey home page Code Monkey logo

cuadvancelab.github.io's Introduction

This repository contains the code for the lab's website hosted on Github pages and can be accessed at https://cuadvancelab.github.io

Helpful links

  • Bootstrap. Learn bootstrap. Boostrap is used for fast styling to avoid styling things like buttons from scratch. This reduced the amount of custom styles written.

Deployment Information

This website is hosted on Github pages Here is a short guide

Making Changes to the Website

  1. Fork this repository
  2. Clone the forked repo to get a local copy on your system
  3. Cd in the repo
  4. From your web browser open the index.html or start a simple python3 server with python3 -m http.server in the project directory
  5. Check the branch you are on: git branch
  6. Create a new branch to work on your changes: git branch <branch name>
  7. Switch to the new branch: git checkout <branch name>
  8. Make your changes, you have to refresh the page to see your changes
  9. Check files that have changed: git status
  10. Add changed files: git add <file> or git add -A
  11. Commit changes: git commit -m "your message"
  12. Push changes to your forked repo: git push
  13. Go back to your repository where you created your fork and follow the instructions on github to create a pull request (PR). Note, the 'head branch' should be the branch you made your changes in (the branch you created above). The 'base branch' should be 'main'. Don't forget to add a little description of your changes. Code maintainers will review the changes and merge it, if you are a collaborator you can review and merge immediately.
  14. Once merged, the changes should reflect on the website

Note: On subsequent changes, you have this repo already in your local machine and a fork on your github repository. To keep the forked repository up to date with the original repository, follow these instructions

cuadvancelab.github.io's People

Contributors

burunkus avatar keyanub avatar cuadvancelab 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.