ADD: Contact page
Add contact page with socials
This commit is contained in:
parent
a1a711b015
commit
aa962bd8db
14 changed files with 151 additions and 64 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<section id="customers" class="Customers content">
|
||||
<h2>Kunden <span class="highlight">&</span> Projekte.</h2>
|
||||
<h3>Meine bisherigen Geschäftpartner</h3>
|
||||
<h1>Kunden <span class="highlight">&</span> Projekte.</h1>
|
||||
<h2>Meine bisherigen Geschäftpartner</h2>
|
||||
<div class="customer-list margin-top gap-default">
|
||||
<a v-for="customer in customers" :href="customer.link" target="_blank" rel="noopener noreferrer">
|
||||
<img
|
||||
|
@ -13,7 +13,7 @@
|
|||
/>
|
||||
</a>
|
||||
</div>
|
||||
<h3 class="margin-top-big">Projektauswahl</h3>
|
||||
<h2 class="margin-top-big">Projektauswahl</h2>
|
||||
<div class="projects-list margin-top">
|
||||
<article v-for="pr in projects">
|
||||
<div class="bg">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue