mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 23:36:28 -04:00
links update
This commit is contained in:
parent
c6aa2d6a41
commit
b543747b31
@ -273,8 +273,8 @@ button:hover,
|
||||
border-width: 2px;
|
||||
background-color: #ffffff00;
|
||||
}
|
||||
.button.button-producthunt:hover,
|
||||
.button.button-producthunt:focus {
|
||||
.button.button-highlight:hover,
|
||||
.button.button-highlight:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
@ -414,6 +414,19 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* RamosUC */
|
||||
.button.button-ramosuc {
|
||||
color: #000000;
|
||||
border-style: solid;
|
||||
border-color: #6371a7;
|
||||
border-width: 2px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.button.button-ramosuc:hover,
|
||||
.button.button-ramosuc:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Reddit */
|
||||
.button.button-reddit {
|
||||
color: #000000;
|
||||
@ -554,6 +567,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* UCalendar */
|
||||
.button.button-ucalendar {
|
||||
color: #2e3440;
|
||||
background-color: #7fe4e9;
|
||||
}
|
||||
.button.button-ucalendar:hover,
|
||||
.button.button-ucalendar:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Venmo */
|
||||
.button.button-venmo {
|
||||
color: #ffffff;
|
||||
|
1
images/icons/calendar.svg
Normal file
1
images/icons/calendar.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill-rule="evenodd" d="M6.75 0a.75.75 0 01.75.75V3h9V.75a.75.75 0 011.5 0V3h2.75c.966 0 1.75.784 1.75 1.75v16a1.75 1.75 0 01-1.75 1.75H3.25a1.75 1.75 0 01-1.75-1.75v-16C1.5 3.784 2.284 3 3.25 3H6V.75A.75.75 0 016.75 0zm-3.5 4.5a.25.25 0 00-.25.25V8h18V4.75a.25.25 0 00-.25-.25H3.25zM21 9.5H3v11.25c0 .138.112.25.25.25h17.5a.25.25 0 00.25-.25V9.5z"></path></svg>
|
After Width: | Height: | Size: 450 B |
13
images/icons/ramos-uc.svg
Normal file
13
images/icons/ramos-uc.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 16 KiB |
15
index.html
15
index.html
@ -64,9 +64,13 @@
|
||||
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
|
||||
<br>
|
||||
|
||||
<!-- BDDUC -->
|
||||
<a class="button button-highlight" href="https://github.com/open-source-uc/bdd" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">Base de Datos UC 🔥</a>
|
||||
<!-- UCalendar -->
|
||||
<a class="button button-ucalendar" href="https://ucalendar.osuc.dev/term/2022/2/schedule" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/calendar.svg" alt="UCalendar"><span style='color: #0176DE;'>UC</span>alendar 🔥</a>
|
||||
<br>
|
||||
<!-- RamosUC -->
|
||||
<a class="button button-ramosuc" href="https://ramosuc.cl" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/ramos-uc.svg" alt="RamosUC">Ramos<span style='color: #0176DE;'>UC</span> 🔥</a>
|
||||
<br>
|
||||
|
||||
<h4>Redes Sociales</h4>
|
||||
@ -100,6 +104,11 @@
|
||||
<a class="button button-linked" href="https://cl.linkedin.com/company/open-source-euc" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">LinkedIn</a>
|
||||
<br>
|
||||
<h4>Recomendaciones 😁</h4>
|
||||
<!-- Exercism -->
|
||||
<a class="button button-notion" href="https://exercism.org/" target="_blank" rel="noopener">
|
||||
<img class="icon" src="https://d24y9kuxp2d7l2.cloudfront.net/assets/icons/logo-42e9b829cf6816496069a62608cb51e7c13624bd.svg" alt="Exercism Logo">Exercism</a>
|
||||
<br>
|
||||
|
||||
<!-- Blog
|
||||
<a class="button button-default" href="#" target="_blank" rel="noopener">
|
||||
|
Loading…
x
Reference in New Issue
Block a user