settings.js 5.98 KB
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
/*
███████╗██╗███╗   ██╗ ██████╗ ███████╗██████╗     ██╗    ██╗███████╗ ██████╗ 
██╔════╝██║████╗  ██║██╔════╝ ██╔════╝██╔══██╗    ██║    ██║██╔════╝██╔════╝ 
█████╗  ██║██╔██╗ ██║██║  ███╗█████╗  ██████╔╝    ██║ █╗ ██║█████╗  ██║  ███╗
██╔══╝  ██║██║╚██╗██║██║   ██║██╔══╝  ██╔══██╗    ██║███╗██║██╔══╝  ██║   ██║
██║     ██║██║ ╚████║╚██████╔╝███████╗██║  ██║    ╚███╔███╔╝███████╗╚██████╔╝
╚═╝     ╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝     ╚══╝╚══╝ ╚══════╝ ╚═════╝ 
*/

Athanasios's avatar
Athanasios committed
10
const BASE_URL = `${window.location.origin}/${window.location.pathname.split('/').filter((e, i)=>{return i>0 & i<4}).join('/')}`;
Athanasios's avatar
Athanasios committed
11
12
13
14
15
16
const ON = true;
const OFF = false;
const EMPTY_LINK = "javascript:undefined";
const DEFAULT = {
  social: {
    twitter: {
Athanasios's avatar
Athanasios committed
17
      icon: `${BASE_URL}/assets/images/twitter.png`,
Athanasios's avatar
Athanasios committed
18
19
20
      profile: "https://twitter.com/InnolabM4"
    },
    facebook: {
Athanasios's avatar
Athanasios committed
21
      icon: `${BASE_URL}/assets/images/facebook.png`,
Athanasios's avatar
Athanasios committed
22
23
24
      profile: "https://www.facebook.com/HfTStuttgart"
    },
    linkedin: {
Athanasios's avatar
Athanasios committed
25
      icon: `${BASE_URL}/assets/images/linkedin.png`,
Athanasios's avatar
Athanasios committed
26
27
28
      profile: "https://www.linkedin.com/school/hochschule-f%C3%BCr-technik-stuttgart-%E2%80%93-university-of-applied-sciences"
    },
    webpage: {
Athanasios's avatar
Athanasios committed
29
      icon: `${BASE_URL}/assets/images/webpage.png`,
Athanasios's avatar
Athanasios committed
30
31
32
      profile: "https://www.hft-stuttgart.de"
    }
  },
Athanasios's avatar
Athanasios committed
33
34
  avatar: `${BASE_URL}/assets/images/avatar.png`
};
Athanasios's avatar
Athanasios committed
35

Athanasios's avatar
Athanasios committed
36
37
38
39
40
41
42
43
44
/*
███████╗███████╗████████╗████████╗██╗███╗   ██╗ ██████╗ ███████╗
██╔════╝██╔════╝╚══██╔══╝╚══██╔══╝██║████╗  ██║██╔════╝ ██╔════╝
███████╗█████╗     ██║      ██║   ██║██╔██╗ ██║██║  ███╗███████╗
╚════██║██╔══╝     ██║      ██║   ██║██║╚██╗██║██║   ██║╚════██║
███████║███████╗   ██║      ██║   ██║██║ ╚████║╚██████╔╝███████║
╚══════╝╚══════╝   ╚═╝      ╚═╝   ╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚══════╝
*/

Athanasios's avatar
Athanasios committed
45
46
let settings = {

Joe T.S.'s avatar
Joe T.S. committed
47
  pageTitle: "Buildicipate",
Athanasios's avatar
Athanasios committed
48

Athanasios's avatar
Athanasios committed
49
  switches: [
Athanasios's avatar
Athanasios committed
50
51
52
53
    {
      name: "projectLogo",
      state: ON
    },
Athanasios's avatar
Athanasios committed
54
55
56
57
58
59
60
61
62
63
64
65
66
67
    {
      name: "projectName",
      state: ON
    },
    {
      name: "participants",
      state: ON
    },
    {
      name: "footerLogos",
      state: ON
    }
  ],

Athanasios's avatar
Athanasios committed
68
69
  projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,

Joe T.S.'s avatar
Joe T.S. committed
70
  projectName: "Buildicipate",
Athanasios's avatar
Athanasios committed
71
72
73

  participants: [
    {
74
      name: "Patrick Wuerstle",
Joe T.S.'s avatar
Joe T.S. committed
75
      avatar: "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/7/f/csm_ImageProfil_e7a92cdd9b.jpg",
76
      email: "patrick.Wuerstle@hft-stuttgart.de",
Athanasios's avatar
Athanasios committed
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
      social: [
        {
          agent: "twitter",
          icon: DEFAULT.social.twitter.icon,
          profile: DEFAULT.social.twitter.profile
        },
        {
          agent: "facebook",
          icon: DEFAULT.social.facebook.icon,
          profile: DEFAULT.social.facebook.profile
        },
        {
          agent: "linkedin",
          icon: DEFAULT.social.linkedin.icon,
          profile: DEFAULT.social.linkedin.profile
        },
        {
          agent: "webpage",
          icon: DEFAULT.social.webpage.icon,
          profile: "https://johndoe.com"
        }
      ]
    },
    {
101
      name: "Rushi",
Joe T.S.'s avatar
Joe T.S. committed
102
103
      avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/1/6/csm_Passport_Size_Pic__2__d559dc6245.jpg`,
      email: "rushikesh.padsala@hft-stuttgart.de",
Athanasios's avatar
Athanasios committed
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
      social: [
        {
          agent: "twitter",
          icon: DEFAULT.social.twitter.icon,
          profile: DEFAULT.social.twitter.profile
        },
        {
          agent: "facebook",
          icon: DEFAULT.social.facebook.icon,
          profile: DEFAULT.social.facebook.profile
        },
        {
          agent: "linkedin",
          icon: DEFAULT.social.linkedin.icon,
          profile: DEFAULT.social.linkedin.profile
        }
      ]
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
    },
    {
      name: "Joe T.S.",
      avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/9/b/csm_JoeSquare_89b2f100d1.jpg`,
      email: "thunyathep.s@outlook.com",
      social: [
        {
          agent: "twitter",
          icon: DEFAULT.social.twitter.icon,
          profile: DEFAULT.social.twitter.profile
        },
        {
          agent: "facebook",
          icon: DEFAULT.social.facebook.icon,
          profile: DEFAULT.social.facebook.profile
        },
        {
          agent: "linkedin",
          icon: DEFAULT.social.linkedin.icon,
          profile: DEFAULT.social.linkedin.profile
        }
      ]
Athanasios's avatar
Athanasios committed
143
144
145
146
147
    }
  ],

  footerLogos: [
    {
Athanasios's avatar
Athanasios committed
148
      logo: `${BASE_URL}/assets/logos/Logo_M4_LAB.jpg`,
Athanasios's avatar
Athanasios committed
149
150
151
152
      href: EMPTY_LINK,
      title: "M4_LAB"
    },
    {
Athanasios's avatar
Athanasios committed
153
      logo: `${BASE_URL}/assets/logos/logo1.png`,
Athanasios's avatar
Athanasios committed
154
155
156
157
      href: "http://www.innovative-hochschule.de",
      title: "Innovative Hochschule"
    },
    {
Athanasios's avatar
Athanasios committed
158
      logo: `${BASE_URL}/assets/logos/logo2.png`,
Athanasios's avatar
Athanasios committed
159
160
161
162
      href: "https://www.bmbf.de",
      title: "Bundesministerium für Bildung und Forschung"
    }
  ]
163
};