-
Notifications
You must be signed in to change notification settings - Fork 0
/
ductionary.html
80 lines (79 loc) · 2.37 KB
/
ductionary.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ductionary</title>
<link href="/assets/themes/twitter/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
.outer {
-webkit-box-shadow: 0px 0px 10px #4d4d4d;
-moz-box-shadow: 0px 0px 10px #4d4d4d;
box-shadow: 0px 0px 10px #4d4d4d;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
border:solid white 3px;
overflow: hidden;
padding: 10px;
margin-right: 30px;
}
.image {
background: gray;
padding: 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Two Pieces</a>
</div>
</div>
</div>
<div class="container">
<div class="content">
<ul class="thumbnails">
<li class="span5">
<h1>Duckipedia</h3>
<div class="outer" align="center"><img class="image" src="/assets/images/the-pedia/ductionary-icon-320.jpg" width="320" height="320"/></div>
</li>
<li class="span5">
<br/>
<span>Duckipedia is a serious Wikipedia reader.</span>
<br/>
<span>It provide useful functionalities listed bellow:</span>
<ul style="padding-left:50px;">
<li>quick language switch</li>
<li>search completion</li>
<li>section jump</li>
<li>history [can be remove]</li>
<li>lightness control</li>
<li>page mode [Expand | Shrink]</li>
<li>home page selection</li>
<li>https request</li>
</ul>
</li>
</ul>
<div align="center" class="alert alert-info"><a href="https://itunes.apple.com/us/app/ductionary/id626825945?ls=1&mt=8"><span>Download</span></a></div>
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<div class="modal-footer">
<div class="container">
<a href="/" style="font-size:12px">© Two Pieces</a> <span style="color:gray;font-size:12px"> created with </span> <a href="http://jekyllbootstrap.com/" style="font-size:12px"><strong>Jekyll</strong></a>
</div>
</div>
</body>
</html>