Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Marie Reimer committed Mar 9, 2024
1 parent fc2bc9c commit 9fd6b99
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 10 deletions.
21 changes: 12 additions & 9 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
# The weight parameter defines the order that the links will appear in.

main:
- name: About
url: about
weight: 10
#- name: About
# url: about
# weight: 10
#- name: News
# url: post
# weight: 20
- name: People
- name: Research
url: research
weight: 10
- name: Team
url: people
weight: 30
- name: Publications
url: publication
weight: 50
weight: 20
#- name: Publications
# url: publication
# weight: 30
- name: Contact
url: contact
weight: 60
weight: 40
3 changes: 2 additions & 1 deletion content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ last_name: Reimer
superuser: true

# Role/position
role: Research
role: Head of the Research Group

# Organizations/Affiliations
organizations:
Expand Down Expand Up @@ -68,6 +68,7 @@ highlight_name: false
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Principal Investigators
- Researchers
---

Expand Down
54 changes: 54 additions & 0 deletions content/research/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Research
date: 2022-10-24

type: landing

sections:
- block: slider
content:
slides:
- title: 👋 Welcome to the group
content: Take a look at what we're working on...
align: center
background:
image:
filename: coders.jpg
filters:
brightness: 0.7
position: right
color: '#666'
- title: Lunch & Learn ☕️
content: 'Share your knowledge with the group and explore exciting new topics together!'
align: left
background:
image:
filename: contact.jpg
filters:
brightness: 0.7
position: center
color: '#555'
- title: World-Class Semiconductor Lab
content: 'Just opened last month!'
align: right
background:
image:
filename: welcome.jpg
filters:
brightness: 0.5
position: center
color: '#333'
link:
icon: graduation-cap
icon_pack: fas
text: Join Us
url: ../contact/
design:
# Slide height is automatic unless you force a specific height (e.g. '400px')
slide_height: ''
is_fullscreen: true
# Automatically transition through slides?
loop: false
# Duration of transition between slides (in ms)
interval: 2000
---

0 comments on commit 9fd6b99

Please sign in to comment.