Skip to content

serhii-kolodych/index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kolodych.com Web Development Projects

Welcome to the Kolodych.com website source code! This repository contains various resources for the Kolodych.com website.

Contents

  • index.html: Main page for Kolodych.com.
  • styles.css: Main CSS file for the project.
  • background.js: JavaScript file for background matrix effects.
  • script.js: JavaScript file for button functionalities.
  • tracking.js: JavaScript for Google Analytics / Microsoft Clarity tracking.
  • send_email.php: PHP script for handling email submissions.
  • 404.html: Custom 404 error page.
  • website/: Folder with articles and images related to them.
  • src/: Folder containing additional images and files.
  • favicon/: Folder containing favicon files.
  • z-files: new ideas and prototypes.
  • LICENSE: The license under which the project is distributed.

Getting Started

To get started with the project, follow these steps:

  1. Clone the Repository

    git clone https://github.com/serhii-kolodych/index.git
  2. Make Your Changes

Edit or add files as needed. Once you’ve made the changes, stage and commit them:

git add .
git commit -m "yeeey"
  1. Fork the Repository

    Go to the repository page on GitHub in your web browser: https://github.com/serhii-kolodych/index

    Click the Fork button at the top right of the page to create a fork of the repository in your GitHub account.

  2. Add Your Fork as a Remote

    Add your forked repository as a new remote:

    Replace <your-username> with your GitHub username:

    git remote add fork https://github.com/<your-username>/index.git
  3. Push your branch to your fork:

    git push fork your-branch-name
  4. Create a Pull Request

    Go to your fork on GitHub (https://github.com/_your-username_/index).

    You should see a prompt to create a pull request. Click "Compare & pull request."

    Add a title and description for your changes, then submit the pull request.

    The repository owner (serhii-kolodych) will review your pull request and, if everything looks good, merge your changes into the original repository.

Contact

For any questions or inquiries, please contact me at serhii@kolodych.com.

About

KOLODYCH.com website source folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published