Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
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
2 changes: 1 addition & 1 deletion content/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Our members regularly spend time in the office, please feel free to pop in and s
{{</center>}}

## 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.
{{<rawhtml>}}
<dl>
<dt>Phone</dt>
Expand Down
42 changes: 18 additions & 24 deletions data/committee.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,38 @@
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
# Photo:
# - /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."
19 changes: 10 additions & 9 deletions layouts/committee/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<div class="container">
{{ .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 }}
<div class="row">
{{ if eq (mod $index 2) 0 }}
<div class="row">
{{ end }}

<div class="col s12 m6{{ if and (eq $index $last) (eq (mod $index 2) 0) }} offset-m3{{ end }}">
Expand All @@ -29,22 +29,23 @@
<h3>{{$item.Name}}</h3>
<h4>{{$item.Position}}</h4>
{{ if $item.Bio }}
{{$item.Bio | markdownify}}
{{$item.Bio | markdownify}}
{{ end }}
</div>

</div>

{{ if or (eq $index $last) (eq (mod $index 2) 1) }}
</div>
{{ end }}
</div>
{{ end }}

{{ $index := add $index 1 }}
{{ $index := add $index 1 }}

{{ end }}
</div>
<div class="hide-on-med-and-up">
<a href="#" id="to-top" class="btn-floating btn-large waves-effect waves-light black blue-text"><span class="fas fa-chevron-up"></span></a>
<a href="#" id="to-top" class="btn-floating btn-large waves-effect waves-light black blue-text"><span
class="fas fa-chevron-up"></span></a>
</div>
</article>

Expand Down
Binary file removed static/imgs/committee/alfie.jpeg
Binary file not shown.
Binary file removed static/imgs/committee/charlotte.jpeg
Binary file not shown.
Binary file added static/imgs/committee/dan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/imgs/committee/ethan.jpeg
Binary file not shown.
Binary file added static/imgs/committee/hang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/imgs/committee/hope.jpg
Binary file not shown.
Binary file modified static/imgs/committee/isaac.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/imgs/committee/jhoti.jpg
Binary file not shown.
Binary file removed static/imgs/committee/joe.jpeg
Binary file not shown.
Binary file removed static/imgs/committee/leo.jpg
Binary file not shown.
Binary file removed static/imgs/committee/nick.jpg
Binary file not shown.
Binary file removed static/imgs/committee/sam.jpeg
Binary file not shown.
Binary file removed static/imgs/committee/toby.jpeg
Binary file not shown.
Loading