added download resume button
This commit is contained in:
parent
e93ca481db
commit
6f0799c630
|
@ -95,6 +95,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="personal-info-photo"></div>
|
<div class="personal-info-photo"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<a class="button internal" href="files/Resume.pdf">Resume</a>
|
||||||
|
|
||||||
<h2 id="experience">Experience</h2>
|
<h2 id="experience">Experience</h2>
|
||||||
<div class="experience-grid" indented>
|
<div class="experience-grid" indented>
|
||||||
|
|
|
@ -178,6 +178,19 @@ p.experience-grid-time {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.button {
|
||||||
|
background: rgb(0, 170, 255);
|
||||||
|
border-radius: 0.2em;
|
||||||
|
padding: 0.2em 1em;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.25em;
|
||||||
|
border-radius: 100em;
|
||||||
|
}
|
||||||
|
a.button:hover {
|
||||||
|
background: rgb(162, 224, 255);
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 640px) {
|
@media only screen and (max-width: 640px) {
|
||||||
.personal-info-grid {
|
.personal-info-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue