Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Merge requests
!42
Stylize teckids event
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Stylize teckids event
stylize_teckids_event
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
codecraft
requested to merge
stylize_teckids_event
into
master
1 year ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Stylizes the
teckids_event
-shortcode.
Adds possiblity for shortcode bodies.
0
0
Merge request reports
Viewing commit
a95965e6
Prev
Next
Show latest version
1 file
+
40
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a95965e6
format teckdis_event to be more readable
· a95965e6
codecraft
authored
1 year ago
templates/shortcodes/teckids_event.html
+
40
−
40
Options
@@ -3,50 +3,50 @@
<h2>
{{ title | default(value="Informationen und Anmeldung") }}
</h2>
<section
class=
"section event-section"
>
<div
class=
"card event-card"
>
<div
class=
"card-content"
>
<div
class=
"columns"
>
<div
class=
"column is-two-thirds event-info"
>
<h3
class=
"title is-5"
>
{{ event.display_name }}
</h3>
<p
class=
"subtitle is-6"
>
{{ event.description }}
</p>
<div
class=
"columns"
>
<div
class=
"column is-one-third"
>
<address>
{{ event.location }}
</address>
</div>
<div
class=
"column is-one-third"
>
<time
datetime=
"{{ event.date }}"
>
{{ event.date | date }}
</time>
</div>
<div
class=
"column is-one-third"
>
{{ event.cost }} €
<div
class=
"card-content"
>
<div
class=
"columns"
>
<div
class=
"column is-two-thirds event-info"
>
<h3
class=
"title is-5"
>
{{ event.display_name }}
</h3>
<p
class=
"subtitle is-6"
>
{{ event.description }}
</p>
<div
class=
"columns"
>
<div
class=
"column is-one-third"
>
<address>
{{ event.location }}
</address>
</div>
<div
class=
"column is-one-third"
>
<time
datetime=
"{{ event.date }}"
>
{{ event.date | date }}
</time>
</div>
<div
class=
"column is-one-third"
>
{{ event.cost }} €
</div>
</div>
</div>
</div>
<div
class=
"column is-one-third"
>
<div
class=
"buttons are-large are-responsive"
>
<a
class=
"button is-primary is-fullwidth"
href=
"https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-envelope-open-text"
></i></span>
<span>
Zur Anmeldung
</span>
</div>
</a>
<a
class=
"button is-link is-fullwidth"
href=
"mailto:{{ mail|default(value="
verein
@
teckids.org
")
}}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-envelope-open-text"
></i></span>
<span>
E-Mail schreiben
</span>
</div>
</a>
<a
class=
"button is-link is-fullwidth"
href=
"tel:{{ phone|default(value="
+4922892934160")
}}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-phone"
></i></span>
<span>
Anrufen
</span>
<div
class=
"column is-one-third"
>
<div
class=
"buttons are-large are-responsive"
>
<a
class=
"button is-primary is-fullwidth"
href=
"https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-envelope-open-text"
></i></span>
<span>
Zur Anmeldung
</span>
</div>
</a>
<a
class=
"button is-link is-fullwidth"
href=
"mailto:{{ mail|default(value="
verein
@
teckids.org
")
}}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-envelope-open-text"
></i></span>
<span>
E-Mail schreiben
</span>
</div>
</a>
<a
class=
"button is-link is-fullwidth"
href=
"tel:{{ phone|default(value="
+4922892934160")
}}"
>
<div
class=
"icon-text"
>
<span
class=
"icon"
><i
class=
"fa-solid fa-phone"
></i></span>
<span>
Anrufen
</span>
</div>
</a>
</div>
</
a
>
</
div
>
</div>
</div>
</div>
</div>
</div>
</section>
Loading