Skip to content

Commit

Permalink
Update website team page
Browse files Browse the repository at this point in the history
- Adjust advisors
- Remove Lucy from team
- Remove section of text
- Update Noel's photo

See https://linear.app/anika-legal/issue/TEC-1406/
  • Loading branch information
luca-vari committed Oct 10, 2024
1 parent d6d062a commit 4a05197
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 27 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 app/web/static/web/img/photos/advisors/matt.png
Binary file not shown.
Binary file removed app/web/static/web/img/photos/team/lucy.png
Binary file not shown.
Binary file modified app/web/static/web/img/photos/team/noel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions app/web/templates/web/about/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ <h1>Meet our team</h1>
>
</div>
</div>
<div class="brag short gold round-large top-right">
<div class="container">
<h1>
Our leaders are a group of ambitious and dedicated individuals, passionate about providing access to justice through Anika Legal’s innovative service model.
</h1>
</div>
</div>
<div class="segment">
<div class="container wide">
<h2>Anika Legal’s Board</h2>
Expand Down Expand Up @@ -75,7 +68,7 @@ <h2>Our Team</h2>
</div>
<div class="segment gold round-large top-right bottom-left">
<div class="container wide">
<h2>Our Advisory Panel</h2>
<h2>Our Advisory Council</h2>
<div class="divider"></div>
<div class="card-grid tight">
{% for member in advisors %}
Expand Down
48 changes: 29 additions & 19 deletions app/web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,36 @@ def shuffle(l):
],
},
{
"image": "web/img/photos/advisors/matt.png",
"name": "Matthew Segal",
"title": "Technical Advisor and full-stack software developer",
"image": "web/img/photos/advisors/madeleine-dupuche.png",
"name": "Madeleine Dupuche",
"title": "Director of Education Strategy and Design at Leo Cussen Centre for Law",
"brags": [
"""Matt previously led our Technology portfolio, which improved our
technical infrastructure. He now provides strategic advice and
shares his extensive expertise with our team.""",
"""Matt is a full-stack software developer with experience in
eCommerce, disease modelling, fintech and online media.""",
"""Madeleine is an experienced strategy and education leader whose
purpose and career have centred on supporting the creation of a
legal profession that accurately reflects the community it serves.""",
"""Madeleine practised as a solicitor in Melbourne and London before
teaching across the continuum of legal education for over 20 years,
including at law school, in practical legal training and in
continuing professional development.""",
],
},
{
"image": "web/img/photos/advisors/helga-svendsen.png",
"name": "Helga Svendsen FAICD",
"title": "Host of Take on Board podcast, Leadership & Executive Coach & Non Executive Director",
"brags": [
"""Helga specialises in strategy and planning, governance and
stakeholder engagement. Building on her extensive leadership roles
in government, not-for-profit and membership organisations, Helga is
a dynamic facilitator, coach, trainer and speaker.""",
"""Helga has held a number of chair and board roles, including the
Royal Women's Hospital and Social Housing Australia. Initially
trained and practising as a lawyer, her previous roles include Chief
Executive Officer of Hotham Mission Asylum Seeker Project, Assistant
Secretary of the Australian Services Union and Facilitator at
Sustainability Victoria. She has also founded two group coaching
programs for women - Board KickStarter and Board Accelerator to
encourage women into, and on, Boards."""
],
},
]
Expand Down Expand Up @@ -346,17 +367,6 @@ def shuffle(l):
sector.""",
],
},
{
"image": "web/img/photos/team/lucy.png",
"name": "Lucy Majstorovic",
"title": "Partnerships & Fundraising Lead",
"brags": [
"""Lucy supports our Partnership and Fundraising team, working with
our trusted partners to maximise Anika’s impact.""",
"""Lucy previously worked in consumer goods, where she gained
experience in relationship management, marketing and analytics""",
],
},
]

TESTIMONIALS = [
Expand Down

0 comments on commit 4a05197

Please sign in to comment.