diff --git a/public/normalize.css b/public/normalize.css index 58efa68..a5cab8b 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -12,7 +12,9 @@ html { line-height: 1; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } - +p{ +margin: 0; +} /* Sections ========================================================================== */ diff --git a/src/PersonalHomepage.vue b/src/PersonalHomepage.vue index ea90a5e..4a238fa 100644 --- a/src/PersonalHomepage.vue +++ b/src/PersonalHomepage.vue @@ -1,20 +1,122 @@ \ No newline at end of file diff --git a/src/assets/share.png b/src/assets/share.png new file mode 100644 index 0000000..2022121 Binary files /dev/null and b/src/assets/share.png differ diff --git a/src/components/PersonafFollow.vue b/src/components/PersonafFollow.vue new file mode 100644 index 0000000..7a9d8ad --- /dev/null +++ b/src/components/PersonafFollow.vue @@ -0,0 +1,129 @@ + + + \ No newline at end of file diff --git a/src/components/PersonalAnswer.vue b/src/components/PersonalAnswer.vue new file mode 100644 index 0000000..6619993 --- /dev/null +++ b/src/components/PersonalAnswer.vue @@ -0,0 +1,38 @@ + + + \ No newline at end of file