diff --git a/css/partners.css b/css/partners.css
index 19a462a..e970f56 100644
--- a/css/partners.css
+++ b/css/partners.css
@@ -1,69 +1,142 @@
main {
- padding: 3rem 0;
-
- h2 {
+ .hero {
+ background-color: #101426;
text-align: center;
- }
+ margin-bottom: 3rem;
+ max-width: 100%;
+ min-height: 340px;
+ padding-top: 12rem;
- ul {
- padding: 0 0 4rem 0;
- grid-template-rows: repeat(3, 1fr);
- justify-content: center;
- display: grid;
- gap: 3rem;
- list-style: none;
-
- li {
+ h1 {
+ font-size: 2rem;
+ font-weight: bold;
+ margin-bottom: 2rem;
+ color: white;
+ }
+
+ .button-group {
display: flex;
- transition: background-color 200ms;
- flex-direction: column;
- max-width: 30rem;
- position: relative;
- padding: 1rem;
- background-color: #e6f7ffd5;
- border-radius: 0.5rem;
+ justify-content: center;
+ gap: 2rem;
+ flex-wrap: wrap;
+
+ a {
+ width: 12rem;
+ }
+ }
+ }
+
+ .container {
+ max-width: 1100px;
+ margin: 3rem auto;
+ padding: 0 1rem;
+
+ .section-title {
text-align: center;
+ font-weight: bold;
+ font-size: 2.3rem;
+ margin-bottom: 2rem;
+ }
+
+ .partner-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ column-gap: 4rem;
+ row-gap: 1.3rem;
+ justify-items: center;
+ justify-content: center;
+ list-style: none;
+ margin: 4rem 2rem;
+ padding: 0;
- img {
- margin: auto;
+ li {
+ display: flex;
+ transition: background-color 200ms;
+ flex-direction: column;
+ max-width: 30rem;
width: 100%;
- max-width: 40rem;
+ height: 19rem;
+ position: relative;
+ /*Needed to expand link hitbox over whole card!!!*/
+ padding: 1rem 1.5rem;
+ background-color: #fff;
border-radius: 0.5rem;
- }
+ text-align: center;
- a {
- color: #000 !important;
- text-decoration: none;
- border: 2px solid transparent;
- font-size: 1.5rem;
- margin-top: 0.25rem;
- margin-bottom: 0.5rem;
- font-weight: 600;
- }
+ img {
+ margin: auto;
+ width: 100%;
+ max-width: 40rem;
+ border-radius: 0.5rem;
+ }
- /* Expand link hitbox over whole card */
- a::before {
- content: "";
- position: absolute;
- inset: 0;
- cursor: pointer;
- border: 2px solid transparent;
- border-radius: 0.5rem;
- transition: border-color 200ms;
+ a {
+ color: #95a3a5 !important;
+ /*Est-ce qu'on enleve le texte?*/
+ text-decoration: none;
+ font-size: 1.2rem;
+ margin-top: 0.25rem;
+ margin-bottom: 0.5rem;
+ font-weight: 600;
+ }
+
+ /* Expand link hitbox over whole card */
+ a::before {
+ content: "";
+ position: absolute;
+ inset: 0;
+ cursor: pointer;
+ border: 2px solid transparent;
+ border-radius: 0.5rem;
+ transition: border-color 200ms;
+ }
+
+ a:focus {
+ outline: none;
+ }
}
-
- a:focus {
- outline: none;
+
+ li:hover,
+ li:focus-within {
+ background-color: #e0dede;
+ /*maybe change these colors*/
+
+ a::before {
+ border-color: #000000;
+ }
}
}
- li:hover,
- li:focus-within {
- background-color: #e2f4ff;
+ .plan-button {
+ display: block;
+ margin: 2rem auto 0;
+ text-align: center;
+ max-width: 26rem;
+ }
+ }
- a::before {
- border-color: #65a7d3;
- }
+ .join-button {
+ background-color: #6571A7;
+ color: white;
+ padding: 0.8rem 3rem;
+ border: 2px solid white;
+ border-radius: 10px;
+ text-decoration: none;
+ font-weight: bold;
+ transition: background-color 0.3s ease;
+ font-size: 1.3rem;
+ }
+
+ .join-button:hover {
+ background-color: #535e91;
+ }
+}
+
+@media (max-width: 370px) {
+ .partner-grid {
+ li {
+ max-width: 15rem !important;
+ height: 15rem !important;
}
}
}
\ No newline at end of file
diff --git a/images/partenaires/PlanDePartenariat2025.pdf b/images/partenaires/PlanDePartenariat2025.pdf
new file mode 100644
index 0000000..c1e9416
Binary files /dev/null and b/images/partenaires/PlanDePartenariat2025.pdf differ
diff --git a/partenaires.html b/partenaires.html
index bff71a1..983e523 100644
--- a/partenaires.html
+++ b/partenaires.html
@@ -4,7 +4,8 @@
- Merci à tous nos partenaires.
-
-
-
- Vous souhaitez nous soutenir ? Investir dans la nouvelle économie du savoir ?
-
- Remplissez notre formulaire de don en
- ligne et bénéficiez de nombreux avantages corporatifs.
- Contactez-nous à l’adresse ApplETS@etsmtl.ca afin d’avoir plus
- d’information concernant les bénéfices que votre entreprise recevra. Vous pouvez aussi remplir notre
- formulaire de partenariat industriel afin de nous aider à créer des applications exceptionnelles pour la
- communauté étudiante.
-
+
+
+
+
Merci pour votre support !
+
+
+
+
+
\ No newline at end of file