-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
132 lines (128 loc) · 4.15 KB
/
index.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
<<<<<<< HEAD
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tor Download Thing</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<section class="container">
<img src="tor.png">
<p>  </p>
<div class="dropdown">
<select name="one" class="dropdown-select">
<option value="">Language…</option>
<option value="1">English</option>
<option value="2">French</option>
<option value="3">Danish</option>
</select>
</div>
<div class="dropdown dropdown-dark">
<select name="two" class="dropdown-select">
<option value="">Package…</option>
<option value="1">Pkg 1</option>
<option value="2">Pkg 2</option>
<option value="3">Pkg 3</option>
</select>
</div>
</section>
<section class="about">
<p class="about-links">
<a href="http://www.cssflow.com/snippets/dark-and-light-dropdown-lists" target="_parent">FAQ</a>
<a href="http://www.cssflow.com/snippets/dark-and-light-dropdown-lists.zip" target="_parent">Download Source</a>
</p>
<p class="about-author">
© 2014 <a href="" target="_blank">TBD</a> -
<a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a><br>
</p>
</section>
</body>
=======
<!--[if gt IE 8]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tor Download</title>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<section class="container">
<section class="header">
<img src="tor.png">
<p>
</p>
<h1>Easily Download the Tor Browser Bundle</h1>
<p>
</p>
</section>
<section class="download">
<p class="download-link">
<!--TODO: Replace placeholder download link-->
<a href="https://www.torproject.org/index.html.en" target="_parent">Download</a>
</p>
</section>
<section class="custom-download">
<p>
Looking for something else? Select other options:
</p>
<br>
<div class="dropdown">
<select name="language" class="dropdown-select">
<option value="">Language</option>
<option value="1">English</option>
<option value="2">French</option>
<option value="3">Danish</option>
</select>
</div>
<br>
<div class="dropdown">
<select name="os" class="dropdown-select">
<option value="">Operating System</option>
<option value="1">Microsoft Windows</option>
<option value="2">Apple OS X</option>
<option value="3">GNU/Linux, BSD, and Unix</option>
</select>
</div>
<br>
<div class="dropdown">
<select name="architecture" class="dropdown-select">
<option value="">Architecture</option>
<option value="1">32-bit</option>
<option value="2">64-bit</option>
</select>
</div>
<br>
<div class="dropdown">
<select name="release" class="dropdown-select">
<option value="">Release</option>
<option value="1">Stable</option>
<option value="2">Unstable</option>
</select>
</div>
<br>
</section>
<section class="about">
<!--TODO: Fix localization-->
<p class="about-links">
<a href="https://www.torproject.org/docs/verifying-signatures.html.en" target="_parent">Verifying Signatures</a>
<a href="https://www.torproject.org/donate/donate.html.en" target="_parent">Donate</a>
</p>
<p class="about-author">
© 2014 <a href="" target="_blank">TBD</a> - <a href="http://www.cssflow.com/mit-license" target="_blank">MIT License</a>
<br>
</p>
</section>
</body>
>>>>>>> upstream/master
</html>