Skip to content

Commit

Permalink
Removed contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 17, 2023
1 parent c7650b9 commit 76223b0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 91 deletions.
3 changes: 0 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<Projects class="mt-8" />

<Skills class="mt-8" />

<Contact class="mt-8" />
</div>

<Footer />
Expand All @@ -33,6 +31,5 @@ import Study from "./components/Study.vue";
import Experiences from "./components/Experiences.vue";
import Projects from "./components/Projects.vue";
import Skills from "./components/Skills.vue";
import Contact from "./components/Contact.vue";
import Footer from "./components/Footer.vue";
</script>
80 changes: 0 additions & 80 deletions src/components/Contact.vue

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const navLinks = [
{ name: "main.experiences", link: "#experiences" },
{ name: "main.studies", link: "#study" },
{ name: "main.projects", link: "#projects" },
{ name: "main.skills", link: "#skills" },
{ name: "main.contact", link: "#contact" }
{ name: "main.skills", link: "#skills" }
];
const header = ref(null);
Expand Down
6 changes: 0 additions & 6 deletions src/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
>
Download CV
</a>
<a
href="#contact"
class="border border-white px-4 py-2 rounded-full cursor-pointer hover:bg-white hover:text-black hover:animate-pulse"
>
Contact
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 76223b0

Please sign in to comment.