Skip to content

Commit da4f3b6

Browse files
committed
Remove icons from homepage
1 parent d090689 commit da4f3b6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<!-- Style Sheets -->
1919
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
20-
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/fontawesome/3.2.1/css/font-awesome.min.css">
2120

2221
<link rel="shortcut icon" href="favicon.ico" />
2322

@@ -133,7 +132,7 @@ <h2 class="text-center">JSON-LD</h2>
133132
</div>
134133

135134
<div class="container py-5">
136-
<h2 class="text-center"><i class="icon-beer"></i> Playground</h2>
135+
<h2 class="text-center">Playground</h2>
137136
<div class="row justify-content-center mt-4">
138137
<div class="col-md-offset-2 col-md-8">
139138
<p>
@@ -154,7 +153,7 @@ <h2 class="text-center"><i class="icon-beer"></i> Playground</h2>
154153
<div class="bg-light py-5">
155154
<div class="container">
156155
<div id="developers" class="row">
157-
<h1 class="col-md-12 text-center"><i class="icon-cog"></i> Developers</h1>
156+
<h1 class="col-md-12 text-center">Developers</h1>
158157
</div>
159158
<div id="developers-description" class="row justify-content-center mt-4">
160159
<p class="col-md-offset-2 col-md-8">JSON-LD is available in
@@ -404,7 +403,7 @@ <h3 class="card-title">Typescript</h3>
404403

405404
<div class="container py-5">
406405
<div id="collaborating" class="row">
407-
<h1 class="col-md-12 text-center"><i class="icon-group"></i> Getting Help / Collaborating</h1>
406+
<h1 class="col-md-12 text-center">Getting Help / Collaborating</h1>
408407
</div>
409408

410409
<div id="collaborating-description" class="row justify-content-center mt-4">
@@ -492,7 +491,7 @@ <h3 class="card-title">Chat</h3>
492491
<div class="bg-light">
493492
<div class="container py-5">
494493
<div id="learn-more" class="row">
495-
<h1 class="col-md-12 text-center"><i class="icon-book"></i> Learn More…</h1>
494+
<h1 class="col-md-12 text-center">Learn More…</h1>
496495
</div>
497496

498497
<div id="learn-more-description" class="row justify-content-center text-center mt-4">

0 commit comments

Comments
 (0)