Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c4960918
Commit
c4960918
authored
Aug 02, 2021
by
Kim Höfer
Browse files
add pictures to about page and implement them
parent
e4574794
Changes
8
Hide whitespace changes
Inline
Side-by-side
public/img/startpage_1997.avif
0 → 100644
View file @
c4960918
File added
public/img/startpage_2006.avif
0 → 100644
View file @
c4960918
File added
public/img/startpage_2015.avif
0 → 100644
View file @
c4960918
File added
public/img/startpage_2016.avif
0 → 100644
View file @
c4960918
File added
public/img/2019.avif
→
public/img/
startpage_
2019.avif
View file @
c4960918
File moved
public/img/startpage_2020.avif
0 → 100644
View file @
c4960918
File added
public/img/startpage_2020.png
View replaced file @
e4574794
View file @
c4960918
24.9 KB
|
W:
|
H:
30.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
resources/views/about.blade.php
View file @
c4960918
...
...
@@ -27,6 +27,7 @@
<
h2
>
{{
trans
(
'about.timeline.3'
)
}}
</
h2
>
<
p
>
{{
trans
(
'about.timeline.3.1'
)
}}
</
p
>
<
picture
>
<
source
media
=
"(max-width:465px)"
srcset
=
"/img/1997.avif"
type
=
"image/avif"
>
<
img
src
=
"/img/startpage_1997.png"
alt
=
"MetaGer 1997"
style
=
"width:auto;"
>
</
picture
>
</
div
>
...
...
@@ -38,6 +39,7 @@
<
h2
>
{{
trans
(
'about.timeline.5'
)
}}
</
h2
>
<
p
>
{{
trans
(
'about.timeline.5.1'
)
}}
</
p
>
<
picture
>
<
source
media
=
"(max-width:465px)"
srcset
=
"/img/2006.avif"
type
=
"image/avif"
>
<
img
src
=
"/img/startpage_2006.png"
alt
=
"MetaGer 2006"
style
=
"width:auto;"
>
</
picture
>
</
div
>
...
...
@@ -57,6 +59,7 @@
<
h2
>
{{
trans
(
'about.timeline.9'
)
}}
</
h2
>
<
p
>
{{
trans
(
'about.timeline.9.1'
)
}}
</
p
>
<
picture
>
<
source
media
=
"(max-width:465px)"
srcset
=
"/img/2015.avif"
type
=
"image/avif"
>
<
img
src
=
"/img/startpage_2015.png"
alt
=
"MetaGer 2015"
style
=
"width:auto;"
>
</
picture
>
</
div
>
...
...
@@ -69,6 +72,7 @@
<
h2
>
{{
trans
(
'about.timeline.11'
)
}}
</
h2
>
<
p
>
{{
trans
(
'about.timeline.11.1'
)
}}
</
p
>
<
picture
>
<
source
media
=
"(max-width:465px)"
srcset
=
"/img/2016.avif"
type
=
"image/avif"
>
<
img
src
=
"/img/startpage_2016.png"
alt
=
"MetaGer 2016"
style
=
"width:auto;"
>
</
picture
>
</
div
>
...
...
@@ -100,6 +104,7 @@
<
h2
>
{{
trans
(
'about.timeline.17'
)
}}
</
h2
>
<
p
>
{
!!
trans
(
'about.timeline.17.1'
)
!!
}
</
p
>
<
picture
>
<
source
media
=
"(max-width:465px)"
srcset
=
"/img/2020.avif"
type
=
"image/avif"
>
<
img
src
=
"/img/startpage_2020.png"
alt
=
"MetaGer 2020"
>
</
picture
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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