Skip to content

Commit fa0168d

Browse files
committed
add Matthew to team
1 parent 3796d09 commit fa0168d

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

config/_default/menus.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ main:
5151
weight: 6
5252
url: "working-groups/"
5353
parent: Community
54+
- name: "MatNWB"
55+
weight: 4
56+
url: "matnwb/"
57+
parent: The Software Ecosystem
5458

5559
- name: "Using NWB"
5660
weight: 3

content/matnwb/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "MatNWB"
3+
description: "MATLAB library for reading and writing NWB files"
4+
---
5+
6+
MatNWB is a MATLAB library for reading and writing NWB files.

layouts/matnwb/list.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{{ define "main" }}
2+
{{/* Hero Section */}}
3+
<section class="hero teamSect d-flex justify-content-center align-items-center position-relative"
4+
style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');">
5+
<h1 class="inter-700 text-48 text-white text-center z-4">{{ .Title | markdownify }}</h1>
6+
<div class="position-absolute ellipses">
7+
<img src="/images/essentials/ellipses.png" alt="" class="ellipseW">
8+
</div>
9+
</section>
10+
{{/* End Hero Section */}}
11+
12+
<section class="section">
13+
<div class="container-lg">
14+
{{ .Content }}
15+
</div>
16+
</section>
17+
{{ end }}

0 commit comments

Comments
 (0)