diff --git a/final/src/App.vue b/final/src/App.vue index 453892b..3e73efc 100644 --- a/final/src/App.vue +++ b/final/src/App.vue @@ -18,7 +18,7 @@ - + @@ -52,7 +52,8 @@ export default { justify-content: flex-start; } #nav { - padding: 30px; + padding: 23px; + width: 30%; a { font-weight: bold; color: #2c3e50; @@ -72,10 +73,12 @@ export default { width: 100%; img { width: 30%; + max-width:200px; } div { padding-left: 5%; line-height: 200%; + width: 55%; } } diff --git a/final/src/assets/junk-tweet-pfp-1.png b/final/src/assets/junk-tweet-pfp-1.png new file mode 100644 index 0000000..abdf01e Binary files /dev/null and b/final/src/assets/junk-tweet-pfp-1.png differ diff --git a/final/src/assets/junk-tweet-pfp-2.png b/final/src/assets/junk-tweet-pfp-2.png new file mode 100644 index 0000000..d5b176e Binary files /dev/null and b/final/src/assets/junk-tweet-pfp-2.png differ diff --git a/final/src/assets/junk-tweet-pfp-3.png b/final/src/assets/junk-tweet-pfp-3.png new file mode 100644 index 0000000..d916596 Binary files /dev/null and b/final/src/assets/junk-tweet-pfp-3.png differ diff --git a/final/src/components/PlaceholderTweets.vue b/final/src/components/PlaceholderTweets.vue new file mode 100644 index 0000000..ef9856c --- /dev/null +++ b/final/src/components/PlaceholderTweets.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/final/src/components/TestThis.vue b/final/src/components/TestThis.vue new file mode 100644 index 0000000..0e877ff --- /dev/null +++ b/final/src/components/TestThis.vue @@ -0,0 +1,11 @@ + + \ No newline at end of file diff --git a/final/src/views/Home.vue b/final/src/views/Home.vue index 4aea09b..cbe137d 100644 --- a/final/src/views/Home.vue +++ b/final/src/views/Home.vue @@ -1,19 +1,21 @@