Skip to content

Commit 67d0eba

Browse files
committed
Update first and last
1 parent e2ddaf3 commit 67d0eba

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

en/images/solution.png

48.9 KB
Loading

en/step_1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## What you will make
22

3-
Set up a web server and create a simple website using Flask, Python, and HTML/CSS.
3+
Set up a web server and create a simple website using Flask, Python, and HTML/CSS.
4+
The web server will be able to react to the dynamic content that the user inputs.
45

56
![A web browser open on a page with blue text on a beige background. The text says 'My website' and has a link to 'Hi Paul'.](images/flask-app-link.png)
67

7-
The web server will be able to react to the dynamic content that the user inputs.
8-
9-
You will need a Raspberry Pi with the latest Raspberry Pi OS
108

9+
### You will need:
10+
- You will need a Raspberry Pi with the latest Raspberry Pi OS
1111

1212
--- collapse ---
1313
---
@@ -23,6 +23,6 @@ You can install it manually with the command:
2323
language: bash
2424
line_numbers: false
2525
---
26-
sudo apt-get install python3-flask
26+
sudo apt install python3-flask
2727
--- /code ---
2828
--- /collapse ---

en/step_8.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
## What can you do now?
22

3-
You could try setting up a [LAMP server with Wordpress](https://projects.raspberrypi.org/en/projects/lamp-web-server-with-wordpress)
3+
Try our [Introduction to web](https://projects.raspberrypi.org/en/pathways/web-intro) project pathway where you will learn how to structure and style webpages with images, lists, fonts, quotes, links, and animation.
4+
5+
--- print-only ---
6+
7+
![Completed project](images/solution.png)
8+
9+
--- /print-only ---
10+
11+
--- no-print ---
12+
13+
<iframe src="https://editor.raspberrypi.org/en/embed/viewer/anime-expressions-complete" width="600" height="800" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen> </iframe>
14+
15+
--- /no-print ---
16+
17+
Or, why not try out another [HTML and CSS](https://projects.raspberrypi.org/en/projects?software%5B%5Dhtml) project.

0 commit comments

Comments
 (0)