Skip to content

Commit 1f0dab6

Browse files
committed
added/updated meta description & content description
1 parent 7e4e49b commit 1f0dab6

3 files changed

Lines changed: 53 additions & 11 deletions

File tree

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>GroupDocs.Parser</title>
54
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
6+
<meta name="description" content="Extract text from PDF, Extract images from PDF or parse excel documents with .NET and Java API">
7+
<title>GroupDocs.Parser - Office Documents Parser</title>
78
<link href="favicon.ico?v1.0" rel="shortcut icon" type="image/vnd.microsoft.icon">
89
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
910
<link type="text/css" rel="stylesheet" href="resources/css/groupdocs.parser.css"/>
@@ -16,11 +17,19 @@
1617
<ul id="navigation">
1718
<li><a href="https://github.com/groupdocs-parser">Examples</a></li>
1819
<li><a href="https://products.groupdocs.com/parser">Products</a></li>
20+
<li><a href="https://docs.groupdocs.com/display/parserproductfamily/Home">Documentation</a></li>
1921
</ul>
2022
<div id="container">
2123
<h3>GroupDocs</h3>
2224
<h1>Parser</h1>
2325
<h4>Product Family</h4>
26+
<div id="product-description">
27+
<strong><a href="https://products.groupdocs.com/parser">GroupDocs.Parser</a></strong> is a Office documents parser API's
28+
for <a class="dot-net" href="https://products.groupdocs.com/parser/net">.NET</a> and
29+
<a class="java" href="https://products.groupdocs.com/parser/java">Java</a> that can be used to Extract text from PDF,
30+
Extract images from PDF, parse excel documents, parse powerpoint document and much more!
31+
<div><a href="https://products.groupdocs.app/parser">Live Showcase Demo</a></div>
32+
</div>
2433
</div>
2534
<ul id="social">
2635
<li><a href="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g"><i class="fab fa-youtube"></i></a></li>

resources/css/groupdocs.parser.css

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ a{
5656
}
5757

5858
#container{
59-
width: 400px;
60-
height: 140px;
59+
width: 402px;
60+
height: 310px;
6161
position: absolute;
6262
top: 50%;
6363
left: 50%;
64-
margin-top: -70px;
65-
margin-left: -200px;
64+
margin-top: -155px;
65+
margin-left: -201px;
6666
}
6767

6868
#container > h1{
@@ -81,4 +81,28 @@ a{
8181

8282
#container > h4{
8383
text-align: right;
84+
}
85+
86+
#container > div#product-description{
87+
width: 700px;
88+
font-size: 13px;
89+
margin-top: 70px;
90+
margin-left: -157px;
91+
text-align: center;
92+
line-height: 1.5em;
93+
}
94+
95+
#container > div#product-description > div{
96+
width: 200px;
97+
border: 1px solid;
98+
padding: 10px;
99+
margin: 20px auto;
100+
}
101+
102+
#container > div#product-description > a.dot-net{
103+
color: #0a9cfe;
104+
}
105+
106+
#container > div#product-description > a.java{
107+
color: #ff2a8e;
84108
}

resources/css/groupdocs.parser.mobile.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,30 @@
1515
}
1616

1717
#navigation > li{
18-
font-size: 16px;
19-
margin: 0 20px;
18+
font-size: 13px;
19+
margin: 0px 7px;
2020
}
2121

2222
#container{
23-
width: 286px;
24-
margin-left: -143px;
23+
width: 164px;height: 264px;
24+
25+
margin-left: -82px;
26+
margin-top: -132px;
2527
}
2628

2729
#container > h1{
28-
font-size: 70px;
30+
font-size: 40px;
31+
}
32+
33+
#container > div#product-description{
34+
width: 300px;
35+
margin-left: -70px;
36+
margin-top: 35px;
2937
}
3038

3139
#social{
32-
font-size: 22px;
40+
font-size: 15px;
41+
bottom: 0;
3342
}
3443

3544
#social > li{

0 commit comments

Comments
 (0)