Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 27 additions & 6 deletions src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,39 @@ const resourcesActive = isActive('/resources');
/>
</svg>
</a>
<!--
<a class="site-social-link" href="https://x.com/" target="_blank" rel="noreferrer noopener" aria-label="X">
<a
class="site-social-link"
href="https://www.instagram.com/findit_hq/"
target="_blank"
rel="noreferrer noopener"
aria-label="Instagram"
>
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path fill="currentColor" d="M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2m0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4zM17.5 6.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2M12 7a5 5 0 1 1 0 10a5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6" />
</svg>
</a>
<a
class="site-social-link"
href="http://linkedin.com/company/findit-studio"
target="_blank"
rel="noreferrer noopener"
aria-label="LinkedIn"
>
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path fill="currentColor" d="M18.9 2h3.68l-8.05 9.2L24 22h-7.43l-5.82-7.6L4.1 22H.4l8.62-9.86L0 2h7.62l5.26 6.92zM17.6 19.8h2.04L6.5 4.08H4.3z" />
<path fill="currentColor" d="M6.94 8.5a1.56 1.56 0 1 1 0-3.12a1.56 1.56 0 0 1 0 3.12M5.6 9.75h2.67V18H5.6zm4.35 0h2.55v1.13h.04c.36-.68 1.22-1.4 2.5-1.4c2.67 0 3.16 1.75 3.16 4.03V18h-2.66v-3.99c0-.95-.02-2.17-1.32-2.17c-1.32 0-1.52 1.03-1.52 2.1V18H9.95z" />
</svg>
</a>
<a class="site-social-link" href="https://www.youtube.com/" target="_blank" rel="noreferrer noopener" aria-label="YouTube">
<a
class="site-social-link"
href="https://www.reddit.com/r/findit_studio/"
target="_blank"
rel="noreferrer noopener"
aria-label="Reddit"
>
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path fill="currentColor" d="M23.5 6.2a3.01 3.01 0 0 0-2.1-2.13C19.56 3.57 12 3.57 12 3.57s-7.56 0-9.4.5A3.01 3.01 0 0 0 .5 6.2A31.8 31.8 0 0 0 0 12a31.8 31.8 0 0 0 .5 5.8a3.01 3.01 0 0 0 2.1 2.13c1.84.5 9.4.5 9.4.5s7.56 0 9.4-.5a3.01 3.01 0 0 0 2.1-2.13A31.8 31.8 0 0 0 24 12a31.8 31.8 0 0 0-.5-5.8M9.6 15.57V8.43L15.84 12z" />
<path fill="currentColor" d="M14.2 3a1 1 0 0 0-.98.8l-.56 2.75c-1.24-.04-2.45.2-3.55.68l-1.9-1.42a1 1 0 1 0-1.2 1.6L7.7 9a5.4 5.4 0 0 0-1.8 3.95c0 2.9 2.74 5.25 6.1 5.25s6.1-2.36 6.1-5.25A5.4 5.4 0 0 0 16.25 9l1.74-1.29a1 1 0 1 0-1.2-1.6l-1.9 1.41a8.4 8.4 0 0 0-1.2-.45l.48-2.35L16.8 5a1 1 0 1 0 .2-1.99zm-4.55 8.8a1.05 1.05 0 1 1 0 2.1a1.05 1.05 0 0 1 0-2.1m4.7 0a1.05 1.05 0 1 1 0 2.1a1.05 1.05 0 0 1 0-2.1m-4.75 3.5a3.9 3.9 0 0 0 4.8 0a.75.75 0 1 1 .92 1.18a5.4 5.4 0 0 1-6.64 0a.75.75 0 1 1 .92-1.18" />
</svg>
</a>
-->
</div>
</section>

Expand Down
Loading