Skip to content

Commit

Permalink
Added photo of a speaker and regenerated site
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj M. Bezrucka committed Feb 18, 2024
1 parent 1750a00 commit ea6dbfa
Show file tree
Hide file tree
Showing 14 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"name": "Mohammad Rahman",
"bio": "A civil engineer - developed his career over 20+ years in New Zealand and Australia",
"country": "Australia",
"avatar": "img/speakers/male.png",
"avatar": "img/speakers/mohammad_rahman.jpg",
"links": {
"linkedin": "https://www.linkedin.com/in/mohammad-rahman-mr/"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h3 class="title-medium size-md color-light hover-yellow">

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/male.png" alt="speaker" class="img-fluid">
<img src="/static/img/speakers/mohammad_rahman.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/mohammad-rahman.html">Mohammad Rahman</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h3 class="title-medium size-md color-light hover-yellow">

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/male.png" alt="speaker" class="img-fluid">
<img src="/static/img/speakers/mohammad_rahman.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/en/speakers/mohammad-rahman.html">Mohammad Rahman</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h3 class="title-medium size-md color-light hover-yellow">

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/male.png" alt="speaker" class="img-fluid">
<img src="/static/img/speakers/mohammad_rahman.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/mohammad-rahman.html">Mohammad Rahman</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/speakers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ <h3 class="title title-bold color-light hover-yellow">

<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-12 menu-item">
<div class="speaker-layout3">
<img src="/static/img/speakers/male.png" alt="speaker" class="img-fluid">
<img src="/static/img/speakers/mohammad_rahman.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title title-bold color-light hover-yellow">
<a href="/en/speakers/mohammad-rahman.html">Mohammad Rahman</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/en/speakers/mohammad-rahman.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta property="og:type" content="website"/>

<meta property="og:image"
content="https://2024.pycon.sk/static/img/speakers/male.png"/>
content="https://2024.pycon.sk/static/img/speakers/mohammad_rahman.jpg"/>

<meta property="og:url" content="https://2024.pycon.sk/en/speakers/mohammad-rahman.html"/>

Expand Down Expand Up @@ -260,7 +260,7 @@ <h1>Mohammad Rahman</h1>
<div class="col-lg-5 col-md-12 col-sm-12">

<div class="single-speaker-img">
<img src="/static/img/speakers/male.png" class="img-fluid" alt="single-speaker">
<img src="/static/img/speakers/mohammad_rahman.jpg" class="img-fluid" alt="single-speaker">
</div>
</div>
<div class="col-lg-7 col-md-12 col-sm-12">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h3 class="title-medium size-md color-light hover-yellow">

<div class="col-xl-2 col-lg-3 col-md-4 col-sm-6 col-xs-6 col-6">
<div class="speaker-layout2">
<img src="/static/img/speakers/male.png" alt="speaker" class="img-fluid">
<img src="/static/img/speakers/mohammad_rahman.jpg" alt="speaker" class="img-fluid">
<div class="item-title">
<h3 class="title-medium size-md color-light hover-yellow">
<a href="/sk/speakers/mohammad-rahman.html">Mohammad Rahman</a>
Expand Down
Loading

0 comments on commit ea6dbfa

Please sign in to comment.