Skip to content
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
4ce3ff1
bundle(deps-dev): bump json from 2.7.2 to 2.7.4 (#546)
dependabot[bot] Oct 29, 2024
9fb6035
Fixed broken youtube link (#545)
TimOsahenru Oct 29, 2024
916e2d6
bundle(deps-dev): bump execjs from 2.9.1 to 2.10.0 (#547)
dependabot[bot] Oct 29, 2024
1b8fe12
bundle(deps-dev): bump activesupport from 7.2.1.1 to 7.2.1.2 (#549)
dependabot[bot] Oct 29, 2024
37363c0
bundle(deps): bump rexml from 3.3.8 to 3.3.9 (#548)
dependabot[bot] Oct 29, 2024
ee3fa3d
A recap blog-post for pyconug (#541)
TobiasHT5 Oct 29, 2024
0a45867
Update 2024-10-25-pycon-ug-2024.md (#552)
kjaymiller Oct 29, 2024
59d6b7e
new dsf election post October 2024 (#551)
kjaymiller Oct 29, 2024
e5868f4
Merge branch 'gh-pages' of into new-carousel
TimOsahenru Nov 2, 2024
6ae62fc
Limit carousel posts to 3 recent posts
TimOsahenru Nov 2, 2024
1a73940
Changed `object-fit` to `contain` in `.email-circle img` for full ima…
TimOsahenru Nov 2, 2024
b42c244
Add default image for posts without featured images in carousel
TimOsahenru Nov 2, 2024
0747882
changed slider carousel width from 85 to 100
TimOsahenru Nov 2, 2024
4278491
Proper naming convention - changed email-circle to image-circle
TimOsahenru Nov 2, 2024
337b9e7
Add a recap blog-post for pyho-2024 (#555)
kafui4k Nov 4, 2024
b1ba32b
bundle(deps-dev): bump json from 2.7.4 to 2.7.6 (#558)
dependabot[bot] Nov 5, 2024
20e18e4
bundle(deps): bump webrick from 1.8.2 to 1.9.0 (#559)
dependabot[bot] Nov 5, 2024
5a69682
bundle(deps-dev): bump activesupport from 7.2.1.2 to 7.2.2 (#560)
dependabot[bot] Nov 5, 2024
b181b9d
add ollama_summarizer.py
kjaymiller Nov 5, 2024
a17d2e2
update requirements
kjaymiller Nov 5, 2024
152a84d
update layouts to include descriptions
kjaymiller Nov 5, 2024
60558f2
update posts
kjaymiller Nov 5, 2024
f530e97
update posts with default layout
kjaymiller Nov 6, 2024
cd44c5a
update posts with default layout
kjaymiller Nov 6, 2024
d2d55f2
update MAINTAINERS with update_layout
kjaymiller Nov 6, 2024
9e5af7d
simplify cli
kjaymiller Nov 6, 2024
667497a
update pre-commit
kjaymiller Nov 6, 2024
b3b23c6
resizing featured images (#543)
JohananOppongAmoateng Nov 6, 2024
98aeeae
Revert "resizing featured images (#543)" (#565)
kjaymiller Nov 6, 2024
0e0013f
Merge pull request #563 from BlackPythonDevs/556-auto-generate-post-d…
TimOsahenru Nov 6, 2024
e8142c2
Merge upstream into current branch
TimOsahenru Nov 9, 2024
af46ba5
bundle(deps-dev): bump uri from 0.13.1 to 1.0.1 (#568)
dependabot[bot] Nov 11, 2024
f2c2d1c
bundle(deps-dev): bump net-http from 0.4.1 to 0.5.0 (#569)
dependabot[bot] Nov 11, 2024
fe0a1e0
bundle(deps-dev): bump securerandom from 0.3.1 to 0.3.2 (#570)
dependabot[bot] Nov 11, 2024
6edc53c
bundle(deps-dev): bump benchmark from 0.3.0 to 0.4.0 (#571)
dependabot[bot] Nov 11, 2024
223a693
bundle(deps-dev): bump activesupport from 7.2.2 to 8.0.0 (#572)
dependabot[bot] Nov 11, 2024
6d530c9
bundle(deps-dev): bump json from 2.7.6 to 2.8.1 (#573)
dependabot[bot] Nov 11, 2024
b704eb6
manually update conferences (#576)
kjaymiller Nov 14, 2024
b027abc
Merge 'gh-pages' of into new-carousel
TimOsahenru Nov 17, 2024
e5f731f
bundle(deps-dev): bump uri from 1.0.1 to 1.0.2 (#583)
dependabot[bot] Nov 19, 2024
4a75029
bundle(deps-dev): bump faraday-net_http from 3.3.0 to 3.4.0 (#584)
dependabot[bot] Nov 19, 2024
4f9bcc0
bundle(deps-dev): bump json from 2.8.1 to 2.8.2 (#582)
dependabot[bot] Nov 19, 2024
2d32f97
Merge branch 'gh-pages' of github.com:BlackPythonDevs/blackpythondevs…
TimOsahenru Nov 21, 2024
14c997e
Uninstalled bootstrap
TimOsahenru Nov 22, 2024
41f3ae0
custom carousel slider with passing test cases
TimOsahenru Nov 24, 2024
bbe500b
de-emphasized the recent blogs section to make it smaller
TimOsahenru Nov 24, 2024
fbb8d00
custom carousel slider with passing test cases
TimOsahenru Nov 24, 2024
cc46f74
custom carousel slider with passing test cases
TimOsahenru Nov 24, 2024
333986f
made slider image full
TimOsahenru Nov 25, 2024
7047d8b
Merge branch 'New-Carousel' into make-slider-full-image
kjaymiller Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,12 @@ ul.speaking-list {
background-color: #fff;
}


.info h2 {
margin: 10px 0;
font-size: 1.5em;
color: #333;
}

.info p {
margin: 0;
font-size: 1em;
Expand Down Expand Up @@ -613,6 +613,7 @@ button.next:focus {
.next {
right: 10px;
}

.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
Expand Down