Skip to content

Commit

Permalink
Update about.js
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Oct 20, 2024
1 parent bf36ffb commit 07256e5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions components/sections/about/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,46 @@ class AboutSection extends LitElement {
</a>
</li>
<li>
<a
href="https://cs.uwaterloo.ca/~c2batty/MOTOGRAPH19/"
target="_blank"
rel="noopener noreferrer"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
d="M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z"
/>
</svg>
<div>MOTOGRAPH 2019</div>
<div class="date">December 7-8</div>
</a>
</li>
<li>
<a
href="https://tomatograph2021.github.io/"
target="_blank"
rel="noopener noreferrer"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
d="M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z"
/>
</svg>
<div>Tomatograph 2021</div>
<div class="date">December 3-4</div>
</a>
</li>
<li>
<a
href="https://foiegraph2022.github.io/"
Expand Down

0 comments on commit 07256e5

Please # to comment.