Skip to content

Commit a300500

Browse files
author
Karin Huber
committed
sessions
1 parent 9ac325a commit a300500

File tree

13 files changed

+247
-694
lines changed

13 files changed

+247
-694
lines changed

content/sponsors/cubido.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: 'cubido'
33
type: 'Gold Sponsor'
44
logo: 'cubido.png'
55
priority: 2
6-
draft: true
76
---
87

98
ACP CUBIDO ist Spezialist für die Optimierung und Automatisierung von Geschäftsprozessen, der Entwicklung von individuellen Softwarelösungen sowie Industrial IoT und Data Management. Mit dem Einsatz innovativer Technologien wie Künstliche Intelligenz, Machine Learning und Data Science unterstützt ACP CUBIDO ihre Kunden bei der Erfassung, Analyse und Aufbereitung von Daten jeglicher Art. So können wertvolle Informationen aus Unternehmensdaten gewonnen werden, um nachhaltige Kosteneinsparungen, Produktivitäts- oder Qualitätssteigerungen zu erreichen.

content/sponsors/dynatrace.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: 'Dynatrace'
33
type: 'Gold Sponsor'
44
logo: 'dynatrace.svg'
55
priority: 2
6-
draft: true
76
---
87

98
Founded in 2005 in Linz, Austria, Dynatrace is the world market leader in software intelligence. On the way to the autonomous, self-healing, and self-protecting cloud, Dynatrace supports the largest companies in the world with AI-driven, answer-based automation to create perfect digital solutions. Millions of people benefit from this in the age of digitalization: when banking, traveling, shopping, working on the go, or in the health sector. The technological and creative heart of software development at Dynatrace beats in Europe: Linz is the company’s global engineering headquarters with additional engineering locations in Hagenberg, Graz, Klagenfurt, Vienna, Innsbruck, Barcelona, Gdansk, Tallinn, and Detroit. A total of around 3,600 people work at Dynatrace globally, including around 1,200 in research and engineering. More than 3,300 customers worldwide use Dynatrace to optimize their software. In fiscal year 2022, total revenue amounted to $929 million.

data/sessionize.json

Lines changed: 43 additions & 555 deletions
Large diffs are not rendered by default.

layouts/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616

1717
<!-- {{ partial "call-for-participation.html" . }} -->
1818

19+
{{ partial "speakers.html" . }}
20+
1921
{{ partial "session-recordings.html" . }}
2022

2123
{{ partial "sponsors.html" . }}
2224

2325
<!-- {{ partial "schedule.html" . }} -->
2426

25-
<!-- {{ partial "speakers.html" . }} -->
26-
27-
2827
{{ partial "contact.html" . }}
2928

3029
{{ partial "js.html" . }}

layouts/partials/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>We Are Hybrid, and there is great food!</h3>
3030
sessions in the live stream.<br />
3131
<br />
3232
Vegetarian food (vegan options will be available, too) and drinks for all registered attendees will
33-
be provided-<!-- by <a href="https://www.good-karma.at/" target="_blank">Good Karma Gastro</a>-->. A
33+
be provided<!-- by <a href="https://www.good-karma.at/" target="_blank">Good Karma Gastro</a>-->. A
3434
big thank you goes to our <a href="/sponsors">sponsors</a> for making free food and drinks possible!
3535
</p>
3636

layouts/partials/nav.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<a href="/">Home</a>
1919
</li>
2020
<li>
21-
<a class="page-scroll"
22-
href="{{ cond (eq .File.Dir "") "" "/" }}#about">{{ .Site.Params.navigation.links.about }}</a>
21+
<a class="page-scroll" href="{{ cond (eq .File.Dir "") "" " /" }}#about">{{
22+
.Site.Params.navigation.links.about }}</a>
2323
</li>
2424
<!-- <li>
2525
<a class="page-scroll"
@@ -28,25 +28,25 @@
2828
<!-- <li class="{{ cond (eq .Page.Title "Sponsor Packs") "active" "" }}">
2929
<a href="/sponsor-packs">Sponsor Packs</a>
3030
</li> -->
31-
<li class="{{ cond (eq .Page.Title "Sponsors") "active" "" }}">
31+
<li class="{{ cond (eq .Page.Title " Sponsors") "active" "" }}">
3232
<a href="/sponsors">{{ .Site.Params.navigation.links.sponsors }}</a>
3333
</li>
3434
<!-- <li class="{{ cond (eq .Page.Title "Streaming") "active" "" }}">
3535
<a href="/streaming">Streaming</a>
3636
</li> -->
37-
<!-- <li class="{{ cond (eq .Page.Title "Speakers") "active" "" }}">
37+
<li class="{{ cond (eq .Page.Title " Speakers") "active" "" }}">
3838
<a href="/speakers">{{ .Site.Params.navigation.links.speakers }}</a>
39-
</li> -->
40-
<!-- <li class="{{ cond (eq .Page.Title "Sessions") "active" "" }}">
39+
</li>
40+
<li class="{{ cond (eq .Page.Title " Sessions") "active" "" }}">
4141
<a href="/sessions">{{ .Site.Params.navigation.links.sessions }}</a>
42-
</li> -->
42+
</li>
4343
<!-- <li class="{{ cond (eq .Page.Title "Juniors") "active" "" }}">
4444
<a href="/junior">Juniors</a>
4545
</li> -->
46-
<li class="{{ cond (eq .Page.Title "Tickets") "active" "" }}">
46+
<li class="{{ cond (eq .Page.Title " Tickets") "active" "" }}">
4747
<a href="/tickets">Tickets</a>
4848
</li>
49-
<li class="{{ cond (eq .Page.Title "Code of Conduct") "active" "" }}">
49+
<li class="{{ cond (eq .Page.Title " Code of Conduct") "active" "" }}">
5050
<a href="/code-of-conduct">COC</a>
5151
</li>
5252
</ul>

0 commit comments

Comments
 (0)