Skip to content

Commit 827cfac

Browse files
Deploy preview for PR 119
1 parent 59fd641 commit 827cfac

File tree

81 files changed

+20898
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+20898
-0
lines changed

pr-previews/119/404.html

Lines changed: 751 additions & 0 deletions
Large diffs are not rendered by default.

pr-previews/119/assets/favicon.ico

14.7 KB
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
32.8 KB
Loading
Loading
Loading
28.8 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

pr-previews/119/assets/images/turing-logo.svg

Lines changed: 28 additions & 0 deletions
Loading

pr-previews/119/index.html

Lines changed: 1076 additions & 0 deletions
Large diffs are not rendered by default.

pr-previews/119/library/index.html

Lines changed: 1540 additions & 0 deletions
Large diffs are not rendered by default.

pr-previews/119/listings.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[
2+
{
3+
"listing": "/library/index.html",
4+
"items": []
5+
},
6+
{
7+
"listing": "/index.html",
8+
"items": [
9+
"/news/posts/2025-04-11-newsletter-4/index.html",
10+
"/news/posts/2025-03-28-newsletter-3/index.html",
11+
"/news/posts/2025-03-14-newsletter-2/index.html",
12+
"/news/posts/2025-02-28-newsletter-1/index.html",
13+
"/news/posts/2022-02-17-gsoc/index.html",
14+
"/news/posts/2021-02-04-gsoc/index.html",
15+
"/news/posts/2020-09-11-gsoc/index.html",
16+
"/news/posts/2020-05-04-Imperial-Report13-analysis/index.html",
17+
"/news/posts/2020-02-12-jsoc/index.html",
18+
"/news/posts/2019-12-14-initial-post/index.html"
19+
]
20+
},
21+
{
22+
"listing": "/news/index.html",
23+
"items": [
24+
"/news/posts/2025-04-11-newsletter-4/index.html",
25+
"/news/posts/2025-03-28-newsletter-3/index.html",
26+
"/news/posts/2025-03-14-newsletter-2/index.html",
27+
"/news/posts/2025-02-28-newsletter-1/index.html",
28+
"/news/posts/2022-02-17-gsoc/index.html",
29+
"/news/posts/2021-02-04-gsoc/index.html",
30+
"/news/posts/2020-09-11-gsoc/index.html",
31+
"/news/posts/2020-05-04-Imperial-Report13-analysis/index.html",
32+
"/news/posts/2020-02-12-jsoc/index.html",
33+
"/news/posts/2019-12-14-initial-post/index.html"
34+
]
35+
},
36+
{
37+
"listing": "/team/index.html",
38+
"items": []
39+
}
40+
]

pr-previews/119/news/index.html

Lines changed: 1202 additions & 0 deletions
Large diffs are not rendered by default.

pr-previews/119/news/index.xml

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

pr-previews/119/news/news.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.thumbnail {
2+
max-width: 0;
3+
}
4+
5+
.metadata {
6+
max-width: 150px;
7+
}
8+
9+
.quarto-post {
10+
max-height:fit-content;
11+
}
12+
13+
/* @media (max-width: 768px) {
14+
.quarto-post {
15+
max-height: 200px;
16+
}
17+
}
18+
19+
@media (max-width: 566px) {
20+
.quarto-post {
21+
max-height: 240px;
22+
}
23+
}
24+
25+
@media (max-width: 512px) and (min-width: 310px) {
26+
.quarto-post {
27+
max-height: 260px;
28+
}
29+
}
30+
31+
@media (max-width: 310px) {
32+
.quarto-post {
33+
max-height: 300px;
34+
}
35+
} */

0 commit comments

Comments
 (0)