Skip to content

Commit

Permalink
Update CV, add Footer component, and fix bugs (#15)
Browse files Browse the repository at this point in the history
* Added experience, images and fixed some bugs

* Update CV and replace images

* Add Footer component and update contact form

Add link to project and repository in Experience component

* Add FaCheck icon and Form.css

* Add FaCheck icon and Form.css

* Add blank line in Form.jsx

* Remove unnecessary code and update submit button

* Removed unecessary imports

* Update package dependencies

* Changing main order of components to new Concept

* Update data visualization and biology sections and images

* Update Skills.jsx with new content

* Add transform property to index.css and card.css

* Fix bug in login functionality***

***Add validation for user input***

***Refactor code for better readability***

***Update README with installation instructions***

***Implement new feature for user profile page

* Add Mastodon link to header

* Add Mastodon link to Contact page
  • Loading branch information
eperezme authored Mar 26, 2024
1 parent 0314c22 commit b594ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sources/contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ function Contact() {
<h1 className="h2-mktg mb-5 h1-mktg text-accent-primary text-medium js-build-in-item build-in-slideX-left">
Contact Me
</h1>

<a rel="me" href="https://social.eperezme.com/@eperezme" className="btn-mktg home-campaing-enterprise btn-muted-mktg">Mastodon</a>

<p className="f3-mktg color-fg-muted js-build-in-item build-in-slideX-left">
If you want to get in touch with me, please fill out the form below and I will get back to you as soon as possible.
</p>
Expand Down

0 comments on commit b594ed3

Please sign in to comment.