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 @@ ...@@ -26,7 +26,7 @@
</header> </header>
<div class="content"> <div class="content">
<h1>Here goes a title</h1> <h1>Buildicipate Project</h1>
<p> <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pellentesque diam ipsum, nec Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pellentesque diam ipsum, nec
...@@ -57,15 +57,17 @@ ...@@ -57,15 +57,17 @@
<h1>Here goes a title</h1> <h1>Here goes a title</h1>
<p> <li>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor A real world digital 3D platform (Digital Twin) of Stuttgart for citizens and government to build, play,
incididunt ut labore et dolore magna aliqua. Ornare massa eget egestas purus viverra. explore and engage in city development process.
Molestie nunc non blandit massa enim nec dui. Arcu ac tortor dignissim convallis aenean </li>
et tortor at. Nisi quis eleifend quam adipiscing vitae. Eget nunc lobortis mattis aliquam. <li>
Integer vitae justo eget magna. Sed risus pretium quam vulputate dignissim suspendisse. Complimanting traditional citizen particiaption in city development process using visually rich digital city
Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi. environment and interaction.
Venenatis lectus magna fringilla urna porttitor rhoncus. Lectus vestibulum mattis ullamcorper velit sed. </li>
</p> <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> <h1>Here goes a title</h1>
...@@ -95,7 +97,9 @@ ...@@ -95,7 +97,9 @@
<p> <p>
<div class="video-container"> <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> </div>
</p> </p>
...@@ -104,7 +108,9 @@ ...@@ -104,7 +108,9 @@
<p> <p>
<ul> <ul>
<li><a href="https://stadtlabor.podigee.io">HFT Stadtlabor</a></li> <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> </ul>
</p> </p>
......
...@@ -71,9 +71,9 @@ let settings = { ...@@ -71,9 +71,9 @@ let settings = {
participants: [ participants: [
{ {
name: "John Doe", name: "Patrick Wuerstle",
avatar: DEFAULT.avatar, avatar: DEFAULT.avatar,
email: "john.doe@lalaland.com", email: "patrick.Wuerstle@hft-stuttgart.de",
social: [ social: [
{ {
agent: "twitter", agent: "twitter",
...@@ -98,7 +98,7 @@ let settings = { ...@@ -98,7 +98,7 @@ let settings = {
] ]
}, },
{ {
name: "Charlotte Doe", name: "Rushi",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`, avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com", email: "charlotte.doe@lalaland.com",
social: [ social: [
...@@ -118,6 +118,28 @@ let settings = { ...@@ -118,6 +118,28 @@ let settings = {
profile: DEFAULT.social.linkedin.profile 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