Skip to content

Commit e2c2925

Browse files
committed
Überarbeitung Stefan und HenningX
1 parent a125b39 commit e2c2925

13 files changed

Lines changed: 425 additions & 412 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.hugo_build.lock
2-
3-
public/
2+
.idea
3+
public/

content/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "ComoCamp"
3-
description = "The ComoCamp is the unconference reaching out to bring practitioners of collaborative modeling methods together with their creators and thought leaders."
3+
description = "ComoCamp is the annual gathering of modeling practitioners and visionaries. We teach the status quo, and we explore the next innovations."
44
smallprint = "https://smallprint.tito.io/collaborate-vienna/comocamp-2024"
55
author = "Collaborate Vienna"
66
address = """
@@ -20,7 +20,7 @@ mastodon = "https://hachyderm.io/@comocamp"
2020
draft = false
2121
[[authors]]
2222
name = "Stefan Priebsch"
23-
link = "https://thephp.cc/unternehmen/berater/stefan-priebsch"
23+
link = "https://thephp.cc/company/consultants/stefan-priebsch"
2424
[[authors]]
2525
name = "Martin Schimak"
2626
link = "https://plexiti.com/about/"
@@ -31,5 +31,3 @@ link = "https://hschwentner.io/"
3131
name = "Daniel Sack"
3232
link = "https://www.linkedin.com/in/daniel-sack-7298b020/"
3333
+++
34-
35-

content/camp/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
+++
22
draft = false
3-
title = "Our Camp"
3+
title = "What is ComoCamp?"
44
background = "white"
55
text1 = """
66
Some Collaborative Modeling methods and mashups are ...
77
"""
88
text2 = """
9-
However, our goal is not to pitch specific tools, but to explore their use cases and their relationships. We want to investigate the values behind the tools we love. Why does this new era of Collaborative Modeling feel so different from what many of us associated with 'modeling' in a distant past?
9+
Our goal is not only to pitch specific tools, but also to discuss their use cases and relationships. We love to explore the values behind our tools. A new era of Collaborative Modeling has begun, and it feels different from what many of us associated with modeling in the past!
1010
"""
1111
text3 = """
12-
The Collaborative Modeling Camp (ComoCamp) is an unconference inspired by **Agile Methods**, **Domain-Driven Design** and **Behavior Driven Development**. We reach out to bring practitioners of collaborative modeling methods together with creators and thought leaders. We also invite everybody interested to be part of this event. Experience collaboration, discuss and share your knowledge! Our camp is not-for-profit, hands-on, community-organized, and meant to be a lot of fun.
12+
We invite everybody interested to be part of this event. Experience collaboration, discuss and share your knowledge.
13+
14+
Our camp is not-for-profit, hands-on, community-organized, and meant to be a lot of fun!
1315
"""
1416
methods = ["EventStorming", "User Story Mapping", "Impact Mapping", "Domain Storytelling", "Storystorming", "Context Mapping", "Example Mapping", "Business Model Canvas", "Bounded Context Canvas", "Scenario Casting", "Event Modeling", "Heuristics Mapping"]
1517
+++
1618

17-
After decades of misunderstanding our users, we programmers now have better tools.
19+
ComoCamp is the annual gathering of modeling practitioners and visionaries.
1820

19-
**Collaborative Modeling makes it easy to build the software our users really need.**
21+
We teach the status quo, and we explore the next innovations.
2022

21-
(And not the software we only thought they would need.)
23+
Our mission is to provide a home for the global Collaborative Modelling community.

content/community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Our Community"
2+
title = "Community Voices"
33
draft = false
44
background = "alternate"
55
[[people]]

content/como/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
draft = false
3+
title = "What is Collaborative Modeling?"
4+
background = "alternate"
5+
+++
6+
7+
The essence of Collaborative Modeling lies in **cooperation** and **knowledge sharing**.
8+
9+
All participants bring in their different perspectives, expertise, and experiences.
10+
11+
This leads to a shared understanding of the problem, which helps to develop a shared software-related solution.
12+
13+
The goal is to achieve better and more innovative solutions through collaboration.

content/location/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
draft = false
3-
title = "Our Location"
3+
title = "Location: Europahaus Wien"
44
background = "alternate"
55
+++
66

content/team/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
+++
22
title = "Our Team"
3-
description = "Since the original idea for the ComoCamp in early 2019, a team of true believers went through \"pandemic\" cancellations, but made it finally happen! :)"
3+
description = "Since the original idea for the ComoCamp in early 2019, a team of true believers went through \"pandemic\" cancellations, but then we made it happen."
44
draft = false
55
background = "alternate"
66
[[organizer]]
77
name = "Stefan Priebsch"
8-
line = "IT Strategy, Software Architecture and DDD"
8+
line = "Software Success Consultant, thePHP.cc"
99
image = "stefan-priebsch.png"
10-
web = "https://thephp.cc/unternehmen/berater/stefan-priebsch"
10+
web = "https://thephp.cc/company/consultants/stefan-priebsch"
1111
linkedin = "https://www.linkedin.com/in/stefanpriebsch/"
1212
[[organizer]]
1313
name = "Martin Schimak"

hugo.toml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,38 @@ extensions = [
1111

1212
[menu]
1313
[[menu.main]]
14-
name = 'Our Camp'
15-
pageRef = 'camp'
14+
name = 'What is Collaborative Modeling?'
15+
pageRef = 'como'
1616
weight = 1
1717
[[menu.main]]
18-
name = 'Our Community'
19-
pageRef = 'community'
18+
name = 'ComoCamp'
19+
pageRef = 'camp'
2020
weight = 2
2121
[[menu.main]]
22-
name = 'Our Location'
23-
pageRef = 'location'
22+
name = 'Community'
23+
pageRef = 'community'
2424
weight = 3
2525
[[menu.main]]
26-
name = 'Our Program'
27-
pageRef = 'program'
26+
name = 'Location'
27+
pageRef = 'location'
2828
weight = 4
2929
[[menu.main]]
30-
name = 'Our Supporters'
31-
pageRef = 'supporters'
30+
name = 'Program'
31+
pageRef = 'program'
3232
weight = 5
3333
[[menu.main]]
34-
name = 'Our Team'
35-
pageRef = 'team'
34+
name = 'Sponsors'
35+
pageRef = 'supporters'
3636
weight = 6
37+
[[menu.main]]
38+
name = 'Team'
39+
pageRef = 'team'
40+
weight = 7
3741
[[menu.main]]
3842
name = 'How to participate'
3943
pageRef = 'participation'
40-
weight = 7
44+
weight = 8
4145

4246
[Params]
4347
DateForm = "2006-01-02"
44-
Sections = ["hero", "camp", "community", "bring-your-topics", "location", "program", "participation", "faqs", "supporters", "supporters-2", "media-partners", "team", "we-are-looking-forward"]
48+
Sections = ["hero", "como", "camp", "community", "bring-your-topics", "location", "program", "participation", "faqs", "supporters", "supporters-2", "media-partners", "team", "we-are-looking-forward"]

layouts/page/camp.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class='about {{ $.Params.background }} pt-0 {{ printf "%s" ((partial "background.html" .) | replaceRE "\\s+" "") }}'>
1+
<section class='about {{ $.Params.background }} {{ printf "%s" ((partial "background.html" .) | replaceRE "\\s+" "") }}'>
22
<a class="anchor" id="camp"></a>
33

44
<div class="container" data-aos="fade-up">
@@ -46,7 +46,8 @@ <h2 class="mb-5">{{ .Title }}</h2>
4646
</div>
4747
</div>
4848
</div>
49-
<div class="col-lg-12">
49+
50+
<div class="section-header pb-5">
5051
<div class="content ps-0 ps-lg-2">
5152
<p>{{ $.Params.text3 | markdownify }}</p>
5253
</div>

layouts/page/como.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<section class='como {{ $.Params.background }} {{ printf "%s" ((partial "background.html" .) | replaceRE "\\s+" "") }}'>
2+
<a class="anchor" id="como"></a>
3+
4+
<div class="container" data-aos="fade-up">
5+
6+
<div class="section-header pb-5">
7+
<h2 class="mb-5">{{ .Title }}</h2>
8+
{{ .Content }}
9+
</div>
10+
11+
</div>
12+
</section>

0 commit comments

Comments
 (0)