Skip to content

Commit

Permalink
typo: Renaming assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamou02 committed Jul 28, 2024
1 parent f1c558a commit c61a07a
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/certificationCard/CertificationCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CertificationCard extends Component {
>
<img
className="logo_img"
src={require(`../../assests/images/${certificate.logo_path}`)}
src={require(`../../assets/images/${certificate.logo_path}`)}
alt={certificate.alt_name}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/degreeCard/DegreeCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DegreeCard extends Component {
maxHeight: "100%",
transform: "scale(0.9)",
}}
src={require(`../../assests/images/${degree.logo_path}`)}
src={require(`../../assets/images/${degree.logo_path}`)}
alt={degree.alt_name}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/experienceCard/ExperienceCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ExperienceCard extends Component {
<div className="experience-card-logo-div">
<img
className="experience-card-logo"
src={require(`../../assests/images/${experience["logo_path"]}`)}
src={require(`../../assets/images/${experience["logo_path"]}`)}
alt=""
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/talkCard/TalkCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* Rectangle Card Layout */
.rectangle {
background: url(..\..\assests\images\talksCardBack.svg);
background: url(..\..\assets\images\talksCardBack.svg);
width: 380px;
height: 300px;
border-radius: 4px;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Contact() {
<div className="contact-image-div">
<img
alt="Saad Working"
src={require("../../assests/images/contactMail.png")}
src={require("../../assets/images/contactMail.png")}
></img>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/greeting/Greeting.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Greeting(props) {
<div className="greeting-image-div">
{/* <img
alt="saad sitting on table"
src={require("../../assests/images/feelingProud.svg")}
src={require("../../assets/images/feelingProud.svg")}
></img> */}
<FeelingProud theme={theme} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/skills/SkillSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SkillSection extends Component {
<div className="skills-image-div">
{/* <img
alt="Ashutosh is Analysing Data"
src={require(`../../assests/images/${skill.imagePath}`)}
src={require(`../../assets/images/${skill.imagePath}`)}
></img> */}
<GetSkillSvg fileName={skill.fileName} theme={theme} />
</div>
Expand Down
16 changes: 8 additions & 8 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,42 @@
font-style: normal;
font-weight: normal;
src: local("Agustina Regular"),
url("./assests/fonts/Agustina.woff") format("woff");
url("./assets/fonts/Agustina.woff") format("woff");
}
@font-face {
font-family: "Montserrat";
src: local("Montserrat"),
url("./assests/fonts/Montserrat-Regular.ttf") format("woff");
url("./assets/fonts/Montserrat-Regular.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Bold";
src: local("Google Sans Bold"),
url("./assests/fonts/GoogleSans-Bold.ttf") format("woff");
url("./assets/fonts/GoogleSans-Bold.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Bold Italic";
src: local("Google Sans Bold Italic"),
url("./assests/fonts/GoogleSans-BoldItalic.ttf") format("woff");
url("./assets/fonts/GoogleSans-BoldItalic.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Italic";
src: local("Google Sans Italic"),
url("./assests/fonts/GoogleSans-Italic.ttf") format("woff");
url("./assets/fonts/GoogleSans-Italic.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Medium";
src: local("Google Sans Medium"),
url("./assests/fonts/GoogleSans-Medium.ttf") format("woff");
url("./assets/fonts/GoogleSans-Medium.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Medium Italic";
src: local("Google Sans Medium Italic"),
url("./assests/fonts/GoogleSans-MediumItalic.ttf") format("woff");
url("./assets/fonts/GoogleSans-MediumItalic.ttf") format("woff");
}
@font-face {
font-family: "Google Sans Regular";
src: local("Google Sans Regular"),
url("./assests/fonts/GoogleSans-Regular.ttf") format("woff");
url("./assets/fonts/GoogleSans-Regular.ttf") format("woff");
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./index.css";
// import "bootstrap/dist/css/bootstrap.min.css";
import App from "./App";
import * as serviceWorker from "./serviceWorker";
import "./assests/font-awesome/css/all.css";
import "./assets/font-awesome/css/all.css";

const engine = new Styletron();

Expand Down
6 changes: 3 additions & 3 deletions src/pages/contact/ContactComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Contact extends Component {
<div className="contact-heading-div">
<div className="contact-heading-img-div">
<img
src={require(`../../assests/images/${ContactData["profile_image_path"]}`)}
src={require(`../../assets/images/${ContactData["profile_image_path"]}`)}
alt=""
/>
</div>
Expand Down Expand Up @@ -78,7 +78,7 @@ class Contact extends Component {
</div>
<div className="blog-heading-img-div">
{/* <img
src={require(`../../assests/images/${blogSection["avatar_image_path"]}`)}
src={require(`../../assets/images/${blogSection["avatar_image_path"]}`)}
alt=""
/> */}
<BlogsImg theme={theme} />
Expand All @@ -89,7 +89,7 @@ class Contact extends Component {
<div className="address-heading-div">
<div className="contact-heading-img-div">
{/* <img
src={require(`../../assests/images/${addressSection["avatar_image_path"]}`)}
src={require(`../../assets/images/${addressSection["avatar_image_path"]}`)}
alt=""
/> */}
<AddressImg theme={theme} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/education/EducationComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Education extends Component {
<div className="heading-div">
<div className="heading-img-div">
{/* <img
src={require("../../assests/images/education.svg")}
src={require("../../assets/images/education.svg")}
alt=""
/> */}
<EducationImg theme={theme} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/experience/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class Experience extends Component {
<div className="experience-heading-div">
<div className="experience-heading-img-div">
{/* <img
src={require(`../../assests/images/${experience["header_image_path"]}`)}
src={require(`../../assets/images/${experience["header_image_path"]}`)}
alt=""
/> */}
<ExperienceImg theme={theme} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Projects extends Component {
<div className="projects-heading-div">
<div className="projects-heading-img-div">
{/* <img
src={require(`../../assests/images/${projectsHeader["avatar_image_path"]}`)}
src={require(`../../assets/images/${projectsHeader["avatar_image_path"]}`)}
alt=""
/> */}
<ProjectsImg theme={theme} />
Expand Down

0 comments on commit c61a07a

Please sign in to comment.