Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nav.about.teams: Create Team page and add to the About nav dropdow #415

Merged
merged 33 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0006b8e
Added Team to nav and started page
Mar 13, 2024
d8f3a16
Added resizing to images
Mar 14, 2024
5549d92
changed layout and added social
Mar 14, 2024
4bece3a
Adjusted responsive image sizes
Mar 14, 2024
f1b2aa5
Changed psc intro
Mar 14, 2024
cc28285
Changed layout of chair section
Mar 14, 2024
48e79f2
Changed layout of members header
Mar 14, 2024
890311d
Reformated yaml data structure
Mar 14, 2024
4479cda
Added past members
Mar 14, 2024
2aefb30
Removed Vero's low res photo
Mar 14, 2024
9109b38
Update data/team.yml
cwhite911 Mar 14, 2024
d167f1a
Update data/team.yml
cwhite911 Mar 14, 2024
94d1aa4
Update data/team.yml
cwhite911 Mar 14, 2024
5e75ec3
Update themes/grass/layouts/about/team.html
cwhite911 Mar 14, 2024
3c5863a
Update themes/grass/layouts/about/team.html
cwhite911 Mar 14, 2024
9a1af95
Standardize file extensions
neteler Mar 15, 2024
6eab1f3
Standardize file extensions
neteler Mar 15, 2024
69314c0
change image, email, urls
petrasovaa Mar 15, 2024
5371bcf
Updated with suggestions and added shaded backgrounds
Mar 15, 2024
5257c7f
Updated psc members periods
Mar 17, 2024
bad62e1
Updated filters
Mar 17, 2024
5dd538a
less padding
petrasovaa Mar 18, 2024
31aca92
change photo
petrasovaa Mar 18, 2024
49141a5
Removed psc-chair style and hid form psc members by default
Mar 19, 2024
372a6c1
Update themes/grass/layouts/about/team.html
cwhite911 Mar 19, 2024
6ed7221
Update themes/grass/layouts/about/team.html
cwhite911 Mar 19, 2024
0f69146
Update themes/grass/layouts/about/team.html
cwhite911 Mar 19, 2024
8dc14a3
Update themes/grass/layouts/about/team.html
cwhite911 Mar 20, 2024
d7cc1c4
Add a website for Huidae Cho
HuidaeCho Mar 20, 2024
ddf829a
Use https for Cho
HuidaeCho Mar 20, 2024
d84629a
Update Martin's, Helmut's and Markus' urls
petrasovaa Mar 20, 2024
a3930e4
Add city for Cho
HuidaeCho Mar 20, 2024
c88f562
Added additional padding to images
Mar 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 39 additions & 38 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,45 @@ greyColorDark = "#A0A0A0"

[[Languages.en.menu.main]]
weight = 1
name = "News"
URL = "/news"
name = "About Us"
url = "/about"
hasChildren = true

[[Languages.en.menu.main]]
parent = "About Us"
name = "Team"
weight = 1
URL = "/about/team"

[[Languages.en.menu.main]]
parent = "About Us"
name = "License"
URL = "/about/license"
weight = 2

[[Languages.en.menu.main]]
parent = "About Us"
name = "History"
URL = "/about/history"
weight = 3

[[Languages.en.menu.main]]
parent = "About Us"
name = "Brand"
URL = "/about/brand"
weight = 4

[[Languages.en.menu.main]]
parent = "About Us"
name = "Credits"
URL = "/about/credits"
weight = 5

[[Languages.en.menu.main]]
parent = "About Us"
name = "Citation"
URL = "/about/citation"
weight = 6

[[Languages.en.menu.main]]
weight = 2
Expand Down Expand Up @@ -199,42 +236,6 @@ greyColorDark = "#A0A0A0"
URL = "https://grasswiki.osgeo.org/wiki/Sponsors"
weight = 4

[[Languages.en.menu.main]]
weight = 6
name = "About"
url = "/about"
hasChildren = true

[[Languages.en.menu.main]]
parent = "About"
name = "Citation"
URL = "/about/citation"
weight = 1

[[Languages.en.menu.main]]
parent = "About"
name = "License"
URL = "/about/license"
weight = 1

[[Languages.en.menu.main]]
parent = "About"
name = "History"
URL = "/about/history"
weight = 2

[[Languages.en.menu.main]]
parent = "About"
name = "Brand"
URL = "/about/brand"
weight = 3

[[Languages.en.menu.main]]
parent = "About"
name = "Credits"
URL = "/about/credits"
weight = 4

# banner
[Languages.en.params.banner]
title = "GRASS GIS"
Expand Down
5 changes: 5 additions & 0 deletions content/about/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Team"
date: 2024-03-13T05:05:05+05:00
layout: "team"
---
Loading