Skip to content

Commit

Permalink
Merge pull request #55 from rubanzasilva/testing
Browse files Browse the repository at this point in the history
Change in resume and email details
  • Loading branch information
rubanzasilva authored May 23, 2024
2 parents 8261fee + d19a640 commit b16ead3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/components/navBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Navbar = ({toggle}) => {

<NavMenu>
<NavItem>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Rubanza-Silver-S.E.pdf" target='_blank'> About Silver </NavLinks>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist.pdf" target='_blank'> About Silver </NavLinks>
</NavItem>


Expand All @@ -52,7 +52,8 @@ const Navbar = ({toggle}) => {
</NavItem>

<NavItem>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Rubanza-Silver-S.E.pdf" target='_blank'>My Resume</NavLinks>
<NavLinks to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist" target='_blank'>My Resume</NavLinks>

</NavItem>


Expand Down
6 changes: 3 additions & 3 deletions src/components/sideBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SideBar = ({title1,title5,isOpen,toggle}) => {
<SideBarWrapper>
<SideBarMenu>
{/* <SideBarLink to="/About"> */}
<SideBarRoute to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver-Rubanza-Software-Engineer.pdf">
<SideBarRoute to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist.pdf">
<Title level={5} style={{color:"#000000",fontSize:"17px",lineHeight:"1.10722",fontWeight:"400",letterSpacing:".004em",marginTop:"6px",fontFamily:"Lato,Roboto"}}>About me</Title>
</SideBarRoute>

Expand All @@ -37,7 +37,7 @@ const SideBar = ({title1,title5,isOpen,toggle}) => {
<Title level={5} style={{color:"#000000",fontSize:"17px",lineHeight:"1.10722",fontWeight:"400",letterSpacing:".004em",fontFamily:"Lato,Roboto"}}>My Blog</Title>
</SideBarRoute>

<SideBarRoute to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver-Rubanza-Software-Engineer.pdf" target='_blank'>
<SideBarRoute to="https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/Silver_Rubanza_Data_Scientist.pdf" target='_blank'>
<Title level={5} style={{color:"#000000",fontSize:"17px",lineHeight:"1.10722",fontWeight:"400",letterSpacing:".004em",fontFamily:"Lato,Roboto"}}>My Resume</Title>
</SideBarRoute>

Expand All @@ -55,7 +55,7 @@ const SideBar = ({title1,title5,isOpen,toggle}) => {
<SocialIconLink href="https://github.com/rubanzasilva/" target="_blank" aria-label="Github">
<FaGithub/>
</SocialIconLink>
<SocialIconLink href="mailto:rubanza@rubanzasilver.xyz" target="_blank" arial-label="Email">
<SocialIconLink href="mailto:rubanza@rubanzasilver.com" target="_blank" arial-label="Email">
<FaEnvelope/>
</SocialIconLink>
</SocialIcons>
Expand Down

0 comments on commit b16ead3

Please sign in to comment.