logos and no email button links
This commit is contained in:
parent
93941716fc
commit
a2dd3b56ed
6 changed files with 34 additions and 22 deletions
|
@ -638,3 +638,15 @@ button:hover,
|
||||||
.button.button-letterboxd:focus {
|
.button.button-letterboxd:focus {
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Added by Brian Andrews */
|
||||||
|
|
||||||
|
/* Pro Lacrosse Talk */
|
||||||
|
.button.button-PLT {
|
||||||
|
color: #2fc79e;
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
.button.button-letterboxd:hover,
|
||||||
|
.button.button-letterboxd:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
BIN
images/icons/ORCID_iD.svg.png
Normal file
BIN
images/icons/ORCID_iD.svg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
images/icons/PLT.png
Executable file
BIN
images/icons/PLT.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
images/icons/ResearchGate.svg.png
Normal file
BIN
images/icons/ResearchGate.svg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
images/icons/resume.png
Normal file
BIN
images/icons/resume.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
14
index.html
14
index.html
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
<!-- Resume -->
|
<!-- Resume -->
|
||||||
<a class="button button-github" href="images/Andrews_Resume_2022.pdf" target="_blank" rel="noopener">
|
<a class="button button-github" href="images/Andrews_Resume_2022.pdf" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/github.svg" alt="GitHub Logo">Resume</a>
|
<img class="icon" src="images/icons/resume.png">Resume</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- GitHub -->
|
<!-- GitHub -->
|
||||||
|
@ -121,26 +121,26 @@
|
||||||
|
|
||||||
<!-- ResearchGate -->
|
<!-- ResearchGate -->
|
||||||
<a class="button button-linked" href="https://www.researchgate.net/profile/Brian-Andrews-11" target="_blank" rel="noopener">
|
<a class="button button-linked" href="https://www.researchgate.net/profile/Brian-Andrews-11" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">Research Gate</a>
|
<img class="icon" src="images/icons/ResearchGate.svg.png">Research Gate</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Orcid -->
|
<!-- Orcid -->
|
||||||
<a class="button button-linked" href="https://orcid.org/0000-0003-4469-3147" target="_blank" rel="noopener">
|
<a class="button button-linked" href="https://orcid.org/0000-0003-4469-3147" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">Orcid Record</a>
|
<img class="icon" src="images/icons/ORCID_iD.svg.png">Orcid Record</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Pro Lacrosse Talk -->
|
<!-- Pro Lacrosse Talk -->
|
||||||
<a class="button button-linked" href="https://prolacrossetalk.com/" target="_blank" rel="noopener">
|
<a class="button button-PLT" href="https://prolacrossetalk.com/" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/linkedin.svg" alt="LinkedIn Logo">Pro Lacrosse Talk</a>
|
<img class="icon" src="images/icons/PLT.png">Pro Lacrosse Talk</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Email -->
|
<!-- Email -->
|
||||||
<a class="button button-default" href="#" target="_blank" rel="noopener">
|
<a class="button button-default" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/email.svg" alt="Email Icon">b9andrews@gmail.com</a>
|
<img class="icon" src="images/icons/email.svg" alt="Email Icon">b9andrews@gmail.com</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Email Alternative -->
|
<!-- Email Alternative -->
|
||||||
<a class="button button-default" href="#" target="_blank" rel="noopener">
|
<a class="button button-default" target="_blank" rel="noopener">
|
||||||
<img class="icon" src="images/icons/email.svg" alt="Email Icon">ba553@drexel.edu</a>
|
<img class="icon" src="images/icons/email.svg" alt="Email Icon">ba553@drexel.edu</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue