Skip to content
Snippets Groups Projects
Commit 0044cf8a authored by Henrik Askjer's avatar Henrik Askjer
Browse files

update front page

parent ca5c4a2b
No related branches found
No related tags found
No related merge requests found
src/assets/designecologist-5mj5jLhYWpY-unsplash.jpg

2.69 MiB

......@@ -456,13 +456,13 @@ export default {
},
load_monthly_bm: function() {
let self = this
axios.get(ARTICLE_ENDPOINT + 'bm/article/5607.json').then(function(response){
axios.get(ARTICLE_ENDPOINT + 'bm/article/120608.json').then(function(response){
self.monthly_bm = Object.assign(response.data, {dictionary: 'bm'})
})
},
load_monthly_nn: function() {
let self = this
axios.get(ARTICLE_ENDPOINT + 'nn/article/78569.json').then(function(response){
axios.get(ARTICLE_ENDPOINT + 'nn/article/44621.json').then(function(response){
self.monthly_nn = Object.assign(response.data, {dictionary: 'nn'})
})
},
......@@ -763,7 +763,7 @@ div.welcome {
padding-top: 10px;
margin-top: 10px;
flex-grow: 10;
background-image: url('../assets/books.jpg');
background-image: url('../assets/designecologist-5mj5jLhYWpY-unsplash.jpg');
background-repeat: no-repeat;
background-position-x: center;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment