You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: en/css/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Time to write some CSS! Open up the `blog/static/css/blog.css` file in your code
70
70
We won't be going too deep into customizing and learning about CSS here. There is a recommendation for a free CSS course at the end of this page if you would like to learn more.
71
71
72
72
But let's do at least a little. Maybe we could change the color of our headers?
73
-
To understand colors, computers use special codes. These codes start with `#` followed by 6 letters (A–F) and numbers (0–9). For example, the code for blue is `#0000FF`. You can find the color codes for many colors here: http://www.colorpicker.com/. You may also use predefined [named colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color), such as `red` and `green`.
73
+
To understand colors, computers use special codes. These codes start with `#` followed by 6 letters (A–F) and numbers (0–9). For example, the code for blue is `#0000FF`. You can find the color codes for many colors here: https://www.colorpicker.com/. You may also use predefined [named colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color), such as `red` and `green`.
74
74
75
75
76
76
In your `blog/static/css/blog.css` file you should add the following code:
Copy file name to clipboardexpand all lines: en/deploy/pythonanywhere.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,6 @@ If you see an error while running the `pa_autoconfigure_django.py` script, here
83
83
84
84
If you see an error when you try to visit your site, the first place to look for some debugging info is in your **error log**. You'll find a link to this on the PythonAnywhere ["Web" page](https://www.pythonanywhere.com/web_app_setup/). See if there are any error messages in there; the most recent ones are at the bottom.
85
85
86
-
There are also some [general debugging tips on the PythonAnywhere help site](http://help.pythonanywhere.com/pages/DebuggingImportError).
86
+
There are also some [general debugging tips on the PythonAnywhere help site](https://help.pythonanywhere.com/pages/DebuggingImportError).
> The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A
128
+
> The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at https://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A
129
129
>```
130
130
131
131
<!-- (This comment separates the two blockquote blocks, so that GitBook and Crowdin don't merge them into a single block.) -->
Copy file name to clipboardexpand all lines: en/how_the_internet_works/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> For readers at home: this chapter is covered in the [How the Internet Works](https://www.youtube.com/watch?v=oM9yAA09wdc) video.
4
4
5
-
> This chapter is inspired by the talk "How the Internet works" by Jessica McKellar (http://web.mit.edu/jesstess/www/).
5
+
> This chapter is inspired by the talk "How the Internet works" by Jessica McKellar (https://web.mit.edu/jesstess/www/).
6
6
7
7
We bet you use the Internet every day. But do you actually know what happens when you type an address like https://djangogirls.org into your browser and press `enter`?
8
8
@@ -21,7 +21,7 @@ We drew you a picture! It looks like this:
21
21
22
22

23
23
24
-
Looks like a mess, right? In fact it is a network of connected machines (the above-mentioned *servers*). Hundreds of thousands of machines! Many, many kilometers of cables around the world! You can visit a Submarine Cable Map website (http://submarinecablemap.com) to see how complicated the net is. Here is a screenshot from the website:
24
+
Looks like a mess, right? In fact it is a network of connected machines (the above-mentioned *servers*). Hundreds of thousands of machines! Many, many kilometers of cables around the world! You can visit a Submarine Cable Map website (https://submarinecablemap.com) to see how complicated the net is. Here is a screenshot from the website:
Take a break and relax! You have just done something really huge.
8
8
9
-
After that, make sure to follow Django Girls on [Facebook](http://facebook.com/djangogirls) or [Twitter](https://twitter.com/djangogirls) to stay up to date.
9
+
After that, make sure to follow Django Girls on [Facebook](https://facebook.com/djangogirls) or [Twitter](https://twitter.com/djangogirls) to stay up to date.
10
10
11
11
### Can you recommend any further resources?
12
12
@@ -15,7 +15,7 @@ Yes! There are a _lot_ of resources online for learning all kinds of programming
15
15
#### Django
16
16
- Our other book, [Django Girls Tutorial: Extensions](https://tutorial-extensions.djangogirls.org/)
17
17
-[Django's official tutorial](https://docs.djangoproject.com/en/5.1/intro/tutorial01/)
18
-
-[Getting Started With Django video lessons](http://www.gettingstartedwithdjango.com/)
18
+
-[Getting Started With Django video lessons](https://thekennethlove.com/videos/)
19
19
-[Django for Everybody Specialization](https://www.coursera.org/specializations/django) – some video lectures can be audited for free and you can earn a Coursera Certificate by taking these courses
20
20
21
21
@@ -26,7 +26,7 @@ Yes! There are a _lot_ of resources online for learning all kinds of programming
-[Learn Python The Hard Way book](http://learnpythonthehardway.org/book/) – the initial exercises are free
29
+
-[Learn Python The Hard Way book](https://learnpythonthehardway.org/book/) – the initial exercises are free
30
30
-[New Coder tutorials](http://newcoder.io/tutorials/) – this is a variety of practical examples of how you might use Python
31
31
-[edX](https://www.edx.org/course?search_query=python) – you can audit most courses for free, but if you want a certificate or credits towards a higher education qualification then that will cost money
32
32
-[Coursera's Python specialization](https://www.coursera.org/specializations/python) – some video lectures can be audited for free and you can earn a Coursera Certificate by taking these courses
0 commit comments