Skip to content

Commit 620eb8d

Browse files
fix: sonarQube not scanning main branch and readme file update (#48) (#49)
1 parent 017b87d commit 620eb8d

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: SonarQube Cloud Analysis
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
- dev
48
pull_request:
59
types: [opened, synchronize, reopened]
610

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,22 @@ A high-performance web platform for a construction firm specializing in ETICS in
3838

3939
## 📋 About
4040

41-
Currently working on a side project that will serve as the official website for a construction services company that specializes in applying ETICS (External Thermal Insulation Composite Systems) to both commercial and residential properties, providing thermal and acoustic insulation solutions for their clients.
41+
**A real website for a real business — currently live and operating.**
42+
43+
A professional ETICS insulation firm needed a complete digital presence. No logo, no social media, and no website. I took total ownership of their digital identity, delivering a "0 to 1" solution:
44+
45+
- **Brand Identity:** Created a professional logo and visual style from scratch
46+
- **Social Strategy:** Launched their Facebook page and optimized their Instagram presence
47+
- **The Platform:** Developed a clean, SEO-optimized React site to bridge the gap between their craftsmanship and modern web standards
48+
49+
### Technical Implementation
4250

4351
Built with React and JavaScript, styled using Tailwind CSS and Shadcn UI components. The project follows a professional development workflow with GitHub Pages as a staging/test environment and Netlify for production deployment. Unit and component testing is handled with Vitest to ensure code reliability.
4452

45-
This is a frontend-focused website that leverages Netlify Forms for contact handling, eliminating the need for a complex backend infrastructure since there's no heavy business logic or database requirements involved.
53+
A frontend-focused website leveraging Netlify Forms for contact handling, eliminating the need for a complex backend infrastructure since there's no heavy business logic or database requirements involved.
4654

4755
Optimized for performance and SEO to maximize the company's online visibility. Fully responsive design ensuring a seamless experience across all devices.
4856

49-
A hands-on project bridging web development skills with real business needs.
50-
5157
## 🚀 Tech Stack
5258

5359
| Category | Technology |
@@ -57,7 +63,7 @@ A hands-on project bridging web development skills with real business needs.
5763
| Styling | Tailwind CSS |
5864
| UI Components | Shadcn UI |
5965
| Testing | Vitest |
60-
| Code Quality | [SonarQube Cloud](https://sonarcloud.io/summary/new_code?id=fernandotonacoder_chrisert) |
66+
| Code Quality | [SonarQube Cloud](https://sonarcloud.io/project/overview?id=fernandotonacoder_chrisert) |
6167
| Staging | GitHub Pages |
6268
| Production | Netlify |
6369
| Forms | Netlify Forms |

0 commit comments

Comments
 (0)