Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
ee9991b5
Commit
ee9991b5
authored
Mar 03, 2020
by
Jacek Lebioda
Browse files
feat: the image boxes are clickable in the index page
parent
5739bc11
Changes
2
Hide whitespace changes
Inline
Side-by-side
_layouts/index.html
View file @
ee9991b5
...
...
@@ -32,26 +32,32 @@ layout: default
{{ content | markdownify }}
<div
class=
"index-flex"
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_events.jpg' | relative_url }}"
alt=
"Events image"
/>
<div
class=
"index-box-caption"
>
<a
href=
"{{ '/events/' | relative_url }}"
>
Events
</a>
<a
href=
"{{ '/events/' | relative_url }}"
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_events.jpg' | relative_url }}"
alt=
"Events image"
/>
<div
class=
"index-box-caption"
>
Events
</div>
</div>
</
div
>
</
a
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_jobs.jpg' | relative_url }}"
alt=
"Job vacancies image"
/>
<div
class=
"index-box-caption"
>
<a
href=
"{{ '/about-node/vacancies' | relative_url }}"
>
Job vacancies
</a>
<a
href=
"{{ '/about-node/vacancies' | relative_url }}"
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_jobs.jpg' | relative_url }}"
alt=
"Job vacancies image"
/>
<div
class=
"index-box-caption"
>
Job vacancies
</div>
</div>
</
div
>
</
a
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_flyer.jpg' | relative_url }}"
alt=
"Flyer image"
/>
<div
class=
"index-box-caption"
>
<a
href=
"https://webdav-r3lab.uni.lu/public/elixir/website/pdf/ELIXIR-LU_Flyer_VF.pdf"
>
Download flyer
</a>
<a
href=
"https://webdav-r3lab.uni.lu/public/elixir/website/pdf/ELIXIR-LU_Flyer_VF.pdf"
>
<div
class=
"index-box"
>
<img
src=
"{{ '/assets/buttons/index_flyer.jpg' | relative_url }}"
alt=
"Flyer image"
/>
<div
class=
"index-box-caption"
>
Download flyer
</div>
</div>
</
div
>
</
a
>
</div>
</div>
...
...
elixir-theme.gemspec
View file @
ee9991b5
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.1
7
"
spec
.
version
=
"0.9.1
8
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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