Skip to content

Commit

Permalink
info: adapt sidebar info
Browse files Browse the repository at this point in the history
nmrenyi committed Dec 6, 2023
1 parent e00fa54 commit 374047c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/components/Template/SideBar.js
Original file line number Diff line number Diff line change
@@ -12,18 +12,17 @@ const SideBar = () => (
<img src={`${PUBLIC_URL}/images/me.jpg`} alt="" />
</Link>
<header>
<h2>Michael D&apos;Angelo</h2>
<p><a href="mailto:michael@mldangelo.com">michael@mldangelo.com</a></p>
<h2>Aida Ren 任一</h2>
<p><a href="mailto:renyi1006@gmail.com">renyi1006@gmail.com</a></p>
</header>
</section>

<section className="blurb">
<h2>About</h2>
<p>Hi, I&apos;m Michael. I am a <a href="https://icme.stanford.edu/">Stanford ICME</a> graduate, YC Alumni,
and the VP of Engineering at <a href="https://smileidentity.com">Smile Identity</a>. Previously,
I was the co-founder and CTO of <a href="https://arthena.com">Arthena</a>
, co-founder of <a href="https://matroid.com">Matroid</a>, and worked at
{' '}<a href="https://planet.com">Planet</a> and <a href="https://facebook.com">Facebook</a>.
<p>Hi, I&apos;m Aida. I&apos;m a PhD Student in Tsinghua University.
Now I&apos;m somewhere deciding my future,
whether it&apos;s about continuing my research into recommendation system
or switching to a more challenging and theoretical direction, quantum computing.
</p>
<ul className="actions">
<li>
@@ -34,7 +33,7 @@ const SideBar = () => (

<section id="footer">
<ContactIcons />
<p className="copyright">&copy; Michael D&apos;Angelo <Link to="/">mldangelo.com</Link>.</p>
<p className="copyright">&copy; Aida ren <Link to="/">www.renyi1006.com</Link>.</p>
</section>
</section>
);

0 comments on commit 374047c

Please sign in to comment.