Skip to content

Commit 494c20a

Browse files
authored
Merge pull request for github pages
Add files via upload
2 parents 5899579 + e239aa7 commit 494c20a

2 files changed

Lines changed: 40 additions & 7 deletions

File tree

custom.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/* Override Cayman theme colors */
2+
body {
3+
background-color: #f0f0f0; /* Change the background */
4+
}
5+
6+
.page-header {
7+
background-image: linear-gradient(135deg, red, green, blue) !important;
8+
color: white !important;
9+
background-color: transparent !important;
10+
}
11+
12+
h2, h3, h4, h5, h6 {
13+
color: black !important;
14+
}
15+
16+
.page-header h2
17+
{
18+
color: white !important; /* But keep header text white inside the page header */
19+
}
20+
21+
a {
22+
color: blue; /* Change link color */
23+
}
24+
25+
.main-content hr {
26+
height: 2px;
27+
padding: 0;
28+
margin: 1rem 0;
29+
background-color: #a7a7a8;
30+
border: 0;
31+
}
32+

index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<link rel="stylesheet" href="custom.css">
2+
13
<p align="center">
24
<img src="view\src\assets\RGB-Icon.png" alt="Project Logo" width="200"/>
35
</p>
@@ -10,11 +12,10 @@ The goal is to improve how organizations communicate with members by replacing s
1012

1113
It features a user-friendly web application for content uploads and scheduling, an admin portal for content moderation and user management, and a backend system that validates and queues display content. This solution enhances member engagement, promotes sustainability by reducing paper use, and fits in small spaces where TVs are impractical.
1214

13-
---
14-
15-
## Contributors
15+
<hr>
1616

17-
- *Marianyelis Jimenez Mercedes* (marianyelis.jimenez1@upr.edu)
18-
- *Irsaris Pérez Rodríguez* (irsaris.perez@upr.edu)
19-
- *Jandel Rodríguez Vázquez* (jandel.rodriguez@upr.edu)
20-
- *Edimar Valentín Kery* (edimar.valentin@upr.edu)
17+
## Team Members
18+
- Marianyelis Jimenez Mercedes (marianyelis.jimenez1@upr.edu)
19+
- Irsaris Pérez Rodríguez (irsaris.perez@upr.edu)
20+
- Jandel Rodríguez Vázquez (jandel.rodriguez@upr.edu)
21+
- Edimar Valentín Kery (edimar.valentin@upr.edu)

0 commit comments

Comments
 (0)