10
10
11
11
< iframe src ="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200px " height ="35px "> </ iframe >
12
12
13
- < h3 > Stay Informed</ h3 >
14
- < p > Receive updates on new releases and upcoming projects.</ p >
15
-
16
- < p > < iframe src ="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=false " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="200 " height ="20 "> </ iframe > </ p >
17
-
18
- < p > < a href ="https://twitter.com/kennethreitz " class ="twitter-follow-button " data-show-count ="false "> Follow @kennethreitz</ a > < script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , p = / ^ h t t p : / . test ( d . location ) ?'http' :'https' ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = p + '://platform.twitter.com/widgets.js' ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , 'script' , 'twitter-wjs' ) ; </ script > </ p >
19
-
20
- < p > < a href ="http://tinyletter.com/kennethreitz "> Join Mailing List</ a > .</ p >
21
- < p > < a href ="https://saythanks.io/to/kennethreitz "> Say Thanks!</ a > </ p >
22
-
23
- < hr >
24
-
25
13
< h3 > O'Reilly Book</ h3 >
26
14
27
15
< p > This guide is now available in tangible book form!</ p >
@@ -30,20 +18,12 @@ <h3>O'Reilly Book</h3>
30
18
31
19
< p > All proceeds are being directly donated to the < a href ="https://djangogirls.org "> DjangoGirls</ a > organization.</ p >
32
20
33
- < h3 > Other Projects</ h3 >
34
-
35
- < p > More < a href ="http://kennethreitz.org/ "> Kenneth Reitz</ a > projects:</ p >
36
- < ul >
37
- < li > < a href ="http://howtopython.org/ "> howtopython.org</ a > </ li >
38
- < li > < a href ="http://wsl-guide.org/ "> wsl-guide.org</ a > </ li >
39
- < li > < a href ="http://pipenv.org/ "> pipenv</ a > </ li >
40
- < li > < a href ="http://pep8.org/ "> pep8.org</ a > </ li >
41
- < li > < a href ="http://python-requests.org "> Requests: HTTP for Humans</ a > </ li >
42
- < li > < a href ="https://github.com/kennethreitz/maya "> Maya: Datetimes for Humans</ a > </ li >
43
- < li > < a href ="https://github.com/kennethreitz/records "> Records: SQL for Humans</ a > </ li >
44
- < li > < a href ="http://www.git-legit.org "> Legit: Git for Humans</ a > </ li >
45
- < li > < a href ="http://docs.python-tablib.org/en/latest/ "> Tablib: Tabular Datasets</ a > </ li >
46
- </ ul >
21
+ < p >
22
+ < div style ="display:block;position:relative; ">
23
+ < div style ="display:block;width:100%;padding-top:100%; "> </ div >
24
+ < div class ="rpad " data-unit ="1x1 " style ="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden; "> </ div >
25
+ </ div >
26
+ </ p>
47
27
48
28
< h3 > Contributors</ h3 >
49
29
< p >
@@ -53,7 +33,6 @@ <h3>Contributors</h3>
53
33
< a href ="https://docs.python-guide.org/notes/contribute/ "> are welcome</ a > !
54
34
</ p >
55
35
56
-
57
36
< h3 > Useful Links</ h3 >
58
37
< ul >
59
38
< li > < a href ="https://docs.python-guide.org/ "> The Guide Website</ a > </ li >
0 commit comments