Skip to content

Commit b831431

Browse files
author
charnpreetsingh
committed
fixed unclosed elements and removed p tag
1 parent 269899b commit b831431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
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)