Skip to content

Commit fedec15

Browse files
committed
update logos and readme
1 parent 1d95a9f commit fedec15

10 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This website is built using [Jekyll](https://jekyllrb.com/), a static site gener
1414
## 📁 Site Structure
1515

1616
```
17+
├── 404.html # Custom 404 error page
1718
├── _config.yml # Site configuration
1819
├── _layouts/
1920
│ └── default.html # Main layout template
@@ -23,6 +24,11 @@ This website is built using [Jekyll](https://jekyllrb.com/), a static site gener
2324
├── _data/
2425
│ ├── people.yml # Lab members data
2526
│ └── publications.yml # Publications data
27+
├── _people/ # Empty collection directory
28+
├── _publications/ # Empty collection directory
29+
├── Gemfile # Ruby dependencies
30+
├── Gemfile.lock # Locked dependency versions
31+
├── .gitignore # Git ignore rules
2632
├── index.md # Home page
2733
├── research/
2834
│ └── index.md # Research page
@@ -38,6 +44,11 @@ This website is built using [Jekyll](https://jekyllrb.com/), a static site gener
3844
├── css/
3945
│ └── style.css # All styling
4046
└── img/ # Images and photos
47+
├── athena1b.jpg
48+
├── European_Research_Council_logo-01.webp
49+
├── sainsbury.png
50+
├── ucl.png
51+
└── [other member photos and logos]
4152
```
4253

4354
## 🛠️ Local Development

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<div class="footer-brand">LIM Lab</div>
44
<div class="footer-logos">
55
<a href="https://www.ucl.ac.uk/swc" target="_blank" rel="noreferrer">
6-
<img src="https://www.sainsburywellcome.org/sites/default/files/2021-05/swc-logo.png" alt="Sainsbury Wellcome Centre logo">
6+
<img src="{{ '/assets/img/sainsbury.png' | relative_url }}" alt="Sainsbury Wellcome Centre logo">
77
</a>
88
<a href="https://www.ucl.ac.uk" target="_blank" rel="noreferrer">
9-
<img src="https://www.ucl.ac.uk/sites/default/files/ucl-logo.png" alt="UCL logo">
9+
<img src="{{ '/assets/img/ucl.png' | relative_url }}" alt="UCL logo">
1010
</a>
1111
</div>
1212
</div>
68.5 KB
Loading

assets/img/erc.png

-865 Bytes
Binary file not shown.

assets/img/hero.jpg

-7.36 KB
Binary file not shown.

assets/img/sainsbury.png

9.42 KB
Loading

assets/img/swc.png

-876 Bytes
Binary file not shown.

assets/img/ucl.png

3.5 KB
Loading

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description: "LIM Lab (Learning, Inference & Memory), Athena Akrami's group at S
5858
<p>This €2 million award over five years enables us to conduct long-term research and recruit <strong>postdoctoral fellows</strong> and research technicians.</p>
5959
</div>
6060
<div class="erc-logo">
61-
<img src="{{ '/assets/img/erc.png' | relative_url }}" alt="ERC logo">
61+
<img src="{{ '/assets/img/European_Research_Council_logo-01.webp' | relative_url }}" alt="ERC logo">
6262
</div>
6363
</div>
6464
</section>

join/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: "Join LIM Lab (Learning, Inference & Memory), Athena Akrami's group
2020
<p>Please get in touch if you are interested in joining our lab!</p>
2121
</div>
2222
<div class="erc-logo">
23-
<img src="{{ '/assets/img/erc.png' | relative_url }}" alt="ERC logo">
23+
<img src="{{ '/assets/img/European_Research_Council_logo-01.webp' | relative_url }}" alt="ERC logo">
2424
</div>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)