|
4 | 4 | import re
|
5 | 5 |
|
6 | 6 | # Rename index file
|
7 |
| -old_filename = '00-process-codes-landing-page.html' |
| 7 | +old_filename = '00-process-codes-home.html' |
8 | 8 | new_filename = 'index.html'
|
9 | 9 |
|
10 | 10 | os.rename(old_filename, new_filename)
|
|
30 | 30 | <link rel="shortcut icon" type="image/png" href="https://animaproject.s3.amazonaws.com/home/favicon.png" />""",""" <meta name="viewport" content="width=1440, maximum-scale=1.0" />"""),
|
31 | 31 | (r""" </body>""",""" <script src="collapsible.js"></script>
|
32 | 32 | </body>"""),
|
33 |
| -(r"""00-process-codes-landing-page.html""", """index.html"""), |
| 33 | +(r"""00-process-codes-home.html""", """index.html"""), |
34 | 34 | (r"""1a-getting-oriented-all-breakpoints.html""", """1a-getting-oriented.html"""),
|
35 | 35 | (r"""1b-capacity-building-u40mobileu41-all-breakpoints.html""", """1b-capacity-building.html"""),
|
36 | 36 | (r"""the agile development process. <br />You will continue running""", """the agile development process. <br /><br />You will continue running"""),
|
|
66 | 66 | cssdirectory = './css/'
|
67 | 67 | csspatterns = [
|
68 | 68 | (r"""@import url\("https://px.animaapp.com/6406baa484a3afe9c63921de.6406baa605cc73851b593804.*.hcp.png"\);""", ''),
|
69 |
| -(r"""00-process-codes-landing-page.html""", """index.html"""), |
| 69 | +(r"""00-process-codes-home.html""", """index.html"""), |
70 | 70 | (r"""1a-getting-oriented-all-breakpoints.html""", """1a-getting-oriented.html"""),
|
71 | 71 | (r"""1b-capacity-building-u40mobileu41-all-breakpoints.html""", """1b-capacity-building.html"""),
|
72 | 72 | ]
|
|
0 commit comments