Browse Source

Changed file-folder structure

pull/1/head
Erik Römmelt 5 years ago
parent
commit
f67e5184b3

public/template-test.html → _not-used_archive/template-test.html View File


+ 3
- 3
package.json View File

@@ -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",

public/1.json → public/data-msg/1.json View File


public/2.json → public/data-msg/2.json View File


public/3.json → public/data-msg/3.json View File


public/list.json → public/data-msg/list.json View File


public/messageData.json → public/data-msg/messageData.json View File


+ 0
- 5
public/main.js View File

@@ -23,8 +23,3 @@ if ('serviceWorker' in navigator) {
document.addEventListener("DOMContentLoaded", function () {
$('body').bootstrapMaterialDesign();
}, false);
/*
$(document).ready(function() {
$('body').bootstrapMaterialDesign();
});
*/

public/bookmark.js → public/routes/bookmark.js View File


public/createMessage.js → public/routes/createMessage.js View File


public/files.js → public/routes/files.js View File


public/home.js → public/routes/home.js View File


public/messageData.js → public/routes/messageData.js View File


public/msgCard.js → public/routes/msgCard.js View File


public/profil.js → public/routes/profil.js View File


public/profilCard.js → public/routes/profilCard.js View File

@@ -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">

public/profilData.js → public/routes/profilData.js View File


Loading…
Cancel
Save