Skip to content

Commit 6ca3558

Browse files
authored
Merge pull request #251 from c4dt/local_logo_images
copy all logo images to public and reference those
2 parents a56f546 + c2c6191 commit 6ca3558

File tree

18 files changed

+316
-13
lines changed

18 files changed

+316
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ bun.lockb
3030
/blob-report/
3131
/playwright/.cache/
3232
/playwright/.auth/
33+
34+
.claude

data/DEDIS/projects.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ projects:
3838

3939
dela:
4040
name: DEDIS Ledger Architecture
41-
logo: https://dedis.github.io/dela/assets/infograph.png
41+
logo: /products/images/dela/infograph.png
4242
categories:
4343
- Blockchain
4444
applications:
@@ -75,7 +75,7 @@ projects:
7575

7676
odyssey:
7777
name: Odyssey
78-
logo: https://dedis.github.io/odyssey/assets/odyssey-components.png
78+
logo: /products/images/odyssey/odyssey.png
7979
categories:
8080
- Blockchain
8181
- Privacy
@@ -329,7 +329,7 @@ projects:
329329

330330
drand:
331331
name: DRand
332-
logo: https://github.com/drand/drand/blob/master/logo.png?raw=true
332+
logo: /products/images/drand/drand.png
333333
categories:
334334
- Security
335335
applications:

data/SPRING/projects.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ projects:
108108

109109
trickster:
110110
name: Trickster
111-
logo: https://raw.githubusercontent.com/spring-epfl/trickster/master/trickster.svg
111+
logo: /products/images/trickster/trickster.svg
112112
categories:
113113
- Privacy
114114
applications:
@@ -144,7 +144,7 @@ projects:
144144

145145
hippiepug:
146146
name: Hippiepug
147-
logo: https://raw.githubusercontent.com/spring-epfl/hippiepug/refs/heads/master/hippiepug.svg
147+
logo: /products/images/hippiepug/hippiepug.svg
148148
categories:
149149
- Privacy
150150
- Blockchain

data/SystemF/projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ projects:
3535

3636
regelk:
3737
name: RegElk
38-
logo: https://github.com/epfl-systemf/RegElk/blob/master/etc/regelk_logo.jpg?raw=true
38+
logo: /products/images/regelk/regelk.jpg
3939
description: >
4040
Linear regex engine for JavaScript in OCaml
4141
type: "Library"

data/labs.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ labs:
5353

5454
DEDIS:
5555
name: Decentralized Distributed Systems Laboratory
56-
logo: https://raw.githubusercontent.com/dedis/.github/refs/heads/main/profile/assets/banner.png
56+
logo: /labs/dedis.png
5757
prof:
5858
name:
5959
- Bryan
@@ -75,7 +75,7 @@ labs:
7575

7676
DLAB:
7777
name: Data Science Lab
78-
logo: https://dlab.epfl.ch/assets/img/dlab.svg
78+
logo: /labs/dlab.svg
7979
prof:
8080
name:
8181
- Robert
@@ -130,7 +130,7 @@ labs:
130130

131131
ESL:
132132
name: Embedded Systems Laboratory
133-
logo: https://www.epfl.ch/labs/esl/wp-content/uploads/2018/12/ESLlogos-2015-long.jpg
133+
logo: /labs/esl.jpg
134134
prof:
135135
name:
136136
- David
@@ -148,7 +148,7 @@ labs:
148148

149149
HexHive:
150150
name: HexHive Group
151-
logo: https://hexhive.epfl.ch/img/hexhive.png
151+
logo: /labs/hexhive.png
152152
prof:
153153
name:
154154
- Mathias
@@ -203,7 +203,7 @@ labs:
203203

204204
IVRL:
205205
name: Image and Visual Representation Lab
206-
logo: https://www.epfl.ch/labs/ivrl/wp-content/uploads/2019/05/IVRL_logo-600dpi-150x150.png
206+
logo: /labs/ivrl.png
207207
prof:
208208
name:
209209
- Sabine
@@ -224,7 +224,7 @@ labs:
224224

225225
LAMP:
226226
name: Programming Methods Laboratory
227-
logo: https://www.epfl.ch/labs/lamp/wp-content/uploads/2019/01/lamp.jpg
227+
logo: /labs/lamp.jpg
228228
prof:
229229
name:
230230
- Martin
@@ -262,7 +262,7 @@ labs:
262262

263263
LARA:
264264
name: Lab for Automated Reasoning and Analysis
265-
logo: https://avatars.githubusercontent.com/u/3035238?s=200&v=4
265+
logo: /labs/lara.png
266266
prof:
267267
name:
268268
- Viktor

public/labs/dedis.png

428 KB
Loading

public/labs/dlab.svg

Lines changed: 15 additions & 0 deletions
Loading

public/labs/esl.jpg

12.2 KB
Loading

public/labs/hexhive.png

33 KB
Loading

public/labs/ivrl.png

4.95 KB
Loading

0 commit comments

Comments
 (0)