Skip to content

daniel-su1/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

This is the source code for my personal website, deployed on Netlify at danielsu.ca.

Technologies

This project is built with vanilla HTML/CSS and JavaScript.

It's a lightweight, static website with no backend.

Structure

The project is structured as follows:

  • index.html: The main entry point for the website.
  • app.css: CSS stylesheet for the index.html page.
  • app.js: JavaScript file to handle animations and responsive UI.
  • img/: Directory for all the images used in the website.

Running locally

You can run this project locally by simply cloning the repository and opening index.html in your browser. Here's how you do it step-by-step:

  1. Clone the repository:
    git clone https://github.com/daniel-su1/site.git
    
  2. Navigate to the project folder:
    cd site
    
  3. Open index.html with your preferred web browser:
    open index.html
    

Deployment

This website is deployed on Netlify. To deploy a version of this website yourself, you can follow these steps:

  1. Push your code to a repository on GitHub, GitLab, or Bitbucket.
  2. Sign up or log in to your Netlify account.
  3. Click the "New site from Git" button on the sites page.
  4. Choose your repository and branch.
  5. Click "Deploy site".

Now Netlify will build and deploy your site whenever you push changes to your chosen branch.

Contributions

This is my personal website and I'm not currently looking for contributions. However, if you have any suggestions or feedback, feel free to open an issue or send me a pull request.

Contact

If you want to contact me you can reach me at daniel.su@uwaterloo.ca.

About

Personal website in development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published