Skip to content

Commit cfab48b

Browse files
committed
Fixed spelling error & removed unused code
1 parent eed1c6f commit cfab48b

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
99
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.viewer.css"/>
1010
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.viewer.mobile.css"/>
11-
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
1211
</head>
1312
<body>
1413
<div id="logo">
@@ -27,16 +26,12 @@ <h4>Product Family</h4>
2726
<strong>GroupDocs.Viewer</strong> is one of the best and most reliable Document Viewer API's
2827
for <a class="dot-net" href="https://products.groupdocs.com/viewer/net">.NET</a> and
2928
<a class="java" href="https://products.groupdocs.com/viewer/java">Java</a class="dot-net"> on the market that supports over 140 document formats
30-
and enomerous features.
29+
and innumerous features.
3130
Full costumization and flexibility will allow you to achive any desired output for any possible use case.
3231
View documents from Amazon S3, Azure or any other source, render documents with high quality output,
3332
use caching for faster document rendering and much more!
3433
<div><a href="https://products.conholdate.app/documents/view/MVHY0xd3d/groupdocs-viewer.pdf">Live Showcase Demo</a></div>
3534
</div>
36-
<!-- <div id="product-languages">
37-
<div><a href="https://products.groupdocs.com/viewer/net"><i class="devicon-dot-net-plain"></i> .NET</a></div>
38-
<div><a href="https://products.groupdocs.com/viewer/java"><i class="devicon-java-plain"></i> JAVA</a></div>
39-
</div> -->
4035
</div>
4136
<ul id="social">
4237
<li><a href="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g"><i class="fab fa-youtube"></i></a></li>

resources/css/groupdocs.viewer.css

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -105,29 +105,4 @@ a{
105105

106106
#container > div#product-description > a.java{
107107
color: #ff2a8e;
108-
}
109-
110-
#container > div#product-languages{
111-
text-align: center;
112-
margin-top: 40px;
113-
}
114-
115-
#container > div#product-languages > div{
116-
display: inline-block;
117-
text-align: center;
118-
padding: 15px 50px;
119-
font-size: 18px;
120-
}
121-
122-
#container > div#product-languages > div > a > i{
123-
margin-right: 5px;
124-
font-size: 20px;
125-
}
126-
127-
#container > div#product-languages > div > a > i.devicon-dot-net-plain{
128-
color: #0a9cfe;
129-
}
130-
131-
#container > div#product-languages > div > a > i.devicon-java-plain{
132-
color: #fe0a30;
133108
}

resources/css/groupdocs.viewer.mobile.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
margin-top: 35px;
3737
}
3838

39-
#container > div#product-languages > div{
40-
padding: 15px 20px;
41-
}
42-
4339
#social{
4440
font-size: 15px;
4541
bottom: 0;

0 commit comments

Comments
 (0)