@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "omapp", | |||
"name": "ohmnews", | |||
"version": "1.0.0", | |||
"description": "ohm-management app for a alternative communication and organization", | |||
"description": "ohm-information app for smarter and more intuitive information and organization", | |||
"main": "server.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
@@ -13,7 +13,7 @@ | |||
}, | |||
"keywords": [ | |||
"ohm", | |||
"management", | |||
"news", | |||
"app" | |||
], | |||
"author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt", |
@@ -23,8 +23,3 @@ if ('serviceWorker' in navigator) { | |||
document.addEventListener("DOMContentLoaded", function () { | |||
$('body').bootstrapMaterialDesign(); | |||
}, false); | |||
/* | |||
$(document).ready(function() { | |||
$('body').bootstrapMaterialDesign(); | |||
}); | |||
*/ |
@@ -1,6 +1,6 @@ | |||
Vue.component('ProfilCard', { | |||
template: `<div> | |||
<img class="profil-img rounded-circle" src="img/profil_icon2.png" width=120px height=120px> | |||
<img class="profil-img rounded-circle" src="img/profil_icon.png" width=120px height=120px> | |||
<div class="profil-card card"> | |||
<div class="edit-item"><i class="material-icons">edit</i></div> | |||
<div class="profil-text"> |