mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
Added addtl button for 2 page resume download, changed font size of icons in footer
This commit is contained in:
@@ -2622,7 +2622,7 @@ input[type="button"],
|
|||||||
height: 3.15em;
|
height: 3.15em;
|
||||||
height: calc(2.75em + 6px);
|
height: calc(2.75em + 6px);
|
||||||
line-height: 2.75em;
|
line-height: 2.75em;
|
||||||
min-width: 100%;
|
min-width: 45%;
|
||||||
padding: 0 1.5em;
|
padding: 0 1.5em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -2835,7 +2835,7 @@ input[type="button"]:disabled,
|
|||||||
|
|
||||||
#footer .icons a {
|
#footer .icons a {
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
font-size: 1.5em; /* come back later */
|
font-size: 1.3em; /* come back later */
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer .copyright {
|
#footer .copyright {
|
||||||
@@ -3428,11 +3428,11 @@ body.is-touch .poptrox-popup .closer {
|
|||||||
display: inline-block; /* Show the existing view button on hover */
|
display: inline-block; /* Show the existing view button on hover */
|
||||||
}
|
}
|
||||||
|
|
||||||
#header .button#downloadCV {
|
#header .button#downloadCV, #header .button#downloadCV2 {
|
||||||
color: rgba(255, 255, 255, 0.9) !important; /* Force text color to white */
|
color: rgba(255, 255, 255, 0.9) !important; /* Force text color to white */
|
||||||
}
|
}
|
||||||
|
|
||||||
#header .button#downloadCV:hover {
|
#header .button#downloadCV:hover, #header .button#downloadCV2:hover {
|
||||||
background-color: #faf9f9; /* Fill button with white */
|
background-color: #faf9f9; /* Fill button with white */
|
||||||
color: #49bf9d !important; /* Set text color to green */
|
color: #49bf9d !important; /* Set text color to green */
|
||||||
font-weight: bold; /* Make text bold */
|
font-weight: bold; /* Make text bold */
|
||||||
|
|||||||
BIN
documents/Michael_Roy_Resume-2pg.pdf
Normal file
BIN
documents/Michael_Roy_Resume-2pg.pdf
Normal file
Binary file not shown.
10
index.html
10
index.html
@@ -35,11 +35,19 @@
|
|||||||
class="image avatar"
|
class="image avatar"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
><img src="images/avatar.png" alt="Michael Roy" /></a><br />
|
><img src="images/avatar.png" alt="Michael Roy" /></a><br />
|
||||||
|
<div class="CVButtons">
|
||||||
<a
|
<a
|
||||||
href="documents/Michael_Roy_Resume.pdf"
|
href="documents/Michael_Roy_Resume.pdf"
|
||||||
class="button"
|
class="button"
|
||||||
id="downloadCV"
|
id="downloadCV"
|
||||||
>Download CV</a>
|
>Download 1-Page CV</a>
|
||||||
|
<a
|
||||||
|
href="documents/Michael_Roy_Resume-2pg.pdf"
|
||||||
|
class="button"
|
||||||
|
id="downloadCV2"
|
||||||
|
>Download 2-Page CV</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h1>
|
<h1>
|
||||||
I am Michael Roy, a dedicated Digital Craftsman, Ham Radio Enthusiast,
|
I am Michael Roy, a dedicated Digital Craftsman, Ham Radio Enthusiast,
|
||||||
|
|||||||
Reference in New Issue
Block a user