Skip to content

Commit

Permalink
updating some data
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Faber authored and Cesar Faber committed Jul 11, 2024
1 parent 0268128 commit 97eacd1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
4 changes: 0 additions & 4 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const Footer = () => {
Utilities
</Link>
</li>

<li className="only-mobile -link-blocked">
<a href="/">My experiments</a>
</li>
<li className="only-mobile -link-blocked">
<a href="/">Blog</a>
</li>
Expand Down
16 changes: 5 additions & 11 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ const Header = ({ goBackToHome }) => {
<div className="header-logo">
<Link to="/">cesarolvr.com</Link>
</div>
{goBackToHome && <Link className="goback" to="/">{"<-"} go back to home</Link>}
{goBackToHome && (
<Link className="goback" to="/">
{"<-"} go back to home
</Link>
)}

{/* {!hideShortcut && <Shortcut text="👀" />} */}
<ul className="header-list only-desktop">
Expand All @@ -35,16 +39,6 @@ const Header = ({ goBackToHome }) => {
</Link>
</li>

<li className="-link-blocked">
<Link
to="/"
title="soon"
className={pathname?.startsWith("/experiments") ? `-active` : ``}
>
My experiments
</Link>
</li>

<li className="-link-blocked">
<Link
to="/"
Expand Down
21 changes: 13 additions & 8 deletions src/pages/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,47 +34,52 @@ const Actions = () => {
<ul className="actions-list">
<li>
<a href={cesarolvrCV} download={true} target="_blank">
download cv
Download CV
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/cesarolvr/"
target="_blank"
>
go to my linkedin
Go to my Linkedin
</a>
</li>
<li>
<a href="https://meet.google.com/" target="_blank">
book a meeting <span>invite to -> contact@cesarolvr.com</span>
Book a meeting <span>invite to -> contact@cesarolvr.com</span>
</a>
</li>
<li>
<a href="https://github.com/cesarolvr/" target="_blank">
see my github
See my Github
</a>
</li>
<li>
<a href="https://codepen.io/cesarolvr/" target="_blank">
Star my Codepen
</a>
</li>
<li>
{" "}
<a href="mailto:contact@cesarolvr.com">send me an email</a>
<a href="mailto:contact@cesarolvr.com">Send me an e-mail</a>
</li>
<li>
<a href="https://www.instagram.com/cesarolvr/" target="_blank">
follow me on instagram <span>(only friends)</span>
Follow me on Instagram <span>(only friends)</span>
</a>
</li>
<li>
<a href="https://goodreads.com/cesarolvr" target="_blank">
my current readings <span>(only curious)</span>
My current readings <span>(only curious)</span>
</a>
</li>
<li>
<a
href="https://github.com/cesarolvr/cesarolvr-www"
target="_blank"
>
view source code of this website <span>(only devs)</span>
View source code of this website <span>(only devs)</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 97eacd1

Please sign in to comment.