Welcome to the Kolodych.com website source code! This repository contains various resources for the Kolodych.com website.
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.
To get started with the project, follow these steps:
-
Clone the Repository
git clone https://github.com/serhii-kolodych/index.git
-
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"
-
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.
-
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
-
Push your branch to your fork:
git push fork your-branch-name
-
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.
For any questions or inquiries, please contact me at [email protected].