Commit e0c779a0 authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update public/settings.js, public/home/index.html files

parent baaf8573
......@@ -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>
......
......@@ -71,9 +71,9 @@ let settings = {
participants: [
{
name: "John Doe",
name: "Patrick Wuerstle",
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
}
]
}
],
......
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