Skip to content

Commit f0703c8

Browse files
committed
update text on auth page & footer (auth and main page).
1 parent cc962cd commit f0703c8

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

views/index.ejs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@
246246
This page displays what projects 42 students are working on, allowing them to find peers to collaborate with.<br/>
247247
Clicking on a user will take you to their intra profile page.<br/><br/>
248248
<img class="inline" src="/public/new.svg"></img> indicates that the user's project status was changed in the last <%= userNewStatusThresholdDays %> days<br/><br/>
249-
Built by Joppe Koers/<a href="https://profile.intra.42.fr/users/jkoers">@jkoers</a><br/>
250-
Maintained by Noah Mattos Oudejans/<a href="https://profile.intra.42.fr/users/nmattos-">@nmattos-</a><br/>
251249
</div>
252250
<div class="description-right">
253251
This page is updated every <%= updateEveryHours %> hours. <br/><br/>
@@ -346,7 +344,7 @@
346344
</div>
347345

348346
<footer>
349-
<a href="https://github.com/codam-coding-college/find-peers">Source</a>
347+
<a href="https://github.com/codam-coding-college/find-peers">Source</a> | <i>Built by <a href="https://profile.intra.42.fr/users/jkoers">@jkoers</a></i> | <i>Maintained by <a href="https://profile.intra.42.fr/users/nmattos-">@nmattos-</a></i>
350348
</footer>
351349

352350
</body>

views/login.ejs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
5858
.login-container {
5959
margin: 40px 0;
60-
padding: 32px;
60+
padding: 48px;
6161
background: #1c566d;
6262
border-radius: 16px;
6363
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
@@ -68,8 +68,9 @@
6868
.login-title {
6969
font-size: var(--font-size-2);
7070
font-weight: bold;
71-
color: #4a98c5;
72-
margin-bottom: 24px;
71+
color: #ffffff;
72+
margin-bottom: 32px;
73+
margin-top: 32px;
7374
}
7475
7576
button {
@@ -90,6 +91,7 @@
9091
}
9192
9293
footer {
94+
color: gray;
9395
position: fixed;
9496
bottom: 16px;
9597
left: var(--root-padding);
@@ -120,14 +122,17 @@
120122
</div>
121123

122124
<div class="login-container">
125+
<div class="description-left">
126+
This page displays what projects 42 students are working on, allowing them to find peers to collaborate with.<br/>
127+
</div>
123128
<div class="login-title">
124129
Please login to continue
125130
</div>
126131
<button onclick="window.location.href='/auth/42'">Login with 42</button>
127132
</div>
128133

129134
<footer>
130-
<a href="https://github.com/codam-coding-college/find-peers">Source</a>
135+
<a href="https://github.com/codam-coding-college/find-peers">Source</a> | <i>Built by <a href="https://profile.intra.42.fr/users/jkoers">@jkoers</a></i> | <i>Maintained by <a href="https://profile.intra.42.fr/users/nmattos-">@nmattos-</a></i>
131136
</footer>
132137

133138
</body>

0 commit comments

Comments
 (0)