Skip to content

Commit

Permalink
Conference - added speaker timeslots
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Mar 20, 2024
1 parent faf5a45 commit fe1d47c
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 3 deletions.
39 changes: 39 additions & 0 deletions _data/conference-speakers.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,52 @@
list:

- i: kent_beck
date: 12-1pm EST (USA)
title:
link:

- i: dave_farley
date: 10-11am CET (Europe)
title:
link:

- i: alistair_cockburn
date: 1-2pm EST (USA)
title:
link:

- i: vlad_khononov
date: 11-12pm CET (Europe)
title:
link:

- i: susanne_kaiser
date: 12-1pm CET (Europe)
title:
link:

- i: jimmy_bogard
date: 2-3pm EST (USA)
title:
link:

- i: sonya_natanzon
date: 3-4pm EST (USA)
title:
link:

- i: marco_consolaro
date: 1-2pm CET (Europe)
title:
link:

- i: alessandro_di_gioia
date: 1-2pm CET (Europe)
title:
link:

- i: nick_tune
date: 2-3pm CET (Europe)
title:
link:

7 changes: 7 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/?all.min.css">

<!-- Google Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" />

<!-- <link rel="stylesheet" href="{{ site.url }}/assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/style.css">
Expand Down
13 changes: 13 additions & 0 deletions _includes/incl-conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
<p class="p-title">
{{ member.title }}
</p>
<!-- <p>{{ conferenceSpeaker.title }} </p> -->
<!-- <p class="p-talk">
Microservices & Clean Architecture
</p> -->
<p class="p-date">
<!-- <i class="fa-regular fa-calendar"></i> -->

<span class="material-symbols-outlined">
calendar_today
</span>

{{ conferenceSpeaker.date }}
</p>
</div>
</div>

Expand Down
19 changes: 18 additions & 1 deletion _scss/_conference.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,25 @@
}
}
.p-title {
font-size: 13px; // 13
color:#9996b5;
// color:#49475c;
}
.p-talk {
font-size: 15px;
color:#3f3a6d;
font-weight: 700;
}
.p-date {
font-size: 13px;
color:#49475c;
display: flex;
justify-content: center;
align-items: center;
margin-top: 6px;
span {
font-size: 16px;
margin-right: 2px;
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions conference.html → conference-temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
title: Conference
---

<div class="g-container">
<!-- <div class="g-container">
<h3>Where can I join?</h3>
<p>text...</p>
</div>
</div> -->

0 comments on commit fe1d47c

Please sign in to comment.