Skip to content

Commit a9be502

Browse files
committed
fix: added link to, and improved, screenshots page (with link to competition)
1 parent 3c00ebc commit a9be502

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

index.pug

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ div.container
6969
figure(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
7070
img(style='width: 100%' src='/img/screenshots/screenshot-v0.9.3-activity.png')
7171
a(href='/img/screenshots/screenshot-v0.8.0b9-timeline.png')
72-
figure(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
72+
figure.mb-0(style='width: 100%; border: 1px #999 solid; border-radius: 2px')
7373
img(style='width: 100%' src='/img/screenshots/screenshot-v0.8.0b9-timeline.png')
74+
a.mt-0.small(href="/screenshots/")
75+
i More screenshots here
7476

7577
div.row.mt-4
7678
.col-md-6

screenshots.pug

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,38 @@ p
1010
| {{ page.excerpt }}
1111

1212
p
13+
| Your screenshots could be here too. Join our #[a(href="https://github.com/ActivityWatch/activitywatch/discussions/741") screenshot competition]!
14+
15+
p.py-2
1316
h3 v0.12.0
1417

15-
h4 Dark mode
16-
| Screenshot taken by @BelKed
17-
img(src="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png" alt="Screenshot of ActivityWatch" width="100%")
18+
.row
19+
.col-md-6
20+
h4 Dark mode
21+
| Screenshot taken by @BelKed
22+
a(href="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png")
23+
img(src="/img/screenshots/BelKed/screenshot-v0.12.0b2-activity.png" alt="Screenshot of ActivityWatch" width="100%")
1824

19-
p
25+
p.py-2
2026
h3 v0.9.3
2127

22-
h4 Activity
23-
img(src="/img/screenshots/screenshot-v0.9.3-activity.png" alt="Screenshot of ActivityWatch" width="100%")
28+
.row
29+
.col-md-6
30+
h4 Activity
31+
a(href="/img/screenshots/screenshot-v0.9.3-activity.png")
32+
img(src="/img/screenshots/screenshot-v0.9.3-activity.png" alt="Screenshot of ActivityWatch" width="100%")
2433

25-
p
34+
p.py-2
2635
h3 v0.8.0
2736
Released
2837

29-
h4 Today (old Activity view)
30-
img(src="/img/screenshots/screenshot-v0.8.0b9-today.png" alt="Screenshot of ActivityWatch" width="100%")
38+
.row
39+
.col-md-6
40+
h4 Today (old Activity view)
41+
a(href="/img/screenshots/screenshot-v0.8.0b9-today.png")
42+
img(src="/img/screenshots/screenshot-v0.8.0b9-today.png" alt="Screenshot of ActivityWatch" width="100%")
3143

32-
h4 Timeline
33-
img(src="/img/screenshots/screenshot-v0.8.0b9-timeline.png" alt="Screenshot of ActivityWatch" width="100%")
44+
.col-md-6
45+
h4 Timeline
46+
a(href="/img/screenshots/screenshot-v0.8.0b9-timeline.png")
47+
img(src="/img/screenshots/screenshot-v0.8.0b9-timeline.png" alt="Screenshot of ActivityWatch" width="100%")

0 commit comments

Comments
 (0)