[PR #7] [MERGED] Feat/home #8

Closed
opened 2026-05-06 16:09:07 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/projet-web-cipa4/pull/7
Author: @ClementHVT
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @BreizhHardware

Base: mainHead: feat/home


📝 Commits (10+)

📊 Changes

32 files changed (+2395 additions, -1429 deletions)

View changed files

📝 .github/workflows/deploy.yml (+5 -0)
📝 README.MD (+1 -6)
📝 bruno/Trips/Create Trip.bru (+0 -2)
bruno/Vehicles/Add Vehicle.bru (+0 -22)
css/base.css (+435 -0)
📝 css/components.css (+190 -125)
css/home.css (+229 -0)
css/profile.css (+97 -0)
css/publish.css (+113 -0)
📝 css/style.css (+3 -899)
📝 img/Hero.png (+0 -0)
img/city.png (+0 -0)
📝 index.html (+167 -24)
📝 index.php (+12 -4)
📝 js/app.js (+4 -4)
📝 js/components/TripCard.js (+89 -84)
js/profile.js (+155 -0)
📝 js/trip-list.js (+16 -1)
📝 php/classes/Security.php (+1 -1)
📝 php/controllers/TripController.php (+75 -1)

...and 12 more files

📄 Description

HomePage :

  • Hero
  • Search bar
  • Trip cards
  • Advantages footer

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/projet-web-cipa4/pull/7 **Author:** [@ClementHVT](https://github.com/ClementHVT) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `feat/home` --- ### 📝 Commits (10+) - [`471c608`](https://github.com/BreizhHardware/projet-web-cipa4/commit/471c608075f10c112708400fac55d2f5e10115d6) feat: hero, search bar, advantages - [`fa4ae16`](https://github.com/BreizhHardware/projet-web-cipa4/commit/fa4ae16a650d4d1325a942f6633cfd60880b2b9b) feat: search bar - [`ca84283`](https://github.com/BreizhHardware/projet-web-cipa4/commit/ca842830c62161a5a7e0f5026eaa898eb1b050a2) feat: advantages - [`1401c5d`](https://github.com/BreizhHardware/projet-web-cipa4/commit/1401c5d0cc76e1a38def6406ebb891fe2a2fb6c4) Merge remote-tracking branch 'origin/main' into feat/home - [`9bca2f0`](https://github.com/BreizhHardware/projet-web-cipa4/commit/9bca2f0f33f80f5d2b4ee79fea07449677fead63) feat: homepage trips - [`0c63490`](https://github.com/BreizhHardware/projet-web-cipa4/commit/0c63490b53674aed74331b3c90977c0793e7b9f3) feat: update Content Security Policy to include code.iconify.design - [`0acbd9a`](https://github.com/BreizhHardware/projet-web-cipa4/commit/0acbd9a8ea1692b9b56612f91db38e4bb3624557) fix: css variables - [`f558dc9`](https://github.com/BreizhHardware/projet-web-cipa4/commit/f558dc97165e17cc46264fe268ed34d0cbdef00f) feat: update Content Security Policy to include connect-src directives - [`7938efd`](https://github.com/BreizhHardware/projet-web-cipa4/commit/7938efd6213c948e1acd5ea4fcee52d8570b0644) Merge branch 'feat/home' of https://github.com/BreizhHardware/projet-web-cipa4 into feat/home - [`e4ee39d`](https://github.com/BreizhHardware/projet-web-cipa4/commit/e4ee39d86274b993850aebda404d2e75c093dd8a) Feat/my account (#8) ### 📊 Changes **32 files changed** (+2395 additions, -1429 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy.yml` (+5 -0) 📝 `README.MD` (+1 -6) 📝 `bruno/Trips/Create Trip.bru` (+0 -2) ➖ `bruno/Vehicles/Add Vehicle.bru` (+0 -22) ➕ `css/base.css` (+435 -0) 📝 `css/components.css` (+190 -125) ➕ `css/home.css` (+229 -0) ➕ `css/profile.css` (+97 -0) ➕ `css/publish.css` (+113 -0) 📝 `css/style.css` (+3 -899) 📝 `img/Hero.png` (+0 -0) ➕ `img/city.png` (+0 -0) 📝 `index.html` (+167 -24) 📝 `index.php` (+12 -4) 📝 `js/app.js` (+4 -4) 📝 `js/components/TripCard.js` (+89 -84) ➕ `js/profile.js` (+155 -0) 📝 `js/trip-list.js` (+16 -1) 📝 `php/classes/Security.php` (+1 -1) 📝 `php/controllers/TripController.php` (+75 -1) _...and 12 more files_ </details> ### 📄 Description HomePage : * Hero * Search bar * Trip cards * Advantages footer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:09:07 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/projet-web-cipa4#8
No description provided.