-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
104 lines (84 loc) · 4.47 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
<!DOCTYPE html>
<html>
<head>
<title>Ypatia</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="menu">
<ul>
<li> <a href="#what">Work</a></li>
<li> <a href="#ypatia">Ypatia</a></li>
<li> <a href="#how">Methods</a></li>
<li> <a href="#team">Team</a></li>
</ul>
</div>
<div class="top">
<div class="toptext">
<h1>we are ypatia: a worker's coop working for multidisciplinary social innovation</h1>
</div>
</div>
<div class="ytitle content" id="what">
<h2>what we do</h2>
</div>
<div class="work content">
<p>
Multidisciplinary social innovation. We provide custom made digital solutions, product and digital design with customized work methoodology.
</p>
<p>
We use our individual and combined expertise for and in collaboration with groups and communities that work transparently and correspond to our values.
</p>
</div>
<div class="ypatia" id="ypatia">
<video src="./ypatia.webm" autoplay loop>
</video>
<h2> why 'ypatia'? </h2>
</div>
<div class="ytitle content" id="how">
<h2>how we do it</h2>
</div>
<div class="work content">
<p>
We are a working cooperative. We believe in democratic, co-owned and inclusive workspace based on mutual respect with feminist and 'proto-stage'-socialist principles. We promote equal pay and gender balance, Open Source and preservation of privacy as pilars of our work.
</p>
<p>
Our open list of values: Equality, integrity, solidarity, transparency, trust, empathy, commitment, respect, fun, flexibility, support, efficiency, sharing, evolution, inclusivity, respect, equity, reliability, modesty, meritocracy, creativity, non-discrimination, inspiration, innovation, multi-disciplinarity, boldness, accountability, impartiality.
</p>
</div>
<div class="bottom">
<div class='gtitle content' id="team">
<h2>who we are</h2>
</div>
<div class="team content">
<div class="teammember">
<h3>Aspasia</h3>
<p> software developer, tech lead and project manager with experience of more than 10 years in the tech indutry. Since some years now working towards bringing more diversity and balance to the IT industry. Passionate about creating open source software, especially when it enables people to feel heard, to participate in the commons and to self organise. Some of my code is at https://github.com/aspasia </p>
</div>
<div class="teammember">
<h3>Beatrice</h3>
<p> Biologist, ecologist and hydrologist with experience in environmental projects that build-up knowledge for improved natural resource management by multiple stakeholders. Obsessed with closing the gap between science and people by connecting scientific knowledge with people's preexisting knowledge and their needs.
https://radioambulante.org/
https://www.nikonsmallworld.com/
https://www.abccolombia.org/ </p>
</div>
<div class="teammember">
<h3>Elena</h3>
<p> Educated lawyer with experience in European law especially licenses (FOSS), GDPR and all private company law issues. Interested in raising awareness surrounding Human Rights, Free and Open-Source software and Intellectual property. Passionate Project manager (LEDGER. eu) and avid promoter of Open Knowledge. </p>
</div>
<div class="teammember">
<h3>Kelly</h3>
<p> Mathematician, specialized in probabilities and stochastic analysis. Currently working as a PhD student in National Technical University of Athens. Also working as a math teacher trying to inspire kids and all kinds of students to do maths and search for proofs. Love to solve all kinds of puzzles. </p>
</div>
<div class="teammember">
<h3>Klasien</h3>
<p> Interactive artist & designer of story-based and participatory experiences, blending digital/physical and online/offline interactions. More than 10 years of expertience in mobile technology and augmented realities, and more recent in sensory design and interactive performance. Explore her work: www.klasien.nl </p>
</div>
<div class="teammember">
<h3>Manuela</h3>
<p> Bookkeeper and administrator with more than 20 years of experience in the accounting field. Focused on researching and analyzing accounting data, auditing financial information for Horizon H2020 projects and preparing accounts and tax returns. The motto is ''Torture numbers and they will confess to anything''. </p>
</div>
</div>
</div>
</body>
</html>