A minimal, responsive website for a psychotherapist and transformational coach. The website is designed to be easily maintainable and automatically published through GitHub.
- Go to your GitHub repository at https://github.com/alentodorov/therapy-website
- Click on the
index.html
file - Click the pencil icon (Edit this file) in the top-right corner
- Make your desired changes to the content
- At the bottom of the page, add a short description of your changes (e.g., "Updated contact information")
- Click the green "Commit changes" button
- Your changes will be automatically published to the live website within a few minutes
- The website is like a book that everyone can read
- The "main" branch is like the official copy of that book
- Creating a new branch is like making a private draft that nobody else can see
- When you make changes in a new branch, it's like writing in your private draft - the real book (the website) won't update until you merge that draft back
So, when updating the website:
- DON'T create a new branch (don't make a private draft)
- DO commit directly to "main" (write directly in the official copy)
- This way, your changes will go live immediately!
The website content is organized into clear sections in the index.html
file:
- Header with your profile information
- Introduction and background
- Your approach to therapy
- Contact section
- About section with your qualifications and associations
Common updates you might want to make:
- Update text content
- Add/modify qualifications
- Update professional associations
- Change contact information
- Modify the consultation booking link
The website uses Tachyons CSS utility classes for quick spacing adjustments. You can add these classes to any element to add margin or padding:
Margin classes (space around elements):
mb1
= small margin bottom (0.25rem)mb2
= medium margin bottom (0.5rem)mb3
= large margin bottom (1rem)mb4
= extra large margin bottom (2rem)
You can also use:
mt1
tomt4
for margin topml1
toml4
for margin leftmr1
tomr4
for margin right
Example from the "My approach" section:
<p class="mb3">I combine Transactional Analysis and Transformational Coaching...</p>
This adds a nice space (1rem) below the paragraph.
- Don't modify the
styles.css
file unless you're familiar with CSS - Keep the file structure as is
- Make sure to always push your changes to GitHub for them to go live
- The website will automatically update within a few minutes after pushing
If you need assistance with making changes or encounter any issues, please contact your web developer, and brother Alen Todorov.
index.html
- Main content (this is the file you'll edit most often)styles.css
- Styling (avoid editing unless necessary)alena-todorov-life-coach-london.jpg
- Profile image