Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ICT4iCity
data_workflow
Commits
a70d9a38
Commit
a70d9a38
authored
Mar 12, 2021
by
Athanasios
Browse files
Added content in raw template
parent
276637f1
Pipeline
#6117
passed with stages
in 24 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/assets/css/style.css
View file @
a70d9a38
...
...
@@ -23,6 +23,10 @@ p {
padding-right
:
25%
;
}
.content
ul
{
list-style-image
:
url(../images/list.png)
;
}
header
{
position
:
relative
;
width
:
100%
;
...
...
@@ -210,4 +214,17 @@ nav a:hover {
.top
:hover
{
opacity
:
1
;
}
audio
{
width
:
100%
;
}
.video-container
{
width
:
100%
;
}
.video-container
iframe
{
width
:
100%
;
max-width
:
560px
;
}
\ No newline at end of file
public/assets/images/list.png
0 → 100644
View file @
a70d9a38
407 Bytes
public/home/audio.mp3
0 → 100644
View file @
a70d9a38
File added
public/home/index.html
View file @
a70d9a38
...
...
@@ -78,6 +78,29 @@
Venenatis lectus magna fringilla urna porttitor rhoncus. Lectus vestibulum mattis ullamcorper velit sed.
</p>
<h1>
Audio demo
</h1>
<p>
<audio
controls
src=
"audio.mp3"
type=
"audio/mp3"
></audio>
</p>
<h1>
Embed Youtube video
</h1>
<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>
</div>
</p>
<h1>
List of external links
</h1>
<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>
</ul>
</p>
</div>
<div
class=
"footer"
></div>
...
...
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