Skip to content

Commit

Permalink
Adjustment to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Merinques committed Dec 22, 2024
1 parent 2b5ded2 commit 3e78a7a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# My Web Portfolio
Welcomer to my web portfolio. This repository contains the source code for my personal portfolio website developed as part of the Web Engineering course at the BFH.
Welcome to my web portfolio. This repository contains the source code for my personal portfolio website, developed as part of the Web Engineering course at the Bern University of Applied Sciences.


## Features
**Responsive Design:** The website is built with a responsive layout, ensuring it looks great on desktop, tablet, and mobile devices.
**Responsive Design:** The website is built with a responsive layout, ensuring it looks great on desktop, tablet.

**HTML, CSS, and JavaScript:** The site is primarily developed using HTML for structure, CSS for styling, and JavaScript for interactivity.

Expand All @@ -14,7 +14,15 @@ Welcomer to my web portfolio. This repository contains the source code for my pe
## Project Overview

### Sections of the Website
Work in Progress
**Home:** Introduces the website with animated text, animated background and a call-to-action scroll indicator.

**About:** Shares personal and professional information through text.

**Skill:** Showcases both technical and soft skills with interactive progress bars.

**Projects:** Displays a dynamic, interactive grid of projects fetched from GitHub.

**Contact:** Provides links to social media profiles and a mailto link for direct contact.


## Technologies Used
Expand All @@ -36,7 +44,13 @@ Work in Progress

**Accessibility:** Best practices in accessibility are followed to ensure the site is usable by all audiences.

**Performance:** Optimized for fast loading times and smooth transitions.


## Git Commit History
You can track my progress through the commit history of this repository. Each commit reflects a specific enhancement or feature implementation, documenting the development process over time.

## Challenges and Learnings
__Creative Direction:__ One of the hardest steps was deciding on the overall look and feel of the website. I found myself restarting several times because I wasn’t satisfied with the direction I had initially taken. This process taught me the value of iteration and not getting stuck in my head but instead taking action to create and improve.

__CSS Complexity:__ While CSS offers endless possibilities for styling and creativity, even small errors can cascade into larger issues, affecting the entire layout or functionality. Debugging these errors was often challenging, and I sometimes struggled to trace the source of a problem.

0 comments on commit 3e78a7a

Please sign in to comment.