-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.9 KB
/
index.html
File metadata and controls
57 lines (50 loc) · 2.9 KB
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
---
layout: default
sectionid: index
---
<div class="header-container jumbotron">
<div class="container">
<h1>Swiss Digital Identity and Privacy Institute</h1>
<p>The Swiss Digital Identity and Privacy Institute (SDIPI) is a nonprofit organization that cares about data privacy and online identity.</p>
<p><a class="btn btn-primary btn-lg button-home" href="{{ "/mission.html" | prepend: site.baseurl }}"
role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="header-light regular-pad">What is the SDIPI?</h2>
<blockquote>
<p>SDIPI is the shorthand for "Swiss Digital Identity and Privacy Institute".</p>
</blockquote>
<p>
As the Internet grew over the years, Digital Identity is an even more important part of a lot of people's lifes. As of today, decisions and careers can be decided by how you appear to people online. It's no secret that it's become increasingly more important to know how to control this aspect of one's appearance.
</p>
<p>
This association was created around the start of a Master's thesis project : <a href="https://osf.io/zs4xt/">Web Digital Footprints and Data Privacy</a>. The goal of this project was to raise awareness about how private informations are handled online, and the study to appeal to the general Swiss population. The three people involved with this project wanted to make this possible and visible through an independant and non-profit medium : That's how the idea of creating this association came to life.
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-newspaper-o" aria-hidden="true"></i></h1>
<h3 class="text-center">Organization news</h3>
<p>We are an active organization and you can keep updated with what we're doing by visiting our
<a href="{{ site.posts.first.url | prepend: site.baseurl }}">News</a> page.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Our work</h3>
<p>
We want to raise awareness about how private data are handled online, what kinds of footprints people leave, and how they can control how they appear to the web.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-user" aria-hidden="true"></i></h1>
<h3 class="text-center">Want to become a member ?</h3>
<p>If you want to become a member, go to the <a href="{{ "/contact.html" | prepend: site.baseurl }}">Contact</a> page and send us a message !</p>
</div>
</div>
</div>