diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index aab52f2..a05a00d 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -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 diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 0e3bdf3..047a557 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -10,7 +10,7 @@ last_name: Reimer superuser: true # Role/position -role: Research +role: Head of the Research Group # Organizations/Affiliations organizations: @@ -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 --- diff --git a/content/research/index.md b/content/research/index.md new file mode 100644 index 0000000..d35e221 --- /dev/null +++ b/content/research/index.md @@ -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 +---