Skip to content

Commit 613a6fb

Browse files
committed
Added some people and minor css fix
1 parent e5b3937 commit 613a6fb

File tree

7 files changed

+84
-14
lines changed

7 files changed

+84
-14
lines changed

404.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<div class="content">
1717
<div class="menu-bar_privacy">
18-
<div class="logo_privacy"><a href="./index.html"><img src="./img/logo_AiScope.png" alt=""></a>
18+
<div class="logo"><a href="./index.html"><img src="./img/logo_AiScope.png" alt=""></a>
1919
</div>
2020

2121
</div>
@@ -27,9 +27,13 @@
2727

2828
<div class="team">
2929

30-
<h2>We could not find what you were looking for.</h2>
30+
<h2>We could not find what you are looking for.</h2>
3131
</div>
3232
</div>
33+
<div class="footer">
34+
<div>[email protected]</div>
35+
<div><a href="./privacy-policy.html" target="_blank">Privacy police</a></div>
36+
</div>
3337
</div>
3438

3539
</body>

img/companies/isciii.jpg

25.1 KB
Loading

img/companies/isciii.svg

Lines changed: 42 additions & 0 deletions
Loading

img/people/WEB_Joris.jpeg

24.5 KB
Loading

index.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ <h3 class="project_h3">The software</h3>
112112
<div class="h2-wraper"><h2 class="white">Collaborate</h2></div>
113113
<div class="help_boxes">
114114
<div class="help_box_left">
115-
<h3>Hands on</h3>
116-
<p>We need collaborators with experience developing android apps in Kotlin and/or experience in Firebase.</p>
117-
<a href="mailto:[email protected]"><div class="help_button">Contact us</div></a>
115+
<div><h3>Programers needed</h3></div>
116+
<p>Ready to make a difference? Join and volunteer on our remote coding team and help us fight malaria with Kotlin and Firebase!</p>
117+
<a href="mailto:[email protected]"><div class="help_button">Beat Malaria now</div></a>
118118
</div>
119119
<div class="help_box_right">
120-
<div><h3>Be a patron</h3></div>
121-
<div><p>We need your help pay our microscopists to create the biggest open dataset of infectious diseases.</p></div>
120+
<div><h3>Be a monthly patron</h3></div>
121+
<div><p>Join our monthly supporters' club on Patreon to help us create the world's largest infectious disease dataset with our dedicated microscopists – even a small donation can drive monumental change.</p></div>
122122
<div class="help_button_div">
123123
<a href="https://patreon.com/TheAiScope" target="_blank"><div class="help_button"> Become a patron</div></a>
124124

@@ -204,14 +204,14 @@ <h3>Hands on</h3>
204204
</div>
205205
</div>
206206
<div class="person-card">
207-
<img src="./img/people/WEB_Eddi.jpg" alt="">
207+
<img src="./img/people/WEB_Joris.jpeg" alt="">
208208
<div class="img-info">
209209
<div class="text top">
210-
<p class="name"><strong>Eduard-Cristian Boloș</strong></p>
211-
<p class="role">Senior developer</p>
210+
<p class="name"><strong>Joris Borsboom</strong></p>
211+
<p class="role">Senior Developer</p>
212212
</div>
213213
<div class="text bottom">
214-
<p class="background">Senior Android Develope</p>
214+
<p class="background">International Lawyer</p>
215215
</div>
216216
</div>
217217
</div>
@@ -227,6 +227,7 @@ <h3>Hands on</h3>
227227
</div>
228228
</div>
229229
</div>
230+
230231
<div class="person-card">
231232
<img src="./img/people/WEB_Mira.jpg" alt="">
232233
<div class="img-info">
@@ -240,11 +241,13 @@ <h3>Hands on</h3>
240241
</div>
241242
</div>
242243

244+
243245
</div>
244246
<div class="h2-wraper"><h2>Companies</h2></div>
245247
<div class="companies">
246248
<img src="./img/companies/path.png" alt="">
247249
<img src="./img/companies/zambia.png" alt="">
250+
<img src="./img/companies/isciii.svg" alt="">
248251
<img src="./img/companies/oppo.png" alt="">
249252
<img src="./img/companies/thoughtworks.png" alt="">
250253
</div>

privacy-policy.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515
<div class="content">
1616
<div class="menu-bar_privacy">
17-
<div class="logo_privacy"><a href="./index.html"><img src="./img/logo_AiScope.png" alt=""></a>
17+
<div class="logo"><a href="./index.html"><img src="./img/logo_AiScope.png" alt=""></a>
1818
</div>
1919

2020
</div>
@@ -302,6 +302,10 @@
302302
</div>
303303
</div>
304304
</div>
305+
<div class="footer">
306+
<div>[email protected]</div>
307+
<div><a href="./privacy-policy.html" target="_blank">Privacy police</a></div>
308+
</div>
305309
</div>
306310

307311
</body>

style.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
html{
77
height: 100%;
8+
overflow-x: hidden;
89
}
910
body{
1011
font-family: "Lato","Roboto";
@@ -157,7 +158,7 @@ h2{
157158
display: flex;
158159
flex-direction: column;
159160
max-width: 1100px;
160-
161+
width: 100%;
161162

162163
}
163164

@@ -269,7 +270,7 @@ width: 450px;
269270
height: 550px;
270271
display:flex;
271272
flex-direction: column;
272-
justify-content: space-around;
273+
justify-content: space-between;
273274
}
274275

275276
.help_boxes p {
@@ -457,9 +458,25 @@ justify-content: space-around;
457458
min-width: 270px;
458459
width: 270px;
459460
}
461+
462+
463+
.help_box_left div h3, .help_box_right div h3{
464+
font-size: 40px;
465+
}
460466
.help_box_left, .help_box_right{
461467
width: 280px;
468+
462469
}
470+
.help_box_left{
471+
472+
height: 525px;
473+
}
474+
.help_box_right{
475+
476+
height: 770px;
477+
}
478+
479+
463480
.companies img {
464481
width: 100%;
465482
height:auto;

0 commit comments

Comments
 (0)