change experience to expertise
This commit is contained in:
parent
50ebc41a9d
commit
efa80eef62
@ -12,7 +12,7 @@ function Details() {
|
|||||||
<div className="detailsTextInnerContainer"><h2 className="detailsTitle">Paul Hughes</h2></div>
|
<div className="detailsTextInnerContainer"><h2 className="detailsTitle">Paul Hughes</h2></div>
|
||||||
<div className="detailsTextInnerContainer"><p className="detailsComment">Full Stack Developer</p></div>
|
<div className="detailsTextInnerContainer"><p className="detailsComment">Full Stack Developer</p></div>
|
||||||
<div className="detailsInfoLinksContainer">
|
<div className="detailsInfoLinksContainer">
|
||||||
<a className="detailsInfoLinks" href="#tech">Experience</a>
|
<a className="detailsInfoLinks" href="#tech">Expertise</a>
|
||||||
<a className="detailsInfoLinks" href="#projects">Projects</a>
|
<a className="detailsInfoLinks" href="#projects">Projects</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { techData } from "@/data/techdata.js"
|
|||||||
function Technologies() {
|
function Technologies() {
|
||||||
return (
|
return (
|
||||||
<article id="tech" className="technologiesContainer">
|
<article id="tech" className="technologiesContainer">
|
||||||
<h2 className="experienceTitle">Experience</h2>
|
<h2 className="experienceTitle">Expertise</h2>
|
||||||
<section className="experienceContainer">
|
<section className="experienceContainer">
|
||||||
{techData.map((data) => {
|
{techData.map((data) => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -1,17 +1,22 @@
|
|||||||
.technologiesContainer {
|
.technologiesContainer {
|
||||||
color: white;
|
color: white;
|
||||||
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
gap: 3rem;
|
gap: 3rem;
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.experienceTitle {
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.experienceContainer {
|
.experienceContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,13 +29,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.experienceItemTitle {
|
.experienceItemTitle {
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experienceList {
|
.experienceList {
|
||||||
|
padding-inline-start: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experienceListItem {
|
.experienceListItem {
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user