|
43 | 43 |
|
44 | 44 | <body>
|
45 | 45 |
|
46 |
| - <nav class="navbar navbar-inverse navbar-fixed-top"> |
| 46 | + <nav role="navigation" class="navbar navbar-inverse navbar-fixed-top"> |
47 | 47 | <div class="container">
|
48 | 48 | <div class="navbar-header">
|
49 | 49 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
52 | 52 | <span class="icon-bar"></span>
|
53 | 53 | <span class="icon-bar"></span>
|
54 | 54 | </button>
|
55 |
| - <a class="navbar-brand" href="https://python.microbit.org">Python on the micro:bit</a> |
| 55 | + <a class="navbar-brand" href="https://python.microbit.org" aria-label="python editor">Python on the micro:bit</a> |
56 | 56 | </div>
|
57 | 57 | <div id="navbar" class="collapse navbar-collapse">
|
58 | 58 | <ul class="nav navbar-nav">
|
59 | 59 | <li><a href="#Editor">Editor</a></li>
|
60 | 60 | <li><a href="#hello">Hello, World!</a></li>
|
61 |
| - <li ><a href="#fs">Files and Modules</a></li> |
| 61 | + <li><a href="#fs">Files and Modules</a></li> |
62 | 62 | <li id="nav-blocks" class="hidden"><a href="#blockly">Blockly</a></li>
|
63 | 63 | <li id="nav-snippets" class="hidden"><a href="#snippets">Snippets</a></li>
|
64 | 64 | <li><a href="#REPL">REPL</a></li>
|
|
69 | 69 | </div>
|
70 | 70 | </nav>
|
71 | 71 |
|
72 |
| - <div class="container"> |
| 72 | + <main role="main" class="container"> |
73 | 73 |
|
74 | 74 | <div class="starter-template">
|
75 | 75 | <div class="row" id="home">
|
76 | 76 | <div class="col-md-8 col-md-offset-2">
|
77 |
| - <a href="http://microbit.org/"><img src="static/img/microbit.png"/></a> |
78 |
| - <a href="http://micropython.org/"><img src="static/img/micropython.jpeg"/></a> |
79 |
| - <a href="http://python.org/community/microbit/"><img src="static/img/python.png"/></a> |
| 77 | + <a href="http://microbit.org/" role="button" aria-label="microbit.org website"><img src="static/img/microbit.png" alt="micro:bit logo"/></a> |
| 78 | + <a href="http://micropython.org/" role="button" aria-label="micropython.org website"><img src="static/img/micropython.jpeg" alt="micropython logo"/></a> |
| 79 | + <a href="http://python.org/community/microbit/" role="button" aria-label="python.org micro:bit community"><img src="static/img/python.png" alt="python logo"/></a> |
80 | 80 | <br/></br/>
|
81 | 81 | </div>
|
82 | 82 | </div>
|
83 | 83 | </div>
|
84 | 84 | </div>
|
85 | 85 | <div class="container">
|
86 | 86 | <img src="static/img/comic1.png" class="img-responsive center-block"
|
87 |
| - alt="http://goo.gl/SrIrIE"/> |
| 87 | + alt="first steps with python"/> |
88 | 88 | <h2 id="Editor"> The Editor</h2>
|
89 | 89 | <p>The Python editor is perfect for those who want to push their coding skills further.
|
90 | 90 | A selection of snippets and a range of pre-made images and music give you a helping hand with your code.
|
@@ -534,7 +534,7 @@ <h3>What next?</h3>
|
534 | 534 | <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a> This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://python.org/community/microbit/" property="cc:attributionName" rel="cc:attributionURL">The Python Software Foundation</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
535 | 535 | </p>
|
536 | 536 | </footer>
|
537 |
| - </div><!-- /.container --> |
| 537 | +</main><!-- /.container --> |
538 | 538 | <!-- Bootstrap core JavaScript
|
539 | 539 | ================================================== -->
|
540 | 540 | <!-- Placed at the end of the document so the pages load faster -->
|
|
0 commit comments