-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathabout.html
90 lines (74 loc) · 4.09 KB
/
about.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
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/jquery.js" type="text/javascript"></script>
<link rel="shortcut icon" href="icon/icon48.png" />
<title>About Quora Archive</title>
</head>
<body>
<div class="row-fluid">
<div class="span12 header">
<a href="index.html"><img src="images/icon.jpg" style="width: 215px"></a></img>
</div>
</div>
<div class="row-fluid">
<div class="span10 offset1" style="margin-top:80px; margin-bottom:50px;">
<div class="row-fluid">
<div class="span6">
<div><h3>About</h3></div>
<div><small>Version: 1.4.1</small></div>
<div><small>Build date: 01-March-2014</small></div>
</div>
</div>
<br>
<div class="row-fluid">
<div class="span3">
<a class="btn btn-small" href="https://chrome.google.com/webstore/detail/quora-archive/mkbefhjeldcphemeekekgdkppaikmmfe/reviews/" target="_blank"><img src="images/rating.png" style="margin-right:7px"><strong>Rate this app on Chrome WebStore</strong></a>
</div>
<div class="span2">
<a class="btn btn-small" href="https://github.com/MayankAgarwal/quora-archive/issues" target="_blank"><img src="images/bug.png" style="margin-right:7px">Report bugs or wish</a>
</div>
<div class="span2">
<a class="btn btn-small" href="https://github.com/MayankAgarwal/quora-archive/" target="_blank"><img src="images/github.png" style="margin-right:7px">Fork source code</a>
</div>
</div>
<br><hr>
<div><h3>Author</h3></div>
<div>
<h4 style="font-weight:100">Mayank Agarwal</h4>
<h5 style="font-weight:100; margin-top:25px"><strong>Drop me a mail at <a href="mailto:[email protected]">[email protected]</a>, or connect with me through</strong></h5>
<div class="row-fluid" style="margin-top:15px">
<div class="span1"><a href="http://qr.ae/T18C1" target="_blank"><img src="images/quora-icon.png"></a></div>
<div class="span1"><a href="http://lnkd.in/ra8A6X" target="_blank"><img src="images/linkedin-icon.png"></a></div>
</div>
<br><hr>
<div>
<h3>Resources</h3>
<div class="row-fluid">
<div class="span2">
<i class="icon-chevron-right"></i><a href="http://jquery.com/" target="_blank">JQuery</a>
</div>
<div class="span2">
<i class="icon-chevron-right"></i><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>
</div>
<div class="span2">
<i class="icon-chevron-right"></i><a href="http://glyphicons.com/" target="_blank">Glyphicons</a>
</div>
<div class="span2">
<i class="icon-chevron-right"></i><a href="http://iconfinder.com/" target="_blank">Iconfinder.com</a>
</div>
<div class="span2">
<i class="icon-chevron-right"></i><a href="https://github.com/jimmysawczuk/clippy-jquery" target="_blank">Clippy</a>
</div>
<div class="span2">
<i class="icon-chevron-right"></i><a href="https://github.com/eligrey/FileSaver.js/" target="_blank">Filesaver.js</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>