Changed file-folder structure
This commit is contained in:
parent
855dbf8ba7
commit
f67e5184b3
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "omapp",
|
"name": "ohmnews",
|
||||||
"version": "1.0.0",
|
"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",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ohm",
|
"ohm",
|
||||||
"management",
|
"news",
|
||||||
"app"
|
"app"
|
||||||
],
|
],
|
||||||
"author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt",
|
"author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt",
|
||||||
|
@ -23,8 +23,3 @@ if ('serviceWorker' in navigator) {
|
|||||||
document.addEventListener("DOMContentLoaded", function () {
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
$('body').bootstrapMaterialDesign();
|
$('body').bootstrapMaterialDesign();
|
||||||
}, false);
|
}, false);
|
||||||
/*
|
|
||||||
$(document).ready(function() {
|
|
||||||
$('body').bootstrapMaterialDesign();
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Vue.component('ProfilCard', {
|
Vue.component('ProfilCard', {
|
||||||
template: `<div>
|
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="profil-card card">
|
||||||
<div class="edit-item"><i class="material-icons">edit</i></div>
|
<div class="edit-item"><i class="material-icons">edit</i></div>
|
||||||
<div class="profil-text">
|
<div class="profil-text">
|
Loading…
x
Reference in New Issue
Block a user