diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 777d7ec..d4003d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.85.0' + hugo-version: '0.161.1' - name: Setup Node.js uses: actions/setup-node@v3 with: diff --git a/content/contact.md b/content/contact.md index c9fd2c4..b639efd 100644 --- a/content/contact.md +++ b/content/contact.md @@ -44,7 +44,7 @@ Our members regularly spend time in the office, please feel free to pop in and s {{}} ## Storeroom -Our storeroom is located on Kings Meadow Campus, a short journey by the 902 University Hopper Bus. We can meet you there by prior arrangement. +Our storeroom is located on Kings Meadow Campus. We can meet you there by prior arrangement. {{}}
Phone
diff --git a/data/committee.yml b/data/committee.yml index b7355bd..d83567a 100644 --- a/data/committee.yml +++ b/data/committee.yml @@ -1,11 +1,11 @@ members: # The order of members is important as this will be the order they are displayed in. # A hash has been placed after current positions to make this process easier. - - Name: Charlotte Reese + - Name: Rosalia Biasi Position: Technical Director # 1 Photo: - - /imgs/committee/charlotte.jpeg - Bio: "Charlotte has oversight of all of TEC, our equivalent of a President. She liaises with the Students Union and many other people to make sure everything is going smoothly." + - /imgs/committee/rosi.jpg + Bio: "Rosi has overall responsibility for TEC. She liases with the Students' Union to ensure everything goes smoothly. She studies Liberal Arts, and when she has free time she enjoys reading and playing guitar." # - Name: Toby Wong # Position: Productions Manager # 2 @@ -13,32 +13,26 @@ members: # - /imgs/committee/toby.jpeg # Bio: "Toby oversees the day-to-day operation of TEC productions. He ensures that all events, both large and small, run smoothly. He's a third year Law student." - - Name: Alfie Coe + - Name: James Cook Position: Treasurer # 2 Photo: - - /imgs/committee/alfie.jpeg - Bio: "Alfie oversees all things money related. He manages the TEC budget, ensuring we are financially stable and able to run events. He's a second year accounting student who enjoys photography outside of TEC. (normal size pen pictured)" + - /imgs/committee/james.jpg + Bio: "James oversees all things money related. He manages the TEC budget, ensuring we are financially stable and able to run events. He's a computer science student who enjoys photography outside of TEC." - - Name: James Cook + - Name: Isaac Korda Position: Logistics Manager # 3 Photo: - - /imgs/committee/james.jpg - Bio: "As Logistics Manager, James is responsible for the maintenance and upkeep of all of TEC's equipment, ensuring we keep accurate records of equipment and stay up to date with equipment testing policies. He's a Computer Science student who enjoys photography and going on walks in the countryside." + - /imgs/committee/isaac.jpg + Bio: "Isaac is responsible for patting the G2 rack, maintanence and upkeep of TEC's equipment, ensuring test schedules are followed and keeping records when things are. Outside of TEC Isaac is a ex academy rugby player with a dodgy knee. He also directed the 2025/26 Notts Varsity series for NSTV." - - Name: Rosalia Biasi - Position: Members' Officer # 5 + - Name: Hang Xu + Position: IT Manager # 6 Photo: - - /imgs/committee/rosi.jpg - Bio: "Rosi is responsible for all things members. She oversees member welfare, organises member training and puts together TEC socials. She studies Liberal Arts and has a passion for reading, playing guitar and complaining." - - # - Name: Jhoti Mahapatra - # Position: Communications Officer # 6 - # Photo: - # - /imgs/committee/jhoti.jpg - # Bio: "Jhoti is in resposnible for all things publicity and social media as well as communicating with our members. He's Mechanical Engineering student taking a year out to work in industry." + - /imgs/committee/hang.jpg + Bio: "Hang is chiefly responsible for maintaining TEC's IT infrastructure, allowing everyone to enjoy modern technology rather than recreating the Stone Age by chiseling rigboards onto bits of rock. Hang can usually be found struggling with a collection of motors, trying to persuade something with many motors to move as he intended (that's robotics!)." - # - Name: Joe Banks - # Position: IT Manager # 6 - # Photo: - # - /imgs/committee/joe.jpeg - # Bio: "Joe is responsible for the TEC website and other internal IT tooling. He's a final year Computer Science student who can also be found doing photography & filmography in his spare time." + - Name: Dan Beaton + Position: Lighting Manager # 6 + Photo: + - /imgs/committee/dan.jpg + Bio: "As lightning manager, Dan oversees the maintenance and upkeep of all TEC's lights and related equipment. He studies Chemical Engineering and has a passion for complaining about the lack of lights at a rig. Don't park near where he is involved with load in." diff --git a/layouts/committee/single.html b/layouts/committee/single.html index f102f4e..6945d21 100644 --- a/layouts/committee/single.html +++ b/layouts/committee/single.html @@ -5,12 +5,12 @@
{{ .Content }} - {{ $last := sub (len $.Site.Data.committee.members) 1 }} + {{ $last := sub (len hugo.Data.committee.members) 1 }} - {{ range $index, $item := $.Site.Data.committee.members }} + {{ range $index, $item := hugo.Data.committee.members }} - {{ if eq (mod $index 2) 0 }} -
+ {{ if eq (mod $index 2) 0 }} +
{{ end }}
@@ -29,22 +29,23 @@

{{$item.Name}}

{{$item.Position}}

{{ if $item.Bio }} - {{$item.Bio | markdownify}} + {{$item.Bio | markdownify}} {{ end }}
{{ if or (eq $index $last) (eq (mod $index 2) 1) }} -
- {{ end }} +
+ {{ end }} - {{ $index := add $index 1 }} + {{ $index := add $index 1 }} {{ end }}
- +
diff --git a/static/imgs/committee/alfie.jpeg b/static/imgs/committee/alfie.jpeg deleted file mode 100644 index cbc877c..0000000 Binary files a/static/imgs/committee/alfie.jpeg and /dev/null differ diff --git a/static/imgs/committee/charlotte.jpeg b/static/imgs/committee/charlotte.jpeg deleted file mode 100644 index 56300ea..0000000 Binary files a/static/imgs/committee/charlotte.jpeg and /dev/null differ diff --git a/static/imgs/committee/dan.jpg b/static/imgs/committee/dan.jpg new file mode 100644 index 0000000..b6cf77e Binary files /dev/null and b/static/imgs/committee/dan.jpg differ diff --git a/static/imgs/committee/ethan.jpeg b/static/imgs/committee/ethan.jpeg deleted file mode 100644 index 66dd3e7..0000000 Binary files a/static/imgs/committee/ethan.jpeg and /dev/null differ diff --git a/static/imgs/committee/hang.jpg b/static/imgs/committee/hang.jpg new file mode 100644 index 0000000..09c56e0 Binary files /dev/null and b/static/imgs/committee/hang.jpg differ diff --git a/static/imgs/committee/hope.jpg b/static/imgs/committee/hope.jpg deleted file mode 100644 index 18968ce..0000000 Binary files a/static/imgs/committee/hope.jpg and /dev/null differ diff --git a/static/imgs/committee/isaac.jpg b/static/imgs/committee/isaac.jpg index 06024d7..3884bf8 100644 Binary files a/static/imgs/committee/isaac.jpg and b/static/imgs/committee/isaac.jpg differ diff --git a/static/imgs/committee/jhoti.jpg b/static/imgs/committee/jhoti.jpg deleted file mode 100644 index 503ce73..0000000 Binary files a/static/imgs/committee/jhoti.jpg and /dev/null differ diff --git a/static/imgs/committee/joe.jpeg b/static/imgs/committee/joe.jpeg deleted file mode 100644 index 93ffd6d..0000000 Binary files a/static/imgs/committee/joe.jpeg and /dev/null differ diff --git a/static/imgs/committee/leo.jpg b/static/imgs/committee/leo.jpg deleted file mode 100644 index 0bca10d..0000000 Binary files a/static/imgs/committee/leo.jpg and /dev/null differ diff --git a/static/imgs/committee/nick.jpg b/static/imgs/committee/nick.jpg deleted file mode 100644 index 6f1fb1a..0000000 Binary files a/static/imgs/committee/nick.jpg and /dev/null differ diff --git a/static/imgs/committee/sam.jpeg b/static/imgs/committee/sam.jpeg deleted file mode 100644 index 03ecfba..0000000 Binary files a/static/imgs/committee/sam.jpeg and /dev/null differ diff --git a/static/imgs/committee/toby.jpeg b/static/imgs/committee/toby.jpeg deleted file mode 100644 index 756a36a..0000000 Binary files a/static/imgs/committee/toby.jpeg and /dev/null differ