Skip to content

Commit

Permalink
longer maintainance
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondtlaurens committed Aug 20, 2020
1 parent 9febd49 commit f38990a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/assets/json/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"views":{
"maintenance": {
"title": "Deze site is in onderhoud",
"description":"De COVID-19 uitbraak duurt langer dan ik had gehoopt. De site zal heropgebouwd worden met de laatste officiële databronnen. Deze werkzaamheden zullen afgerond zijn op 31 juli. Hou je contact beperkt en volg de richtlijnen van de lokale overheden. Wees veilig!"
"description":"Momenteel kom ik tijd te kort om het project te updaten. Je kan altijd zelf aan de slag hier! <a class='text-blue-200' target='_blank' href='https://github.com/dhondtlaurens/covid19'>https://github.com/dhondtlaurens/covid19</a>"
},
"home":{
"title":"Blijf gewoon <span class='text-blue-200'>thuis</span>",
Expand Down Expand Up @@ -114,7 +114,7 @@
"views":{
"maintenance": {
"title": "This site is under maintenance",
"description":"The COVID-19 outbreak is taking longer than I hoped. The site will be rebuilt with the latest official data sources. This work will be completed on July 31. Keep your contact limited and follow the guidelines of the local authorities. Be safe!"
"description":"I am currently running out of time to update the project. You can always get started here! <a class='text-blue-200' target='_blank' href='https://github.com/dhondtlaurens/covid19'>https://github.com/dhondtlaurens/covid19</a>"
},
"home":{
"title":"Just stay <span class='text-blue-200'>home</span>",
Expand Down Expand Up @@ -178,7 +178,7 @@
"views":{
"maintenance": {
"title": "Este sitio esta bajo mantenimiento",
"description":"El brote de COVID-19 está tomando más tiempo de lo que esperaba. El sitio será reconstruido con las últimas fuentes de datos oficiales. Este trabajo se completará el 31 de julio. Mantenga su contacto limitado y siga las pautas de las autoridades locales. ¡Cuidate!"
"description":"Actualmente me estoy quedando sin tiempo para actualizar el proyecto. ¡Siempre puedes empezar aquí! <a class='text-blue-200' target='_blank' href='https://github.com/dhondtlaurens/covid19'> https://github.com/dhondtlaurens/covid19 </a>"
},
"home":{
"title":"Solo quédate en <span class='text-blue-200'>casa</span>",
Expand Down
6 changes: 3 additions & 3 deletions src/components/footer/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="footer flex fixed w-full h-64 bottom-0 border-t bg-white border-gray-100">
<div class="flex justify-between items-center flex-grow h-full px-32 flex border-r border-gray-100">
<div class="flex items-center text-16 text-blue-200">
<!--
<div class='flex items-center mr-16'>
<coffee-component />
</div>
<!--
<div class="hidden md:inline-block text-gray-100 mr-16">
-
</div>
Expand Down Expand Up @@ -59,7 +59,7 @@

<script>
import Coffee from '@/components/coffee/Coffee'
// import Coffee from '@/components/coffee/Coffee'
export default {
name: 'Chart',
Expand Down Expand Up @@ -93,7 +93,7 @@ export default {
}
},
components: {
'coffee-component': Coffee
// 'coffee-component': Coffee
}
}
Expand Down

0 comments on commit f38990a

Please sign in to comment.