-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
137 lines (120 loc) · 5.24 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
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<title>No2Bio index</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="no2bio, concerned citizens opposing Israel's biometric database bill">
<meta name="keywords" content="Biometric Database, Privacy, smart id, identity, israel">
<script src="vnd/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="vnd/Alef/Alef-Webfont/stylesheet.css">
<link rel="stylesheet" href="vnd/bs/css/bootstrap-alef.min.css">
<link rel="stylesheet" href="vnd/bs/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src=https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Privacy Shares -->
<script type="text/javascript" src="vnd/jquery.socialshareprivacy.min.autoload.js"></script>
<script type="application/x-social-share-privacy-settings">{"path_prefix":"http://panzi.github.io/SocialSharePrivacy/","layout":"line","services":{"buffer":{"status":false},"delicious":{"status":false},"disqus":{"status":false},"fbshare":{"status":false},"flattr":{"status":false},"hackernews":{"status":false},"mail":{"status":false},"pinterest":{"status":false},"reddit":{"status":false},"stumbleupon":{"status":false},"tumblr":{"status":false},"xing":{"status":false}}}</script>
<!-- /Privacy Shares -->
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid no2bioBrand">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">No2Bio</a>
</div>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav">
<li class="active" >
<a href="index.html">Home</a>
</li>
<li >
<a href="items.html">Articles</a>
</li>
<li >
<a href="about.html">About Us</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://no2bio.org" target="_blank">
Main site (Hebrew) <span class="glyphicon glyphicon-new-window"></span>
</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div class="container">
<div class="jumbotron">
<h4>
<strong>Yes</strong>
to <strong>smart identification</strong> in Israel
</h4>
<img src="img/logo.png" class="pull-right" alt="no2bio logo">
<h1>
<span class="glow">No</span>
to a <span class="creepy">Biometric Database</span>
</h1>
<p>Our government is creating a compulsory biometric database.
<em>We oppose this suicidal idea</em>.</p>
<div class="row">
<div class="col-md-3">
<a class="btn btn-default btn-lg btn-block" role="button" href="items.html">
<span class="glyphicon glyphicon-exclamation-sign"></span>
In the news
</a>
</div>
<div class="col-md-3 col-md-offset-6">
<a class="btn btn-danger btn-lg btn-block" href="http://no2bio.org" target="_blank">
Main site (Hebrew) <span class="glyphicon glyphicon-new-window"></span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>In Short</h3>
Israel's ministry of Interior is building a compulsory biometric database, containing fingerprints and facial image of every citizen. Well, except for citizens serving in certain agencies.
We - worried Israeli citizens - are trying to stop this.
</div>
<div class="col-md-4">
<h3>What's Here?</h3>
Some background materials explaining how the database came to be, news and updates about the database and our efforts to stop it, and some contact information.
</div>
<div class="col-md-4">
<h3>Why English?</h3>
Outreach. There are many groups around the world dealing with such government initiatives, and
most of them don't read Hebrew. The site designed for Israeli citizens is <a href="http://no2bio.org" target="_blank">here</a>. We are happy to collaborate with any group facing similar problems.
</div>
</div>
<hr />
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Spread the Word <small>Double click for privacy</small></h3>
</div>
<div class="panel-body">
<div class="social" data-social-share-privacy="true"></div>
</div>
</div>
</div>
<footer>
<a href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US" target="_blank">
<img src="img/cc-by-nc.png" alt="CC-BY-NC"/>
</a>
no2bio by no2bio.org is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Based on a work at no2bio.org
</footer>
<script src="vnd/bs/js/bootstrap.min.js"></script>
</body>
</html>