Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Buildicipate
webpage
Commits
e0c779a0
Commit
e0c779a0
authored
4 years ago
by
Joe T.S.
Browse files
Options
Download
Email Patches
Plain Diff
Update public/settings.js, public/home/index.html files
parent
baaf8573
master
1 merge request
!1
Update public/settings.js, public/home/index.html files
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/home/index.html
+106
-100
public/home/index.html
public/settings.js
+26
-4
public/settings.js
with
132 additions
and
104 deletions
+132
-104
public/home/index.html
+
106
-
100
View file @
e0c779a0
...
...
@@ -26,7 +26,7 @@
</header>
<div
class=
"content"
>
<h1>
Here goes a title
</h1>
<h1>
Buildicipate Project
</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pellentesque diam ipsum, nec
...
...
@@ -57,15 +57,17 @@
<h1>
Here goes a title
</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ornare massa eget egestas purus viverra.
Molestie nunc non blandit massa enim nec dui. Arcu ac tortor dignissim convallis aenean
et tortor at. Nisi quis eleifend quam adipiscing vitae. Eget nunc lobortis mattis aliquam.
Integer vitae justo eget magna. Sed risus pretium quam vulputate dignissim suspendisse.
Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi.
Venenatis lectus magna fringilla urna porttitor rhoncus. Lectus vestibulum mattis ullamcorper velit sed.
</p>
<li>
A real world digital 3D platform (Digital Twin) of Stuttgart for citizens and government to build, play,
explore and engage in city development process.
</li>
<li>
Complimanting traditional citizen particiaption in city development process using visually rich digital city
environment and interaction.
</li>
<li>
Enhancing the digital participation platform with game elements to bring out more creativity and sense of
there importance in the city development process.
</li>
<h1>
Here goes a title
</h1>
...
...
@@ -95,7 +97,9 @@
<p>
<div
class=
"video-container"
>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/AZjduAZwm6w"
frameborder=
"0"
allow=
"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope"
allowfullscreen
></iframe>
<iframe
width=
"560"
height=
"315"
src=
"https://www.youtube.com/embed/AZjduAZwm6w"
frameborder=
"0"
allow=
"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope"
allowfullscreen
></iframe>
</div>
</p>
...
...
@@ -104,7 +108,9 @@
<p>
<ul>
<li><a
href=
"https://stadtlabor.podigee.io"
>
HFT Stadtlabor
</a></li>
<li><a
href=
"https://stadtlabor.podigee.io/5-05-vergessen-in-der-stadt-wie-die-stadtplanung-menschen-mit-demenz-helfen-kann"
>
Vergessen in der Stadt
</a></li>
<li><a
href=
"https://stadtlabor.podigee.io/5-05-vergessen-in-der-stadt-wie-die-stadtplanung-menschen-mit-demenz-helfen-kann"
>
Vergessen
in der Stadt
</a></li>
</ul>
</p>
...
...
This diff is collapsed.
Click to expand it.
public/settings.js
+
26
-
4
View file @
e0c779a0
...
...
@@ -71,9 +71,9 @@ let settings = {
participants
:
[
{
name
:
"
John Do
e
"
,
name
:
"
Patrick Wuerstl
e
"
,
avatar
:
DEFAULT
.
avatar
,
email
:
"
john.doe@lalaland.com
"
,
email
:
"
patrick.Wuerstle@hft-stuttgart.de
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -98,7 +98,7 @@ let settings = {
]
},
{
name
:
"
Charlotte Doe
"
,
name
:
"
Rushi
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/charlotte.jpg`
,
email
:
"
charlotte.doe@lalaland.com
"
,
social
:
[
...
...
@@ -118,6 +118,28 @@ let settings = {
profile
:
DEFAULT
.
social
.
linkedin
.
profile
}
]
},
{
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
}
]
}
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets