Skip to content

Commit f3f8268

Browse files
committed
add website source link
1 parent 7e83fd6 commit f3f8268

2 files changed

Lines changed: 43 additions & 6 deletions

File tree

sass/main.scss

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,24 @@ header {
9191
#license_text {
9292
padding-left: 10px;
9393
padding-right: 10px;
94+
display: flex;
95+
justify-content: space-between;
96+
align-items: center;
97+
flex-wrap: wrap;
98+
gap: 0.5em;
99+
}
100+
101+
.source-link {
102+
margin-left: auto;
103+
104+
a {
105+
color: white;
106+
text-decoration: none;
107+
108+
&:hover {
109+
text-decoration: underline;
110+
}
111+
}
94112
}
95113

96114
#telegram_button {
@@ -144,7 +162,7 @@ header {
144162
}
145163
}
146164

147-
/* Lo stile dellancora che contiene licona */
165+
/* Lo stile dell'ancora che contiene l'icona */
148166

149167
/* Al passaggio del mouse */
150168

@@ -214,10 +232,6 @@ header {
214232
margin-top: 20px;
215233
}
216234

217-
header ul {
218-
flex-direction: column;
219-
}
220-
221235
.social-links {
222236
padding: 0;
223237
}
@@ -258,6 +272,16 @@ header {
258272
.license {
259273
font-size: 18px;
260274
}
275+
276+
#license_text {
277+
flex-direction: column;
278+
text-align: center;
279+
gap: 0.3em;
280+
}
281+
282+
.source-link {
283+
margin-left: 0;
284+
}
261285
}
262286

263287
@media (max-width: 350px) {
@@ -293,6 +317,11 @@ header {
293317
font-size: 16px;
294318
}
295319

320+
#license_text {
321+
font-size: 14px;
322+
gap: 0.2em;
323+
}
324+
296325
.sponsor {
297326
margin: 0;
298327
margin-bottom: 10px;
@@ -314,6 +343,10 @@ header {
314343
.license {
315344
font-size: 14px;
316345
}
346+
347+
#license_text {
348+
font-size: 12px;
349+
}
317350
}
318351

319352
@media (max-width: 230px) {
@@ -342,6 +375,10 @@ header {
342375
font-size: 12px;
343376
}
344377

378+
#license_text {
379+
font-size: 11px;
380+
}
381+
345382
.sponsor {
346383

347384
margin-top: 0;

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
</div>
9999
<div class="container license">
100-
<p id="license_text"> Copyright © 2005-2025 | End Summer Camp | CC BY-SA </p>
100+
<p id="license_text"> Copyright © 2005-2025 | End Summer Camp | CC BY-SA <span class="source-link"><a href="https://github.com/endsummercamp/endsummercamp.github.io">Website Source</a></span></p>
101101
</div>
102102
</body>
103103

0 commit comments

Comments
 (0)