8000 Add content page template · python/pythonineducation.org@a1873e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1873e2

Browse files
author
Richard Peters
committed
Add content page template
A mock content page (/en/content-demo.html). Add a new content template and update the base template to account for this. Add image assets and update styles accordingly (subnav needs to be made responsive)
1 parent 5991533 commit a1873e2

File tree

8 files changed

+129
-1524
lines changed

8 files changed

+129
-1524
lines changed

content/en/content_demo.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
type: content_page
2+
slug: content-demo
3+
url: /en/content-demo.html
4+
title: Python in Education
5+
---
6+
<section>
7+
<div class="container-fluid">
8+
<div class="row">
9+
<div class="col-xs-12">
10+
<h1>This is a demo content page</h1>
11+
<p>Twenty students from Rishworth School, West Yorkshire, teamed up with their ICT teacher, Peter Bell, to send their homemade space probe over 100,000 feet (about 20 miles) into the air using a helium balloon.</p>
12+
<p>Their probe, consisting of a micro:bit, two Raspberry Pi computers and an adorable Lego astronaut pilot took pictures of the Earth and recorded a bone-chilling minimum temperature of -47.9°C.</p>
13+
</div>
14+
</div>
15+
</div>
16+
</section>

0 commit comments

Comments
 (0)
0