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

Practice area template #340

Open
tripledoublev opened this issue Jul 12, 2024 · 0 comments
Open

Practice area template #340

tripledoublev opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
comms Back office communications tasks

Comments

@tripledoublev
Copy link
Member

tripledoublev commented Jul 12, 2024

I started a layout template called practice area.

It allows each practice area to build their own page with this specific template.
This page is meant to showcase the practice's service offering.

Summary of structure

  • Practice area title
  • Description of practice area
  • Services
  • Selected projects

Here is the current front matter template implemented:

title: string
excerpt: string
image: string
diagram: string
diagram_alt_text: string
description:  string 
tagline: string
services: list of service objects

# Service Object
service:
  - title: string
    description: string or list of string (items become paragraph)
    list: optional list of string 

I created this html file that is ready to be filled by other practice areas.

You can look at the co-creation lab or the data provenance page to see how the template can be used.

The template will show projects associated with the practice area when the project's preview key is set to true

The newly created practice area page will be accessible from both the work and the home page.

I am looking for feedback on the content structure in order to implement a template that will serve all practice areas.

@tripledoublev tripledoublev self-assigned this Jul 12, 2024
@tripledoublev tripledoublev added the comms Back office communications tasks label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comms Back office communications tasks
Projects
None yet
Development

No branches or pull requests

1 participant