Skip to content

Commit

Permalink
Merge pull request #4 from anthonypena97/feature/feedback
Browse files Browse the repository at this point in the history
updated site april 2022
  • Loading branch information
anthonypena97 authored Apr 9, 2022
2 parents 4b005ef + d6b624a commit 6504c39
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 24 deletions.
Binary file modified src/assets/.DS_Store
Binary file not shown.
Binary file added src/assets/documents/.DS_Store
Binary file not shown.
Binary file removed src/assets/documents/AnthonyPena_Resume_2022.pdf
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions src/components/Contact/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ function ContactForm() {
<div>

<div>
<a href="https://www.anthony-e-pena.com/">artist website</a>
<a className="contactItem" href="https://www.anthony-e-pena.com">artist website</a>
</div>

<div>
<p>apena5@alumni.jh.edu</p>
</div>

<div>
<p>anthony.e.p3na@gmail.com</p>
<a className="contactItem" href="mailto: anthony.e.p3na@gmail.com">anthony.e.p3na@gmail.com</a>
</div>

</div>
Expand Down
8 changes: 5 additions & 3 deletions src/components/Resume/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import ResumeFile from '../../assets/documents/AnthonyPena_Resume_2022.pdf'
import ResumeFile from '../../assets/documents/AnthonyPena_Resume_April2022.pdf'

function Resume(props) {

Expand Down Expand Up @@ -46,7 +46,7 @@ function Resume(props) {
BACK END
<br></br>
<br></br>
JAVSCRIPT
JAVASCRIPT
<br></br>
TYPESCRIPT
<br></br>
Expand All @@ -63,6 +63,8 @@ function Resume(props) {
MONGODB
<br></br>
GRAPHQL
<br></br>
AWS
</div>

{/* DEVELOPERS TOOLS UNDER MY BELT */}
Expand Down Expand Up @@ -98,7 +100,7 @@ function Resume(props) {
{/* DOWNLOAD TO MY RESUME */}
<div className="resumeDownload">

<a href={ResumeFile} className="resumeButton" download="ANTHONYPENA_RESUME_2021.pdf" target="_blank" rel="noopener noreferrer" >
<a href={ResumeFile} className="resumeButton" download="ANTHONYPENA_RESUME_2022.pdf" target="_blank" rel="noopener noreferrer" >
DOWNLOAD RESUME
</a>

Expand Down
34 changes: 19 additions & 15 deletions src/sec-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ul {
/* margin-top: 8%; */
padding-left: 5%;
padding-right: 5%;
padding-top: 5%;
display: inline-block;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -157,26 +158,22 @@ ul {
font-style: italic;
}

.contactItem input,
textarea {
/* display: flex;
justify-content: space-between; */
width: 70%;
/* display: inline; */
/* background-color: red; */
}

.submitContact button {
margin-top: 5%;
width: 100%;
}

.pageStyle {
/* background-color: hotpink; */
height: 100vh;
width: 100vw;
}

.contactItem {
text-decoration: none;
color: white;
}

.contactItem:hover {
text-decoration: none;
color: blue;
}

/* ============================ ABOUT PAGE ======================= */

.aboutStyle {
Expand Down Expand Up @@ -326,8 +323,15 @@ textarea {
opacity: 50%;
}

/* ==================== ~~~~ iphone ~~~~~ ======================== */
/* =================== ~~~~ smaller screen ~~~~~ ===================== */

@media screen and (max-height: 640px) {
.resumeItem {
font-size: 2.5vh;
}
}

/* ==================== ~~~~ iphone ~~~~~ ======================== */
@media screen and (max-width: 600px) {
html {
width: 100%;
Expand Down

0 comments on commit 6504c39

Please sign in to comment.