Skip to content

Commit 55ef5d4

Browse files
authored
Merge pull request jupyter#171 from charnpreetsingh/html-valid
Html validator fixes
2 parents 942be04 + fbc6687 commit 55ef5d4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_includes/footer.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@
3737
<script src="{{site.baseurl}}/js/scroll.js"></script>
3838
<script src="{{site.baseurl}}/js/architecture.js"></script>
3939
<script src="{{site.baseurl}}/js/simon.js"></script>
40-
<!-- <script src="{{site.baseurl}}/js/timeline/main.js"></script> <!-- Resource jQuery -->
41-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.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>
40+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.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>

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ <h3 class="section-header">Currently in use at</h3>
173173
<div class="container">
174174
<div class="architecturedescription">
175175
<img src="assets/architectureicon2.svg" class="section-icon" alt="icon to represent jupyter architecture">
176-
<h3 class="section-header">Jupyter Architecture</h2>
177-
<h4 class="support-paragraph">The Jupyter Notebook is based on a set of open standards for interactive computing. Think HTML and CSS for interactive computing on the web. These open standards can be leveraged by third party developers to build customized applications with embedded interactive computing.</p>
176+
<h3 class="section-header">Jupyter Architecture</h3>
177+
<h4 class="support-paragraph">The Jupyter Notebook is based on a set of open standards for interactive computing. Think HTML and CSS for interactive computing on the web. These open standards can be leveraged by third party developers to build customized applications with embedded interactive computing.</h4>
178178
</div>
179179
<div class="architecturecontent row col-md-12">
180180
<div class="card col-md-4">

0 commit comments

Comments
 (0)