diff --git a/public/assets/img/facebook.jpg b/public/assets/img/facebook.jpg new file mode 100644 index 0000000..8df424c Binary files /dev/null and b/public/assets/img/facebook.jpg differ diff --git a/public/assets/img/gg.png b/public/assets/img/gg.png new file mode 100644 index 0000000..0a87454 Binary files /dev/null and b/public/assets/img/gg.png differ diff --git a/public/assets/img/instagram.jpg b/public/assets/img/instagram.jpg new file mode 100644 index 0000000..6cdc757 Binary files /dev/null and b/public/assets/img/instagram.jpg differ diff --git a/public/assets/img/twitter.jpg b/public/assets/img/twitter.jpg new file mode 100644 index 0000000..6cdc757 Binary files /dev/null and b/public/assets/img/twitter.jpg differ diff --git a/public/assets/img/user.jpg b/public/assets/img/user.jpg new file mode 100644 index 0000000..34987ff Binary files /dev/null and b/public/assets/img/user.jpg differ diff --git a/src/components/sections/contacts/MailContact.vue b/src/components/sections/contacts/MailContact.vue new file mode 100644 index 0000000..b8d7c7c --- /dev/null +++ b/src/components/sections/contacts/MailContact.vue @@ -0,0 +1,219 @@ + + + + + diff --git a/src/components/sections/contacts/OtherContact.vue b/src/components/sections/contacts/OtherContact.vue new file mode 100644 index 0000000..0753162 --- /dev/null +++ b/src/components/sections/contacts/OtherContact.vue @@ -0,0 +1,113 @@ + + + + + diff --git a/src/views/Contact.vue b/src/views/Contact.vue index f7eb057..b843789 100644 --- a/src/views/Contact.vue +++ b/src/views/Contact.vue @@ -1,16 +1,63 @@