Skip to content

Commit 07d4f31

Browse files
committed
latest tweaks
1 parent 9ab7fbb commit 07d4f31

11 files changed

+96
-22
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>Links</h3>
4747
<a href="http://stardot.org.uk/">Stardot</a><br />
4848
<a href="http://www.retrosoftware.co.uk/">Retrosoftware</a><br />
4949
<a href="https://bbc.godbolt.org/">jsBeeb</a><br />
50-
<a href="http://www.pouet.net/prodlist.php?platform%5B0%5D=BBC+Micro&order=thumbup">pouët.net</a><br />
50+
<a href="https://www.pouet.net/groups.php?which=12872">pouët.net</a><br />
5151

5252

5353

_includes/nav.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,26 @@
2121
<li class="hidden">
2222
<a href="#page-top"></a>
2323
</li>
24+
<li class="page-scroll">
25+
<a href="/archive.html">Scene</a>
26+
</li>
27+
<!--
2428
<li class="page-scroll">
2529
<a href="/prods.html">Prods</a>
2630
</li>
2731
<li class="page-scroll">
28-
<a href="/archive.html">Friends</a>
32+
<a href="/archive.html">Retro</a>
33+
</li>
34+
<li class="page-scroll">
35+
<a href="/archive.html">Art</a>
36+
</li>
37+
<li class="page-scroll">
38+
<a href="/archive.html">Music</a>
39+
</li>
40+
<li class="page-scroll">
41+
<a href="/archive.html">Doodles</a>
2942
</li>
43+
-->
3044
<li class="page-scroll">
3145
<a href="/compos.html">Compos</a>
3246
</li>

_includes/news_item.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- html code to present a production or archived item -->
2-
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item">
2+
<div class="col-lg-3 col-md-4 col-sm-12 portfolio-item">
33
<div class="panel panel-default">
44
<div data-mh="group-prods-images">
55

@@ -21,8 +21,16 @@
2121
<div data-mh="group-prods-titles">
2222
<h4>{{ post.title | truncate: 30 }}</h4>
2323
</div>
24-
<h6>{{ post.team }}</h6>
25-
<a href="{{ post.url }}" class="btn btn-default">Read More</a>
24+
<div data-mh="group-prods-team">
25+
<h6>{{ post.team }}</h6>
26+
</div>
27+
<div data-mh="group-prods-platform">
28+
<h6 class="text-muted">{{ post.platform }}</h6>
29+
</div>
30+
<div data-mh="group-prods-buttons">
31+
<br>
32+
<a href="{{ post.url }}" class="btn btn-default">Read More</a>
33+
</div>
2634
</div>
2735
</div>
2836
</div>

_includes/prods_item.html

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<!-- html code to present a production or archived item -->
2-
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item">
2+
<div class="col-lg-3 col-md-4 col-sm-12 portfolio-item">
33
<div class="panel panel-default">
4-
<div class="panel-body" data-mh="group-prods">
5-
4+
<div data-mh="group-prods-images">
65

7-
<!-- <a href="#portfolioModal-{{ post.modal-id }}" class="portfolio-link" data-toggle="modal">
8-
-->
96
<a href="{{ post.url }}" class="portfolio-link">
107
<div class="caption">
118
<div class="caption-content">
@@ -14,21 +11,25 @@
1411
</div>
1512
<img src="/content/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}">
1613
</a>
14+
</div>
15+
<div class="panel-body" data-mh="group-prods">
16+
1717
<!-- data-mh attribute puts all the items into a group so that the div height can be matched -->
1818
<div data-mh="group-prods-titles">
1919
<h4>{{ post.title | truncate: 30 }}</h4>
2020
</div>
21-
<h6>{{ post.team }}, {{ post.year }}</h6>
21+
<div data-mh="group-prods-team">
22+
<h6>{{ post.team }}, {{ post.year }}</h6>
23+
</div>
24+
<div data-mh="group-prods-platform">
25+
<h6 class="text-muted">{{ post.platform }}</h6>
26+
</div>
27+
28+
<div data-mh="group-prods-buttons">
29+
<br>
30+
<a href="{{ post.url }}" class="btn btn-default">Read More</a>
31+
</div>
2232

23-
<a href="{{ post.url }}" class="btn btn-default">Read More</a>
24-
<!--
25-
<a href="{{ post.emulate }}" class="btn btn-default">
26-
<i class="fa fa-play-circle"></i> Emulate
27-
</a>
28-
<a href="{{ post.download }}" class="btn btn-default">
29-
<i class="fa fa-download"></i> Download
30-
</a>
31-
-->
3233
</div>
3334
</div>
3435
</div>
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: prods_post
3+
category: [posts, prods]
4+
tags: lovebyte2021
5+
rank: 16th in oldskool 256b intro
6+
title: Bar Beeb
7+
img: bs-bar-beeb.png
8+
alt: image-alt
9+
authors: Kieran
10+
team: Bitshifters
11+
year: 2021
12+
type: 256 Byte Demo
13+
platform: BBC Micro
14+
download: bs-bar-beeb.ssd
15+
source: https://github.com/kieranhj/stniccc-archie
16+
pouet: https://www.pouet.net/prod.php?which=88422
17+
video:
18+
19+
20+
---
21+
22+
**Bar Beeb**
23+
24+
Some Kefrens bars for the BBC Micro in 256 bytes.
25+
For the LoveByte party, March 2021.
26+
By kieranhj of the Bitshifters Collective.
27+
Visit us at: https://bitshifters.github.io/
28+
29+
Should work on any stock BBC Micro 32K computer.
30+
To catalogue the disc type: `*CAT`
31+
To check filesize type: `*INFO BARBEEB`
32+
Gives: `<dir>.<filename> <load address> <exec address> <size in hex> <sector no>`
33+
To run type: `*RUN BARBEEB`

archive.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: archive_page
3-
title: Other Demos
3+
title: Other Acorn Demos
44
subtitle: Shiny Things Created by Our Friends
55
image: /img/bbc-icon-white.png
66
---

content/bs-bar-beeb.png

1.52 KB
Loading

content/bs-bar-beeb.ssd

768 Bytes
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home
3-
title: Retro Demo Scene
3+
title: Acorn Demo Scene
44
#subtitle: Retro Demos & Code for BBC Micro & Acorn Computers
55
#image: /img/bitshifters.png
66
image: /img/media/logo_reflection06_fixed_alpha.png

notes.md

+18
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,21 @@ Revamp Top Level Sections
1212

1313
Use firebase with anonymous logins - capture views, downloads, link clicks, star ratings/likes, comments, contacts
1414
Do we need a function? Yes
15+
16+
17+
SCENE - new demos by others
18+
RETRO - old demos by others
19+
ART - Gallery of images
20+
MUSIC - Integrate my VGM Player
21+
DOODLES - Things we've started, not yet finished
22+
.NFO - WHAT/HOW/WHO
23+
Remove contacts
24+
Add greets & links -
25+
Checkout Stardot, BBC Bot,
26+
27+
Also add:
28+
Platform icons/Multiple platforms
29+
Multiple disk formats ADFS/SSD
30+
Links to people
31+
Show people in the compo items
32+

0 commit comments

Comments
 (0)