feat: migrate Hugo Bootstrap theme to latest Hugo with Tailwind CSS and refactor codebase
* replace Bootstrap-based styling with Tailwind CSS * update theme compatibility for latest Hugo version * refactor templates and partials * fix outdated code and broken components * improve project structure and maintainability * optimize styling and frontend build setup
This commit is contained in:
99
exampleSite/content/english/sections/team.md
Normal file
99
exampleSite/content/english/sections/team.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
enable: true
|
||||
title: "Team that makes the difference"
|
||||
members:
|
||||
- image: /images/team/team-member-one.jpg
|
||||
name: PABLO ESCOBAR
|
||||
designation: Creative Director
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
- image: /images/team/team-member-two.jpg
|
||||
name: MONTINO RIAU
|
||||
designation: Product Manager
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
- image: /images/team/team-member-three.jpg
|
||||
name: ALEX NAASRI
|
||||
designation: Chief Design Officer
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
- image: /images/team/team-member-four.jpg
|
||||
name: HONGMAN CHIOA
|
||||
designation: UX Researcher
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
- image: /images/team/team-member-five.jpg
|
||||
name: SANTIO ANDRESS
|
||||
designation: Content Researcher
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
- image: /images/team/team-member-six.jpg
|
||||
name: RAMESH PAUL
|
||||
designation: Creative Designer
|
||||
social:
|
||||
- name: medium
|
||||
icon: fa-brands fa-medium
|
||||
link: https://medium.com
|
||||
|
||||
- name: x
|
||||
icon: fa-brands fa-x-twitter
|
||||
link: https://x.com
|
||||
|
||||
- name: linkedin
|
||||
icon: fa-brands fa-linkedin
|
||||
link: https://linkedin.com
|
||||
|
||||
# don't create a separate page
|
||||
build:
|
||||
render: "never"
|
||||
---
|
||||
Reference in New Issue
Block a user