Skip to content

Commit

Permalink
added links to conf youtube videos
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Nov 16, 2024
1 parent 67d3aa0 commit 9f15891
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 21 deletions.
20 changes: 10 additions & 10 deletions _data/conf-speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ list:
date: 12-1pm EST
zone: USA
title: "TDD: Theme & Variations"
link:
link: https://www.youtube.com/watch?v=C5IH0ABmyc0

- i: dave_farley
date: 10-11am CET
Expand All @@ -16,52 +16,52 @@ list:
date: 1-2pm EST
zone: USA
title: Hexagonal Architecture
link:
link: https://www.youtube.com/watch?v=k0ykTxw7s0Y

- i: vlad_khononov
date: 11-12pm CET
zone: Europe
title: "Complexity and Modularity: Two Sides of the Same Coin"
link:
link: https://www.youtube.com/watch?v=GbmAZoETP68

- i: susanne_kaiser
date: 12-1pm CET
zone: Europe
title: "Optimizing for a fast flow of value with Architecture for Flow"
link:
link: https://www.youtube.com/watch?v=cHYoL9DzROw

- i: jimmy_bogard
date: 2-3pm EST
zone: USA
title: "Domain-Driven Refactoring"
link:
link: https://www.youtube.com/watch?v=0y9Plq8kADE

- i: sonya_natanzon
date: 3-4pm EST
zone: USA
title: "So you think you might be an architect"
link:
link: https://www.youtube.com/watch?v=O7-k25xA9U4

- i: marco_consolaro
date: 1-2pm CET
zone: Europe
title: "Test Doubles without Tears"
link:
link: https://www.youtube.com/watch?v=cok0L4r4z8Y

- i: alessandro_di_gioia
date: 1-2pm CET
zone: Europe
title: "Test Doubles without Tears"
link:
link: https://www.youtube.com/watch?v=cok0L4r4z8Y

- i: nick_tune
date: 2-3pm CET
zone: Europe
title: "Architecture Modernization: Aligning Software, Strategy, and Structure"
link:
link: https://www.youtube.com/watch?v=v0DS7kWx8Zk

- i: laila_bougria
date: 3-4pm CET
zone: Europe
title: "Orchestration vs. Choreography: The good, the bad, and the trade-offs"
link:
link: https://www.youtube.com/watch?v=loTrersDovM
2 changes: 1 addition & 1 deletion _includes/home-conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Fri 22 Nov 2024<span>&bull;</span>Live Online</h2>
{% if member.i == conferenceSpeaker.i %}

<div class="col">
<a href="{{ talk.link }}" target="_blank" rel="noopener">
<a href="{{ conferenceSpeaker.link }}" target="_blank" rel="noopener">
<div class="img-container">
<img src="{{ site.url }}/assets/img/{{ member.i }}.png?v=2" alt="{{ member.name }}" width="128" height="128" />
</div>
Expand Down
8 changes: 6 additions & 2 deletions _includes/loop-sessions-zone.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="an-row">
<div class="an-img">
<a href="{{ member.linkedin }}" target="_blank" rel="noopener">
<a href="{{ conferenceSpeaker.link }}" target="_blank" rel="noopener">
<img src="{{ site.url }}/assets/img/{{ member.i }}.png?v=2" alt="{{ member.name }}" width="120" height="120" />
</a>
</div>
Expand All @@ -18,7 +18,11 @@
{{ conferenceSpeaker.date }}
</p>

<p class="p-talk">{{ conferenceSpeaker.title }}</p>
<p class="p-talk">
<a href="{{ conferenceSpeaker.link }}" target="_blank" rel="noopener">
{{ conferenceSpeaker.title }}
</a>
</p>
<p class="p-name">
<a href="{{ member.linkedin }}" target="_blank" rel="noopener">
{{ member.name }}
Expand Down
5 changes: 4 additions & 1 deletion _scss/_conf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,13 @@
color: #9996b5;
font-weight: 400;
}
.p-talk {
.p-talk a {
font-size: 18px;
color: #2db3c5;
font-weight: 700;
&:hover, &:active, &.active {
color: #119aac;
}
}
.p-date {
font-size: 13px;
Expand Down
2 changes: 1 addition & 1 deletion conf.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>Fri 22 Nov 2024 <span>|</span> Live Online</h2>
{% if member.i == conferenceSpeaker.i %}

<div class="col">
<a href="{{ member.linkedin }}" target="_blank" rel="noopener">
<a href="{{ conferenceSpeaker.link }}" target="_blank" rel="noopener">
<img src="{{ site.url }}/assets/img/{{ member.i }}.png?v=2" alt="{{ member.name }}" height="120"/>
<p class="p-name">
{{ member.name }}
Expand Down
10 changes: 4 additions & 6 deletions content/_members/jelena_cupac.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
i: jelena_cupac

name: Jelena Cupać
title: UX/UI Digital Product Designer
titleTE: UX/UI Designer @ Tech Excellence
about: Digital Product Designer | Design thinking, user flows, wireframing & prototyping | Process Modelling
title: Technical Illustrator
titleTE: Technical Illustrator @ Tech Excellence
about: Helping teams adopt TDD, Hexagonal Architecture and Clean Architecture across the world
location: Belgrade, Serbia
specialities:
- TDD
Expand All @@ -19,8 +19,6 @@ website: https://optivem.com/
youtube:
podcast:
medium:
substack:
substack: https://substack.com/@jelenacupac
blog:
---

website: https://senovim.com/

0 comments on commit 9f15891

Please sign in to comment.