-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
142 lines (138 loc) · 6.03 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<title>About</title>
</head>
<body>
<table width="100%" style="max-height: 200px; ">
<tr class="spaceUnder">
<td style="text-align: center;">
<div id ="horizontal_line" style="margin-bottom: 5px"></div>
<div class='container'>
<img class='resize_fit_center'
src='images/logo.gif' />
</div>
<div id="horizontal_line" style="margin-top:3px"></div>
</td>
</tr>
</table>
<div>
<h2 style="text-align: center;"><strong>The Official Wayback Machine Extension:</strong></h2>
</div>
<BR>
<BR>
<div class="container">
<div class="row">
<div class="col-sm-6" style="padding-right: 100px;">
<p>In cooperation with Google Summer of Code, The Internet Archive presents The Official WayBack Machine Extension. With the power of the WayBack Machine, we let you go back in time to see how a URL has changed and evolved through the history of the Web!</p>
<p style="font-family: Bebas Neue; font-size: 30px;"><strong> Features </strong></p>
<ul>
<li>
<strong style="color: green;font-size:22px">Save Page Now</strong>
</li>
<ul>Allows you to instantly save the page you are currently viewing in The WayBack Machine.</ul>
<li>
<strong style="color:#6399C5;font-size: 22px">Recent Version &</strong>
<strong style="color:#EEAC57;font-size: 22px">First Version</strong>
</li>
<ul>View the most recent, and the first version of a page, in the WayBack Machine.</ul>
<li>
<strong style="color: #5bc0de;font-size: 22px">Alexa & Whois</strong>
</li>
<ul>Gives analytical information about the page you are currently viewing, along with interesting facts, such as who owns it and how popular it is.</ul>
<li>
<strong style="color: #55acee;font-size: 22px">Tweets</strong>
</li>
<ul>Searches Twitter For information Regarding your current page.</ul>
<li>
<strong style="font-size: 22px">SiteMap</strong>
</li>
<ul>Make the structure of a website for any year in the past as a sequences sunburst diagram , also known as a radial tree.</ul>
</ul>
</div>
<div class="col-sm-6" style="padding-left: 100px">
<strong style="font-family: Bebas Neue;font-size: 30px;">Version</strong>
<span style="font-family: Bebas Neue;font-size: 30px;"> - 2.19.6</span>
<br><br>
<strong style="font-family: Bebas Neue;font-size: 30px;">License</strong>
<p>Copyright Internet Archive, 2017 AGPL-3
</p>
<br>
<strong style="font-family: Bebas Neue;font-size: 30px;">Credit</strong>
<p>
Caceres Richard
<a href="https://github.com/rchrd2"> @rchrd2<br /></a>
Chinta Rakesh N
<a href="https://github.com/rakesh-chinta">@rakesh-chinta</a><br />
Das Abhishek <a href="http://github.com/abhidas17695">@abhidas17695</a><br />
Mark Graham J. <a href="https://github.com/markjgraham">@markgraham</a><br />
Mandel Benjamin <a href="http://github.com/BenjaminMandel">@BenjaminMandel<br /></a>
Shiryaev Anton <a href="https://github.com/Eagle19243">@Eagle19243<br /></a>
Yogesh Kumar <a href="https://github.com/kumarjyogesh">@kumarjyogesh </a><br/>
Banos Vangelis <a href="https://github.com/vbanos">@vbanos </a><br/>
Rodden Kerry <a href="http://www.rodden.org/kerry">@kerryrodden</a> for sunburst code (used in the Site Map)<br />
</p>
<p>
<strong style="font-family: Bebas Neue;;font-size: 30px;">Support</strong>
</p>
<p>[email protected]</p>
</div>
</div>
</div>
</body>
</html>
<style>
body{
max-height: 100%;
}
@font-face {
font-family: Bebas Neue;
src: url("../fonts/BebasNeue.otf");
}
@font-face {
font-family: Gill Sans Light;
src: url("../fonts/GillSans-Light.ttf");
}
#horizontal_line{
margin: 0px;
padding: 0px;
border: 0px solid rgb(6, 117, 211);
font-size: 19px; font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font-stretch: inherit;
line-height: 1;
font-family: sans-serif;
vertical-align: baseline;
box-sizing: content-box;
overflow: unset;
height: 1px;
position: relative;
width: auto;
display: flex;
background-color: rgb(9, 150, 248); color: rgb(255, 255, 255);
text-align: left;
align-items: center;
border-radius: 3px;
justify-content: center;
text-decoration: none;
}
.resize_fit_center {
max-width:100%;
max-height:100px;
}
h2{
font-family: Bebas Neue;
font-size: 50px;
}
.container{
padding-left: 15px;
padding-right: 15px;
}
p{
font-family:Gill Sans Light;
font-size: 20px;
}
</style>