Commit 69d75b4f authored by Muddsair Sharif's avatar Muddsair Sharif
Browse files

Update project name settings.js

parent 7afb735a
Pipeline #3383 passed with stages
in 19 seconds
......@@ -44,7 +44,7 @@ const DEFAULT = {
let settings = {
pageTitle: "M4_LAB Page Title",
pageTitle: "Vehicle Detection using Machine Listening and Deep Learning",
switches: [
{
......@@ -52,7 +52,7 @@ let settings = {
state: ON
},
{
name: "projectName",
name: "Vehicle Detection using Machine Listening and Deep Learning",
state: ON
},
{
......@@ -71,7 +71,7 @@ let settings = {
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectName: "M4_LAB Page Demo",
projectName: "Vehicle Detection using Machine Listening and Deep Learning",
menu: [
{
......@@ -90,9 +90,9 @@ let settings = {
participants: [
{
name: "John Doe",
name: "Muddsair Sharif",
avatar: DEFAULT.avatar,
email: "john.doe@lalaland.com",
email: "muddsair.sharif@hft-stuttgart.de",
social: [
{
agent: "twitter",
......@@ -117,9 +117,9 @@ let settings = {
]
},
{
name: "Charlotte Doe",
name: "Gero Lueckemeyer",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
email: "gero.lueckemeyer@hft-stuttgart.de",
social: [
{
agent: "twitter",
......@@ -162,4 +162,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz"
}
]
};
\ No newline at end of file
};
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment