Skip to content

Commit eed1c6f

Browse files
committed
Landing page update (added description and documentation link)
1 parent 4cd3504 commit eed1c6f

File tree

3 files changed

+88
-10
lines changed

3 files changed

+88
-10
lines changed

index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
77
<link href="favicon.ico?v1.0" rel="shortcut icon" type="image/vnd.microsoft.icon">
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">
9-
<link type="text/css" rel="stylesheet" href="resources/css/groupdocs.viewer.css"/>
10-
<link type="text/css" rel="stylesheet" href="resources/css/groupdocs.viewer.mobile.css"/>
9+
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.viewer.css"/>
10+
<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">
1112
</head>
1213
<body>
1314
<div id="logo">
@@ -16,11 +17,26 @@
1617
<ul id="navigation">
1718
<li><a href="https://github.com/groupdocs-viewer">Examples</a></li>
1819
<li><a href="https://products.groupdocs.com/viewer">Products</a></li>
20+
<li><a href="https://docs.groupdocs.com/display/viewerproductfamily/Home">Documentation</a></li>
1921
</ul>
2022
<div id="container">
2123
<h3>GroupDocs</h3>
2224
<h1>Viewer</h1>
2325
<h4>Product Family</h4>
26+
<div id="product-description">
27+
<strong>GroupDocs.Viewer</strong> is one of the best and most reliable Document Viewer API's
28+
for <a class="dot-net" href="https://products.groupdocs.com/viewer/net">.NET</a> and
29+
<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.
31+
Full costumization and flexibility will allow you to achive any desired output for any possible use case.
32+
View documents from Amazon S3, Azure or any other source, render documents with high quality output,
33+
use caching for faster document rendering and much more!
34+
<div><a href="https://products.conholdate.app/documents/view/MVHY0xd3d/groupdocs-viewer.pdf">Live Showcase Demo</a></div>
35+
</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> -->
2440
</div>
2541
<ul id="social">
2642
<li><a href="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g"><i class="fab fa-youtube"></i></a></li>

resources/css/groupdocs.viewer.css

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ a{
5757

5858
#container{
5959
width: 386px;
60-
height: 140px;
60+
height: 348px;
6161
position: absolute;
6262
top: 50%;
6363
left: 50%;
64-
margin-top: -70px;
64+
margin-top: -200px;
6565
margin-left: -193px;
6666
}
6767

@@ -81,4 +81,53 @@ 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;
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;
84133
}

resources/css/groupdocs.viewer.mobile.css

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,34 @@
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: 276px;
24-
margin-left: -138px;
23+
width: 158px;
24+
top: 0;
25+
margin-left: -79px;
26+
margin-top: 140px;
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;
37+
}
38+
39+
#container > div#product-languages > div{
40+
padding: 15px 20px;
2941
}
3042

3143
#social{
32-
font-size: 22px;
44+
font-size: 15px;
45+
bottom: 0;
3346
}
3447

3548
#social > li{

0 commit comments

Comments
 (0)