Skip to content

Commit

Permalink
Removing instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Jun 8, 2023
1 parent 75366cd commit 27bcf06
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
Follow us
</h2>
<ul class="text-gray-600 dark:text-gray-400 font-medium">
<li class="mb-4">
<a
href="https://instagram.com/north7eng"
class="regular-font hover:underline dark:hover:text-green dark:text-white"
>Instagram</a
>
</li>
<li class="mb-4">
<a
href="https://www.linkedin.com/company/north7-engineering"
Expand Down Expand Up @@ -100,33 +93,6 @@
>
<span class="sr-only">LinkedIn</span>
</a>
<a
href="https://www.instagram.com/north7eng"
class="regular-font text-gray-500 hover:text-gray-900 dark:hover:text-green dark:text-white"
>
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
><path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7ZM9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12Z"
fill="currentColor"
/><path
d="M18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z"
fill="currentColor"
/><path
fill-rule="evenodd"
clip-rule="evenodd"
d="M5 1C2.79086 1 1 2.79086 1 5V19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5ZM19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z"
fill="currentColor"
/></svg
>
<span class="sr-only">Instagram</span>
</a>
<a
href="https://twitter.com/north7eng"
class="regular-font text-gray-500 hover:text-gray-900 dark:hover:text-green dark:text-white"
Expand Down

1 comment on commit 27bcf06

@vercel
Copy link

@vercel vercel bot commented on 27bcf06 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

north7-website – ./

north7-website-north7.vercel.app
north7-website-git-main-north7.vercel.app
north7-website.vercel.app
north7.dev

Please sign in to comment.