Skip to content

Commit

Permalink
fix(assets): removed all files from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 23, 2024
1 parent 873858a commit b473a92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file removed src/Assets/Files/Resume2020.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion src/Components/PersonalBrand/PersonalBrand.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import React from 'react';
import './PersonalBrand.css'
import Resume2020 from '../../Assets/Files/Resume2020.pdf'
import Modal from 'react-bootstrap/Modal'
import Col from 'react-bootstrap/Col'
import Row from 'react-bootstrap/Row'
import { BsEnvelope, BsEnvelopeOpen } from "react-icons/bs";

const PersonalBrand = () => {
const Resume2020 =
"https://d2nrcsymqn25pk.cloudfront.net/Assets/PDFs/Resume2020.pdf";
const nique = 'https://d2nrcsymqn25pk.cloudfront.net/Assets/Images/nique-min.jpg'
const dom = 'https://d2nrcsymqn25pk.cloudfront.net/Assets/Images/hosea3.png'
const [modalShow, setModalShow] = React.useState(false);
Expand Down
3 changes: 2 additions & 1 deletion src/Components/PersonalBrand/PersonalBrandOriginal.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from "react";
import "./PersonalBrand.css";
import Resume2020 from "../../Assets/Files/Resume2020.pdf";
import { Button } from "../Button/Button";

const PersonalBrand = () => {
const Resume2020 =
"https://d2nrcsymqn25pk.cloudfront.net/Assets/PDFs/Resume2020.pdf";
const nique =
"https://d2nrcsymqn25pk.cloudfront.net/Assets/Images/nique-min.jpg";
function handleClick(e) {
Expand Down
3 changes: 2 additions & 1 deletion src/Components/SocialMediaTags/SocialMediaTags.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React from 'react';
import './SocialMediaTags.css'
import Resume2020 from '../../Assets/Files/Resume2020.pdf'

const SocialMediaTags = () => {
const Resume2020 =
"https://d2nrcsymqn25pk.cloudfront.net/Assets/PDFs/Resume2020.pdf";
return (
<ul className="social_footer_ul">
<li><a rel="noopener noreferrer" href="https://github.com/HoseaCodes"><i className="fab fa-github"></i></a></li>
Expand Down

0 comments on commit b473a92

Please sign in to comment.