From 7e2cedcfa079c11c40740d17cf6ee75905f2e88a Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Thu, 20 Aug 2020 02:45:19 +0500 Subject: [PATCH] Style fixes and about page --- public/css/app.css | 2 +- public/css/styles.css | 3 +- public/js/app.js | 2 +- public/mix-manifest.json | 4 +- resources/js/components/AvailableSources.vue | 3 +- resources/js/components/DiscoverTopics.vue | 4 +- resources/js/components/RecentStories.vue | 3 +- resources/js/components/TodaysPick.vue | 4 +- resources/views/layouts/app.blade.php | 2 + resources/views/pages/about.blade.php | 88 ++++++++++++++++++++ routes/web.php | 10 +++ 11 files changed, 115 insertions(+), 10 deletions(-) create mode 100644 resources/views/pages/about.blade.php diff --git a/public/css/app.css b/public/css/app.css index 5975e5a..0d2a98a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1 +1 @@ -/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}strong{font-weight:bolder}img{border-style:none}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible}button{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[hidden],template{display:none}h1,h2,h3,h5,p{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{list-style:none;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}img{border-style:solid}input::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder{color:#a0aec0}input::placeholder{color:#a0aec0}button{cursor:pointer}h1,h2,h3,h5{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input{padding:0;line-height:inherit;color:inherit}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.space-x-0>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0px*var(--space-x-reverse));margin-left:calc(0px*(1 - var(--space-x-reverse)))}.bg-transparent{background-color:transparent}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#f0fff4;background-color:rgba(240,255,244,var(--bg-opacity))}.hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.hover\:bg-gray-200:hover{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.hover\:bg-gray-400:hover{--bg-opacity:1;background-color:#cbd5e0;background-color:rgba(203,213,224,var(--bg-opacity))}.hover\:bg-green-100:hover{--bg-opacity:1;background-color:#f0fff4;background-color:rgba(240,255,244,var(--bg-opacity))}.focus\:bg-gray-200:focus{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.hover\:border-gray-900:hover{--border-opacity:1;border-color:#1a202c;border-color:rgba(26,32,44,var(--border-opacity))}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-48{height:12rem}.h-64{height:16rem}.h-auto{height:auto}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.m-2{margin:.5rem}.m-4{margin:1rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mr-0{margin-right:0}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.max-w-xs{max-width:20rem}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.max-w-screen-md{max-width:768px}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.focus\:outline-none:focus{outline:0}.overflow-hidden{overflow:hidden}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-10{padding:2.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pt-10{padding-top:2.5rem}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.text-center{text-align:center}.text-right{text-align:right}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-100{--text-opacity:1;color:#f7fafc;color:rgba(247,250,252,var(--text-opacity))}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#2d3748;color:rgba(45,55,72,var(--text-opacity))}.focus\:text-gray-900:focus,.hover\:text-gray-900:hover,.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.tracking-widest{letter-spacing:.1em}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-40{width:10rem}.w-1\/2{width:50%}.w-2\/3{width:66.666667%}.w-4\/5{width:80%}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}.gap-2{grid-gap:.5rem;gap:.5rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.transition-all{transition-property:all}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}@media (min-width:640px){.sm\:leading-9{line-height:2.25rem}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:space-x-6>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.5rem*var(--space-x-reverse));margin-left:calc(1.5rem*(1 - var(--space-x-reverse)))}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-no-wrap{flex-wrap:nowrap}.md\:justify-end{justify-content:flex-end}.md\:h-32{height:8rem}.md\:leading-9{line-height:2.25rem}.md\:m-0{margin:0}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mr-2{margin-right:.5rem}.md\:ml-4{margin-left:1rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:pb-2{padding-bottom:.5rem}.md\:w-1\/4{width:25%}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.lg\:block{display:block}.lg\:justify-end{justify-content:flex-end}.lg\:mb-0{margin-bottom:0}.lg\:p-0{padding:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}} \ No newline at end of file +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}strong{font-weight:bolder}img{border-style:none}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible}button{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}summary{display:list-item}[hidden],template{display:none}h1,h2,h3,h5,p{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}ul{list-style:none;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}img{border-style:solid}input::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder{color:#a0aec0}input::placeholder{color:#a0aec0}button{cursor:pointer}h1,h2,h3,h5{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input{padding:0;line-height:inherit;color:inherit}img,svg{display:block;vertical-align:middle}img{max-width:100%;height:auto}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.space-x-0>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0px*var(--space-x-reverse));margin-left:calc(0px*(1 - var(--space-x-reverse)))}.bg-transparent{background-color:transparent}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#f0fff4;background-color:rgba(240,255,244,var(--bg-opacity))}.hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.hover\:bg-gray-200:hover{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.hover\:bg-gray-400:hover{--bg-opacity:1;background-color:#cbd5e0;background-color:rgba(203,213,224,var(--bg-opacity))}.hover\:bg-green-100:hover{--bg-opacity:1;background-color:#f0fff4;background-color:rgba(240,255,244,var(--bg-opacity))}.focus\:bg-gray-200:focus{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.hover\:border-gray-900:hover{--border-opacity:1;border-color:#1a202c;border-color:rgba(26,32,44,var(--border-opacity))}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-48{height:12rem}.h-64{height:16rem}.h-auto{height:auto}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.m-2{margin:.5rem}.m-4{margin:1rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mr-0{margin-right:0}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.max-w-xs{max-width:20rem}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.max-w-screen-md{max-width:768px}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.focus\:outline-none:focus{outline:0}.overflow-hidden{overflow:hidden}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-10{padding:2.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pt-10{padding-top:2.5rem}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.text-center{text-align:center}.text-right{text-align:right}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-100{--text-opacity:1;color:#f7fafc;color:rgba(247,250,252,var(--text-opacity))}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#2d3748;color:rgba(45,55,72,var(--text-opacity))}.focus\:text-gray-900:focus,.hover\:text-gray-900:hover,.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.tracking-widest{letter-spacing:.1em}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-40{width:10rem}.w-1\/2{width:50%}.w-2\/3{width:66.666667%}.w-4\/5{width:80%}.w-full{width:100%}.z-10{z-index:10}.z-20{z-index:20}.gap-2{grid-gap:.5rem;gap:.5rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.transition-all{transition-property:all}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}@media (min-width:640px){.sm\:leading-9{line-height:2.25rem}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:space-x-6>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.5rem*var(--space-x-reverse));margin-left:calc(1.5rem*(1 - var(--space-x-reverse)))}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-no-wrap{flex-wrap:nowrap}.md\:justify-end{justify-content:flex-end}.md\:h-32{height:8rem}.md\:leading-9{line-height:2.25rem}.md\:m-0{margin:0}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mr-2{margin-right:.5rem}.md\:ml-4{margin-left:1rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:pr-0{padding-right:0}.md\:pb-2{padding-bottom:.5rem}.md\:pl-12{padding-left:3rem}.md\:w-1\/4{width:25%}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.lg\:block{display:block}.lg\:justify-end{justify-content:flex-end}.lg\:mb-0{margin-bottom:0}.lg\:p-0{padding:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:pl-16{padding-left:4rem}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}}@media (min-width:1280px){.xl\:pl-16{padding-left:4rem}.xl\:pr-20{padding-right:5rem}} \ No newline at end of file diff --git a/public/css/styles.css b/public/css/styles.css index 5f78b67..584687f 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -14,7 +14,8 @@ } .MvAamu { - font-family: "Mvaamu"; + + font-family: "Mvaamu",sans-serif; } .MvTyper { diff --git a/public/js/app.js b/public/js/app.js index 564708f..c69eb9b 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1 +1 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{0:function(t,e,s){s("bUC5"),t.exports=s("pyCd")},"9Wh1":function(t,e,s){window._=s("LvDl"),window.axios=s("vDqi"),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest"},D9Y6:function(t,e,s){"use strict";var a=s("LoUn");s.n(a).a},"Fw+z":function(t,e,s){(t.exports=s("I1BE")(!1)).push([t.i,"\r\n",""])},LoUn:function(t,e,s){var a=s("Fw+z");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};s("aET+")(a,i);a.locals&&(t.exports=a.locals)},bUC5:function(t,e,s){"use strict";s.r(e);var a=s("XuX8"),i=s.n(a),r={name:"todays-pick",data:function(){return{article:null,subarticles:[]}},mounted:function(){var t=this;axios.get("api/today").then((function(e){t.article=e.data[0],t.subarticles=e.data.slice(1,5)})).catch((function(t){console.log(t)}))}},n=s("KHd+"),l=Object(n.a)(r,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t._m(0),t._v(" "),s("div",{staticClass:"flex flex-wrap md:flex-no-wrap space-x-0 md:space-x-6 mb-5 border-b"},[s("div",{staticClass:"md:w-4/7"},t._l(t.subarticles,(function(e){return s("div",{key:e.id},[s("a",{staticClass:"rounded w-full flex flex-col md:flex-row mb-10",attrs:{href:"/article/"+e.id}},[s("div",{staticClass:"bg-white rounded px-4"},[s("div",{staticClass:"md:mt-0 text-gray-800 font-semibold text-xl xl:text-md lg:text-md mb-2 text-right leading-8 sm:leading-9 md:leading-9 MvTyper hover:underline",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(e.title)}}),t._v(" "),s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(e.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:e.source.logo}})]),t._v(" "),s("div",{staticClass:"text-gray-600 text-md mt-1 flex justify-end items-center"},[s("p",{staticClass:"text-gray-600 text-sm text-right mb-2"},[t._v("\n "+t._s(t._f("moment")(e.published_date,"calendar"))+"\n ")])]),t._v(" "),s("p",{staticClass:"block md:hidden p-2 pl-0 pt-1 text-sm text-gray-600 MvTyper",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(e.body[0])}})]),t._v(" "),s("img",{staticClass:"block md:hidden lg:block rounded-md h-64 md:h-32 m-4 md:m-0",attrs:{src:e.featured_image}})])])})),0),t._v(" "),t.article?s("div",{staticClass:"mb-4 lg:mb-0 p-4 lg:p-0 w-full md:w-4/7 relative rounded block"},[s("a",{attrs:{href:"/article/"+t.article.id}},[s("img",{staticClass:"rounded-md object-cover w-full h-3/4",attrs:{src:t.article.featured_image}})]),t._v(" "),s("a",{attrs:{href:"/article/"+t.article.id}},[s("h1",{staticClass:"text-gray-800 text-xl xl:text-md lg:text-md font-bold mt-2 mb-2 leading-9 hover:underline text-right MvTyper",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(t.article.title)}})]),t._v(" "),s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(t.article.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:t.article.source.logo}})]),t._v(" "),s("div",{staticClass:"text-gray-600 text-md mt-4 flex justify-end items-center mb-3"},[s("p",{staticClass:"ml-1 text-gray-600 text-right"},[t._v("\n "+t._s(t._f("moment")(t.article.published_date,"calendar"))+"\n ")])])]):t._e()])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"py-6 flex justify-center lg:justify-end md:justify-end"},[e("h3",{staticClass:"text-gray-800 font-bold text-3xl MvAamu",staticStyle:{direction:"rtl"}},[this._v("\n މިއަދުގެ ޙުލާސާ\n ")])])}],!1,null,null,null).exports,o={name:"discover-topics",data:function(){return{topics:[]}},mounted:function(){var t=this;axios.get("api/topics").then((function(e){t.topics=e.data.data})).catch((function(t){console.log(t)}))}},c=Object(n.a)(o,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"border-b"},[t._m(0),t._v(" "),s("div",{staticClass:"flex flex-wrap justify-center"},t._l(t.topics,(function(e){return s("a",{key:e.id,staticClass:"text-sm font-medium border border-gray-700 py-1 px-3 rounded-full mr-2 mt-2 mb-4 hover:bg-green-100 MvTyper",staticStyle:{color:"#4A5568"},attrs:{href:"/topic/"+e.slug},domProps:{textContent:t._s(e.name)}})})),0)])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h2",{staticClass:"text-gray-800 font-bold text-3xl text-center mt-3 mb-2 MvAamu"},[this._v("\n ތަފާތު މައުޟޫޢުތައް\n ")])])}],!1,null,null,null).exports,d={name:"recent-stories",data:function(){return{recentStories:[]}},mounted:function(){var t=this;axios.get("api/recent").then((function(e){t.recentStories=e.data.data})).catch((function(t){console.log(t)}))}},u=(s("D9Y6"),Object(n.a)(d,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"mb-10"},[t._m(0),t._v(" "),s("div",{staticClass:"container mx-auto"},[s("div",{staticClass:"flex md:-mx-4 flex-row-reverse flex-wrap mb-7 md:px-0"},t._l(t.recentStories,(function(e){return s("div",{key:e.id,staticClass:"w-1/2 md:w-1/4 px-4 py-4 flex-grow"},[s("a",{attrs:{href:"/article/"+e.id}},[s("div",{staticClass:"w-full h-auto overflow-hidden relative rounded"},[s("img",{attrs:{src:e.featured_image}})])]),t._v(" "),s("div",{staticClass:"w-full h-auto text-right overflow-hidden mt-3"},[s("a",{staticClass:"text-md leading-9 font-semibold text-right text-gray-700 py-3 MvTyper hover:underline",staticStyle:{direction:"rtl"},attrs:{href:"/article/"+e.id},domProps:{textContent:t._s(e.title)}}),t._v(" "),s("div",{staticClass:"flex items-center justify-end mt-3 mb-3"},[s("a",{attrs:{href:"/source/"+e.source.slug}},[s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(e.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:e.source.logo}})])])]),t._v(" "),s("span",{staticClass:"text-gray-600 text-xs ml-1"},[t._v("\n "+t._s(t._f("moment")(e.published_date,"calendar"))+"\n ")])])])})),0)])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h3",{staticClass:"text-gray-800 font-bold text-3xl text-center mt-5 mb-2 mr-3 MvAamu"},[this._v("\n ފަހުގެ ޙަބަރުތަށް\n ")])])}],!1,null,null,null).exports),m={name:"available-sources",data:function(){return{sources:[]}},mounted:function(){var t=this;axios.get("/api/sources").then((function(e){t.sources=e.data.data}))}},f=Object(n.a)(m,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"border-b mt-5"},[e("div",{staticClass:"mb-5"},[this._m(0),this._v(" "),e("div",{staticClass:"flex flex-wrap justify-center"},this._l(this.sources,(function(t){return e("a",{key:t.id,staticClass:"flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3",attrs:{href:"/source/"+t.slug}},[e("img",{staticClass:"h-16 w-16",attrs:{src:t.logo,alt:t.name}})])})),0)])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h2",{staticClass:"text-gray-800 font-bold text-3xl text-center mt-3 mb-2 MvAamu"},[this._v("\n މަސްދަރުތަށް\n ")])])}],!1,null,null,null).exports;s("9Wh1"),i.a.use(s("Lq01"));new i.a({el:"#app",components:{TodaysPick:l,DiscoverTopics:c,RecentStories:u,AvailableSources:f}})},pyCd:function(t,e){}},[[0,1,2]]]); \ No newline at end of file +(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{0:function(t,e,s){s("bUC5"),t.exports=s("pyCd")},"9Wh1":function(t,e,s){window._=s("LvDl"),window.axios=s("vDqi"),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest"},D9Y6:function(t,e,s){"use strict";var a=s("LoUn");s.n(a).a},"Fw+z":function(t,e,s){(t.exports=s("I1BE")(!1)).push([t.i,"\r\n",""])},LoUn:function(t,e,s){var a=s("Fw+z");"string"==typeof a&&(a=[[t.i,a,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};s("aET+")(a,i);a.locals&&(t.exports=a.locals)},bUC5:function(t,e,s){"use strict";s.r(e);var a=s("XuX8"),i=s.n(a),r={name:"todays-pick",data:function(){return{article:null,subarticles:[]}},mounted:function(){var t=this;axios.get("api/today").then((function(e){t.article=e.data[0],t.subarticles=e.data.slice(1,5)})).catch((function(t){console.log(t)}))}},n=s("KHd+"),l=Object(n.a)(r,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t._m(0),t._v(" "),s("div",{staticClass:"flex flex-wrap md:flex-no-wrap space-x-0 md:space-x-6 mb-5 border-b"},[s("div",{staticClass:"md:w-4/7"},t._l(t.subarticles,(function(e){return s("div",{key:e.id},[s("a",{staticClass:"rounded w-full flex flex-col md:flex-row mb-10",attrs:{href:"/article/"+e.id}},[s("div",{staticClass:"bg-white rounded px-4"},[s("div",{staticClass:"md:mt-0 text-gray-800 font-semibold text-xl xl:text-md lg:text-md mb-2 text-right leading-8 sm:leading-9 md:leading-9 MvTyper hover:underline",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(e.title)}}),t._v(" "),s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(e.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:e.source.logo}})]),t._v(" "),s("div",{staticClass:"text-gray-600 text-md mt-1 flex justify-end items-center"},[s("p",{staticClass:"text-gray-600 text-sm text-right mb-2"},[t._v("\n "+t._s(t._f("moment")(e.published_date,"calendar"))+"\n ")])]),t._v(" "),s("p",{staticClass:"block md:hidden p-2 pl-0 pt-1 text-sm text-gray-600 MvTyper",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(e.body[0])}})]),t._v(" "),s("img",{staticClass:"block md:hidden lg:block rounded-md h-64 md:h-32 m-4 md:m-0",attrs:{src:e.featured_image}})])])})),0),t._v(" "),t.article?s("div",{staticClass:"mb-4 lg:mb-0 p-4 lg:p-0 w-full md:w-4/7 relative rounded block"},[s("a",{attrs:{href:"/article/"+t.article.id}},[s("img",{staticClass:"rounded-md object-cover w-full h-3/4",attrs:{src:t.article.featured_image}})]),t._v(" "),s("a",{attrs:{href:"/article/"+t.article.id}},[s("h1",{staticClass:"text-gray-800 text-xl xl:text-md lg:text-md font-bold mt-2 mb-2 leading-9 hover:underline text-right MvTyper",staticStyle:{direction:"rtl"},domProps:{textContent:t._s(t.article.title)}})]),t._v(" "),s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(t.article.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:t.article.source.logo}})]),t._v(" "),s("div",{staticClass:"text-gray-600 text-md mt-4 flex justify-end items-center mb-3"},[s("p",{staticClass:"ml-1 text-gray-600 text-right"},[t._v("\n "+t._s(t._f("moment")(t.article.published_date,"calendar"))+"\n ")])])]):t._e()])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"py-6 flex justify-center lg:justify-end md:justify-end"},[e("h3",{staticClass:"text-gray-800 text-3xl MvAamu",staticStyle:{direction:"rtl","font-weight":"100"}},[this._v("\n މިއަދުގެ ޙުލާސާ\n ")])])}],!1,null,null,null).exports,c={name:"discover-topics",data:function(){return{topics:[]}},mounted:function(){var t=this;axios.get("api/topics").then((function(e){t.topics=e.data.data})).catch((function(t){console.log(t)}))}},o=Object(n.a)(c,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"border-b"},[t._m(0),t._v(" "),s("div",{staticClass:"flex flex-wrap justify-center"},t._l(t.topics,(function(e){return s("a",{key:e.id,staticClass:"text-sm font-medium border border-gray-700 py-1 px-3 rounded-full mr-2 mt-2 mb-4 hover:bg-green-100 MvTyper",staticStyle:{color:"#4A5568"},attrs:{href:"/topic/"+e.slug},domProps:{textContent:t._s(e.name)}})})),0)])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h2",{staticClass:"text-gray-800 text-3xl text-center mt-3 mb-2 MvAamu",staticStyle:{"font-weight":"100"}},[this._v("\n ތަފާތު މައުޟޫޢުތައް\n ")])])}],!1,null,null,null).exports,d={name:"recent-stories",data:function(){return{recentStories:[]}},mounted:function(){var t=this;axios.get("api/recent").then((function(e){t.recentStories=e.data.data})).catch((function(t){console.log(t)}))}},u=(s("D9Y6"),Object(n.a)(d,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"mb-10"},[t._m(0),t._v(" "),s("div",{staticClass:"container mx-auto"},[s("div",{staticClass:"flex md:-mx-4 flex-row-reverse flex-wrap mb-7 md:px-0"},t._l(t.recentStories,(function(e){return s("div",{key:e.id,staticClass:"w-1/2 md:w-1/4 px-4 py-4 flex-grow"},[s("a",{attrs:{href:"/article/"+e.id}},[s("div",{staticClass:"w-full h-auto overflow-hidden relative rounded"},[s("img",{attrs:{src:e.featured_image}})])]),t._v(" "),s("div",{staticClass:"w-full h-auto text-right overflow-hidden mt-3"},[s("a",{staticClass:"text-md leading-9 font-semibold text-right text-gray-700 py-3 MvTyper hover:underline",staticStyle:{direction:"rtl"},attrs:{href:"/article/"+e.id},domProps:{textContent:t._s(e.title)}}),t._v(" "),s("div",{staticClass:"flex items-center justify-end mt-3 mb-3"},[s("a",{attrs:{href:"/source/"+e.source.slug}},[s("div",{staticClass:"flex justify-end items-center"},[s("div",[s("p",{staticClass:"font-semibold text-gray-700 text-sm capitalize MvTyper",domProps:{textContent:t._s(e.source.name)}})]),t._v(" "),s("img",{staticClass:"h-10 w-10 rounded-full ml-1 object-cover",attrs:{src:e.source.logo}})])])]),t._v(" "),s("span",{staticClass:"text-gray-600 text-xs ml-1"},[t._v("\n "+t._s(t._f("moment")(e.published_date,"calendar"))+"\n ")])])])})),0)])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h3",{staticClass:"text-gray-800 text-3xl text-center mt-5 mb-2 mr-3 MvAamu",staticStyle:{"font-weight":"100"}},[this._v("\n ފަހުގެ ޙަބަރުތަށް\n ")])])}],!1,null,null,null).exports),m={name:"available-sources",data:function(){return{sources:[]}},mounted:function(){var t=this;axios.get("/api/sources").then((function(e){t.sources=e.data.data}))}},f=Object(n.a)(m,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"border-b mt-5"},[e("div",{staticClass:"mb-5"},[this._m(0),this._v(" "),e("div",{staticClass:"flex flex-wrap justify-center"},this._l(this.sources,(function(t){return e("a",{key:t.id,staticClass:"flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3",attrs:{href:"/source/"+t.slug}},[e("img",{staticClass:"h-16 w-16",attrs:{src:t.logo,alt:t.name}})])})),0)])])}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("h2",{staticClass:"text-gray-800 text-3xl text-center mt-3 mb-2 MvAamu",staticStyle:{"font-weight":"100"}},[this._v("\n މަސްދަރުތަށް\n ")])])}],!1,null,null,null).exports;s("9Wh1"),i.a.use(s("Lq01"));new i.a({el:"#app",components:{TodaysPick:l,DiscoverTopics:o,RecentStories:u,AvailableSources:f}})},pyCd:function(t,e){}},[[0,1,2]]]); \ No newline at end of file diff --git a/public/mix-manifest.json b/public/mix-manifest.json index bc7a44e..055024d 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,6 +1,6 @@ { - "/js/app.js": "/js/app.js?id=aec5f58d45a831d17a96", - "/css/app.css": "/css/app.css?id=68d78a0cdd953755874d", + "/js/app.js": "/js/app.js?id=713804f0b0e614772183", + "/css/app.css": "/css/app.css?id=5dced5120f246bf09705", "/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e", "/js/vendor.js": "/js/vendor.js?id=596002803ce0d197ef4c" } diff --git a/resources/js/components/AvailableSources.vue b/resources/js/components/AvailableSources.vue index 319efdf..350ab85 100644 --- a/resources/js/components/AvailableSources.vue +++ b/resources/js/components/AvailableSources.vue @@ -3,7 +3,8 @@

މަސްދަރުތަށް

diff --git a/resources/js/components/DiscoverTopics.vue b/resources/js/components/DiscoverTopics.vue index f12e02f..1a96168 100644 --- a/resources/js/components/DiscoverTopics.vue +++ b/resources/js/components/DiscoverTopics.vue @@ -1,7 +1,9 @@