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

{ {
"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",
}, },
"keywords": [ "keywords": [
"ohm", "ohm",
"management",
"news",
"app" "app"
], ],
"author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt", "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

document.addEventListener("DOMContentLoaded", function () { document.addEventListener("DOMContentLoaded", function () {
$('body').bootstrapMaterialDesign(); $('body').bootstrapMaterialDesign();
}, false); }, 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

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

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


Loading…
Cancel
Save