Skip to content

Commit 40d8145

Browse files
authored
Merge pull request #254 from neural-loop/main
List style, contrib photos & linkedin, contributors page update
2 parents a9c6409 + 0b73772 commit 40d8145

File tree

6 files changed

+34
-58
lines changed

6 files changed

+34
-58
lines changed

assets/scss/components.scss

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,4 @@
1-
main {
2-
min-height: 70vh;
3-
}
4-
5-
// section style
6-
.section {
7-
@apply py-24 xl:py-28;
8-
&-sm {
9-
@apply py-16 xl:py-20;
10-
}
11-
}
12-
13-
// container
14-
.container {
15-
@apply mx-auto px-4 2xl:max-w-[1320px];
16-
}
17-
18-
// form style
19-
.form-input {
20-
@apply bg-theme-light text-dark placeholder:text-light focus:border-primary dark:border-darkmode-border dark:bg-darkmode-theme-light dark:text-darkmode-light w-full rounded border-transparent px-6 py-4 focus:ring-transparent;
21-
}
22-
23-
.form-label {
24-
@apply font-secondary text-dark dark:text-darkmode-light mb-4 block text-xl font-normal;
25-
}
26-
27-
// social icons
28-
.social-icons {
29-
@apply space-x-4;
30-
li {
31-
@apply inline-block;
32-
a {
33-
@apply bg-primary dark:bg-darkmode-primary dark:text-dark flex h-9 w-9 items-center justify-center rounded text-center leading-9 text-white;
34-
svg {
35-
@apply h-5 w-5;
36-
}
37-
}
38-
}
39-
}
1+
// ... (other styles in the file)
402

413
// content style
424
.content {
@@ -85,12 +47,17 @@ main {
8547

8648
// Correctly closing the blockquote style here
8749

50+
// Custom list indentation. Overrides prose defaults.
51+
ul, ol {
52+
@apply pl-3;
53+
}
54+
8855
// Added styles for nested lists
8956
ul ul,
9057
ul ol,
9158
ol ul,
9259
ol ol {
93-
@apply my-3 ml-6;
60+
@apply my-3;
9461
}
9562

9663
@apply prose-pre:rounded-lg prose-pre:bg-theme-light prose-pre:dark:bg-darkmode-theme-light;
@@ -142,4 +109,4 @@ main {
142109
.btn {
143110
@apply dark:hover:text-dark no-underline hover:text-white #{!important};
144111
}
145-
}
112+
}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: "Luuk van Keeken"
33
description: "Researcher/PhD student at KTH Royal Institute of Technology, specializing in Neuromorphic Intermediate Representation (NIR) and its PyTorch applications."
4-
image: "" # To be replaced with "luuk-van-keeken.jpg" or similar
5-
social: []
4+
image: "luuk-van-keeken.jpeg" # To be replaced with "luuk-van-keeken.jpg" or similar
5+
social:
6+
- icon: "fa-brands fa-linkedin"
7+
link: "https://www.linkedin.com/in/luuk-van-keeken/"
8+
title: "linkedin"
69
draft: false
710
---
8-
Luuk van Keeken is a researcher/PhD student at KTH Royal Institute of Technology, focusing on neuromorphic computing, specifically related to the Neuromorphic Intermediate Representation (NIR) and its applications with frameworks like PyTorch.
11+
Luuk van Keeken is a researcher/PhD student at KTH Royal Institute of Technology, focusing on neuromorphic computing, specifically related to the Neuromorphic Intermediate Representation (NIR) and its applications with frameworks like PyTorch.
Loading
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: "Petruț Bogdan"
3-
image: "" # To be replaced with "petrut-bogdan.jpg" or similar
3+
image: "petrut-bogdan.jpeg" # To be replaced with "petrut-bogdan.jpg" or similar
44
description: "Software developer at Innatera, active in the neuromorphic community. Contributes to Faery, explores hardware-software co-design (Innatera, NIR)."
5-
social: []
5+
social:
6+
- icon: "fa-brands fa-linkedin"
7+
link: "https://www.linkedin.com/in/petrutbogdan"
8+
title: "linkedin"
69
draft: false
710
---
811
Petruț Bogdan is a software developer at Innatera, active in the neuromorphic community. He contributes to tools like Faery and explores hardware-software co-design with platforms like Innatera and standards like NIR. He has a background in SpiNNaker, PyNN, and Nengo, and works on bringing neuromorphic hardware to market.
Loading

layouts/contributors/list.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{{ define "main" }}
22
{{ partial "page-header" . }}
3-
43
<section class="section pt-6 contributors-list-section">
4+
55
<div class="container">
6+
7+
<div class="mt-6 mb-12">
8+
{{ partial "components/content-contribute-cta.html" (dict
9+
"icon" "solid user-group"
10+
"title" "Ready to <span class=\"gradient-text\">Join Us?</span>"
11+
"description" "Become part of our growing community of researchers, developers, and enthusiasts. Explore the many ways you can contribute to the future of open-source neuromorphic computing."
12+
"link" "/getting-involved/"
13+
"link_text" "See How to Get Involved"
14+
) }}
15+
</div>
16+
17+
618
{{/* 1. Get all contributor profile pages, sorted by title (name) */}}
719
{{ $allContributorProfiles := where site.RegularPages "Section" "contributors" }}
820

@@ -61,8 +73,8 @@
6173

6274
{{ range $year_str := $uniqueYearsSorted }}
6375
{{ $current_loop_year := int $year_str }}
64-
<div class="year-section mb-12">
65-
<h2 class="text-3xl font-bold mb-6 pb-2 border-b border-border dark:border-darkmode-border">{{ $year_str }}</h2>
76+
<div class="year-section mb-6">
77+
<h2 class="text-3xl text-center font-bold mb-10 pb-2">{{ $year_str }} Contributors</h2>
6678

6779
{{ $contributorsInThisYear := slice }}
6880

@@ -185,15 +197,6 @@ <h2 class="text-3xl font-bold mb-6 pb-2 border-b border-border dark:border-darkm
185197
<p class="text-center text-xl">No contributions found with yearly data.</p>
186198
{{ end }}
187199

188-
<div class="mt-8">
189-
{{ partial "components/content-contribute-cta.html" (dict
190-
"icon" "solid user-group"
191-
"title" "Ready to <span class=\"gradient-text\">Join Us?</span>"
192-
"description" "Become part of our growing community of researchers, developers, and enthusiasts. Explore the many ways you can contribute to the future of open-source neuromorphic computing."
193-
"link" "/getting-involved/"
194-
"link_text" "See How to Get Involved"
195-
) }}
196-
</div>
197200
</div>
198201
</section>
199202
{{ end }}

0 commit comments

Comments
 (0)