Skip to content
Snippets Groups Projects
Commit 51403e3b authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

rename people page to about

parent a8244243
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ nav: ...@@ -10,7 +10,7 @@ nav:
link: https://simbricks.readthedocs.io/ link: https://simbricks.readthedocs.io/
- title: Code - title: Code
link: https://github.com/simbricks link: https://github.com/simbricks
- title: About
link: /about.html
- title: Blog - title: Blog
link: /blog/ link: /blog/
- title: About
link: /people.html
--- ---
layout: base layout: base
--- ---
<article class="people"> <article class="about">
{%- for category in site.data.people.categories %} {%- for category in site.data.people.categories %}
{%- assign catkey = category[0] %} {%- assign catkey = category[0] %}
{%- assign cat = category[1] %} {%- assign cat = category[1] %}
......
--- ---
layout: people layout: about
header_color: orange header_color: orange
title: "People" title: "About"
subtitle: "Meet the SimBricks team" subtitle: "Meet the SimBricks team"
permalink: /people.html permalink: /about.html
--- ---
If you are using SimBricks or are trying to determine if SimBricks is suitable If you are using SimBricks or are trying to determine if SimBricks is suitable
......
---
layout: about
header_color: orange
title: "People"
subtitle: "Meet the SimBricks team"
permalink: /people.html
---
<meta http-equiv="refresh" content="0; url=/about.html" />
\ No newline at end of file
article.people { article.about {
div.grid { div.grid {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
...@@ -21,7 +21,7 @@ $breakpoint: 1024px; ...@@ -21,7 +21,7 @@ $breakpoint: 1024px;
@import 'base-form'; @import 'base-form';
@import 'home'; @import 'home';
@import 'technology'; @import 'technology';
@import 'people'; @import 'about';
@import 'project'; @import 'project';
@import 'publications'; @import 'publications';
@import 'research'; @import 'research';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment