added role taxonomy page and position page template
This commit is contained in:
parent
2b7a5d3cb5
commit
8d50df4090
23
config.toml
23
config.toml
@ -74,15 +74,30 @@ paginate_path = "/join-us"
|
|||||||
|
|
||||||
[extra.taxonomies."roles"]
|
[extra.taxonomies."roles"]
|
||||||
[extra.taxonomies."roles".Create]
|
[extra.taxonomies."roles".Create]
|
||||||
iconPath = "images/icons/paint-brush-art-svgrepo-com.svg"
|
icon_path = "images/icons/paint-brush-art-svgrepo-com.svg"
|
||||||
|
banner_path = "images/marius-masalar-unsplash.jpg"
|
||||||
|
title = "Create Ourworld"
|
||||||
|
description = "Become a part of a team of creators looking to shape our digital world"
|
||||||
|
|
||||||
[extra.taxonomies."roles".Develop]
|
[extra.taxonomies."roles".Develop]
|
||||||
iconPath = "images/icons/code-svgrepo-com.svg"
|
icon_path = "images/icons/code-svgrepo-com.svg"
|
||||||
|
banner_path = "images/marius-masalar-unsplash.jpg"
|
||||||
|
title = "Develop Ourworld"
|
||||||
|
description = "Become a part of a team of developers building our digital world"
|
||||||
|
|
||||||
[extra.taxonomies."roles".Inspire]
|
[extra.taxonomies."roles".Inspire]
|
||||||
iconPath = "images/icons/bar-svgrepo-com.svg"
|
icon_path = "images/icons/bar-svgrepo-com.svg"
|
||||||
|
banner_path = "images/marius-masalar-unsplash.jpg"
|
||||||
|
title = "Share Ourworld"
|
||||||
|
description = "Create communities and involve people in ourworld"
|
||||||
|
|
||||||
[extra.taxonomies."roles".Organize]
|
[extra.taxonomies."roles".Organize]
|
||||||
iconPath = "images/icons/form-svgrepo-com.svg"
|
icon_path = "images/icons/form-svgrepo-com.svg"
|
||||||
|
banner_path = "images/marius-masalar-unsplash.jpg"
|
||||||
|
title = "Run Ourworld"
|
||||||
|
description = "Become a part of the organizational team at ourworld"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Join us"
|
title: "Join us"
|
||||||
template: "section.html"
|
template: "section.html"
|
||||||
|
page_template: "positionPage.html"
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3,8 +3,17 @@ title: "Blockchain Engineer"
|
|||||||
description: "Work with a team of engineers and build decentralized apps in Ourworld."
|
description: "Work with a team of engineers and build decentralized apps in Ourworld."
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||||
template: "page.html"
|
template: "positionPage.html"
|
||||||
taxonomies:
|
taxonomies:
|
||||||
roles: ["Develop"]
|
roles: ["Develop"]
|
||||||
tags: ["DAPPs"]
|
tags: ["DAPPs"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## About the position
|
||||||
|
|
||||||
|
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
@ -3,8 +3,17 @@ title: "Community Builder"
|
|||||||
description: "Help build the freeflow community around the world."
|
description: "Help build the freeflow community around the world."
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||||
template: "page.html"
|
template: "positionPage.html"
|
||||||
taxonomies:
|
taxonomies:
|
||||||
roles: ["Inspire"]
|
roles: ["Inspire"]
|
||||||
tags: ["Community", "Freeflow"]
|
tags: ["Community", "Freeflow"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## About the position
|
||||||
|
|
||||||
|
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
@ -3,157 +3,17 @@ title: "Graphic Designer"
|
|||||||
description: "Create 3D graphics and animations for ourverse and design our digital world."
|
description: "Create 3D graphics and animations for ourverse and design our digital world."
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||||
template: "page.html"
|
template: "positionPage.html"
|
||||||
taxonomies:
|
taxonomies:
|
||||||
roles: ["Create"]
|
roles: ["Create"]
|
||||||
tags: ["Metaverse"]
|
tags: ["Metaverse"]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Create OurWorld together
|
## About the position
|
||||||
|
|
||||||
<br>
|
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
|
||||||
|
|
||||||
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions (experiences on top). OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
|
## Requirements
|
||||||
|
|
||||||
[Explore areas of creation](https://)
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## OurWorld is powered by ThreeFold & Source Code Incubator
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
The Source Code Incubator and ThreeFold are changing this. OurWorld platform allows everyone to be equal, free and powerful. There is no reason to be afraid. The OurWorld platform allows developers to save on cost and provide better experience to their users. The platform is super complete.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## OurWorld Ecosystem
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Join an ecosystem of gamechanging communities and organizations
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## Our Values
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
OurWorld platform allows everyone to be equal, free and powerful. There is no reason to be afraid. The OurWorld platform allows developers to save on cost and provide better experience to their users.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the planet
|
|
||||||
|
|
||||||
Carbon Removing Concept (green)
|
|
||||||
Sustainable e.g. use less hardware
|
|
||||||
Uses a lot less energy (can be upto 100x more efficient compared to today)
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the end user
|
|
||||||
|
|
||||||
Data is private and only owned by end-user.
|
|
||||||
More performance, because twin is in country
|
|
||||||
Less cost, because this infrastructure costs less
|
|
||||||
Hackers & Manipulators have a lot less chance.
|
|
||||||
Way more convenient, no need to remember all apps
|
|
||||||
Less addictive behavior
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the planet
|
|
||||||
|
|
||||||
Carbon Removing Concept (green)
|
|
||||||
Sustainable e.g. use less hardware
|
|
||||||
Uses a lot less energy (can be upto 100x more efficient compared to today)
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the end user
|
|
||||||
|
|
||||||
Data is private and only owned by end-user.
|
|
||||||
More performance, because twin is in country
|
|
||||||
Less cost, because this infrastructure costs less
|
|
||||||
Hackers & Manipulators have a lot less chance.
|
|
||||||
Way more convenient, no need to remember all apps
|
|
||||||
Less addictive behavior
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## Find out how you can contribute
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Think about ourworld like a global digital backbone, which allows everyone to extend their current physical life. It's a digital backbone created and owned by all of us. We need creatives, ideators, social entrepreneurs, developers, community builders and wisdom providers to reach our ultimate goal. If you want to be a part in making OurWorld become a reality, check out the ares we need the most help with.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
{% row(style="lean center") %}
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Create
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Share
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Develop
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Ideate
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
@ -3,8 +3,17 @@ title: "Human Resources"
|
|||||||
description: "Find people to join Source Code and handle employee day too days."
|
description: "Find people to join Source Code and handle employee day too days."
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||||
template: "page.html"
|
template: "positionPage.html"
|
||||||
taxonomies:
|
taxonomies:
|
||||||
roles: ["Organize"]
|
roles: ["Organize"]
|
||||||
tags: ["Source Code"]
|
tags: ["Source Code"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## About the position
|
||||||
|
|
||||||
|
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
@ -3,161 +3,17 @@ title: "OurWorld Ambassador"
|
|||||||
description: "Help reaching out to people and spreading the vision of a better digital world."
|
description: "Help reaching out to people and spreading the vision of a better digital world."
|
||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||||
template: "page.html"
|
template: "positionPage.html"
|
||||||
taxonomies:
|
taxonomies:
|
||||||
roles: ["Inspire"]
|
roles: ["Inspire"]
|
||||||
tags: ["Community"]
|
tags: ["Community"]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Create OurWorld together
|
## About the position
|
||||||
|
|
||||||
<br>
|
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions and experiences. OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet.
|
||||||
|
|
||||||
Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people. Anyone is invited to build solutions (experiences on top). OurWorld can provide the alternative to the current too centralized, unsustainable and abused internet. Let's go back to what the internet was supposed to be.
|
## Requirements
|
||||||
|
|
||||||
[Explore areas of creation](https://)
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|
- Together we expand and create this OurWorld platform, with the purpose to give a better digital life to billions of people.
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## OurWorld is powered by ThreeFold & Source Code Incubator
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
The Source Code Incubator and ThreeFold are changing this. OurWorld platform allows everyone to be equal, free and powerful. There is no reason to be afraid. The OurWorld platform allows developers to save on cost and provide better experience to their users. The platform is super complete.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## OurWorld Ecosystem
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Join an ecosystem of gamechanging communities and organizations
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## Our Values
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
OurWorld platform allows everyone to be equal, free and powerful. There is no reason to be afraid. The OurWorld platform allows developers to save on cost and provide better experience to their users.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the planet
|
|
||||||
|
|
||||||
Carbon Removing Concept (green)
|
|
||||||
Sustainable e.g. use less hardware
|
|
||||||
Uses a lot less energy (can be upto 100x more efficient compared to today)
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the end user
|
|
||||||
|
|
||||||
Data is private and only owned by end-user.
|
|
||||||
More performance, because twin is in country
|
|
||||||
Less cost, because this infrastructure costs less
|
|
||||||
Hackers & Manipulators have a lot less chance.
|
|
||||||
Way more convenient, no need to remember all apps
|
|
||||||
Less addictive behavior
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the planet
|
|
||||||
|
|
||||||
Carbon Removing Concept (green)
|
|
||||||
Sustainable e.g. use less hardware
|
|
||||||
Uses a lot less energy (can be upto 100x more efficient compared to today)
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### For the end user
|
|
||||||
|
|
||||||
Data is private and only owned by end-user.
|
|
||||||
More performance, because twin is in country
|
|
||||||
Less cost, because this infrastructure costs less
|
|
||||||
Hackers & Manipulators have a lot less chance.
|
|
||||||
Way more convenient, no need to remember all apps
|
|
||||||
Less addictive behavior
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row() %}
|
|
||||||
|
|
||||||
## Find out how you can contribute
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Think about ourworld like a global digital backbone, which allows everyone to extend their current physical life. It's a digital backbone created and owned by all of us. We need creatives, ideators, social entrepreneurs, developers, community builders and wisdom providers to reach our ultimate goal. If you want to be a part in making OurWorld become a reality, check out the ares we need the most help with.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
{% row(style="lean center") %}
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Create
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Share
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Develop
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Ideate
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
---
|
|
||||||
|
BIN
static/images/marius-masalar-unsplash.jpg
Normal file
BIN
static/images/marius-masalar-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 920 KiB |
60
templates/partials/applicationForm.html
Normal file
60
templates/partials/applicationForm.html
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
<div class="mt-5 md:mt-0 md:col-span-2">
|
||||||
|
<form action="#" method="POST">
|
||||||
|
<div class="shadow sm:rounded-md sm:overflow-hidden">
|
||||||
|
<div class="px-4 py-5 bg-white space-y-6 sm:p-6">
|
||||||
|
<h3 class="text-black text-lg">Application</h3>
|
||||||
|
<div class="grid grid-cols-3 gap-6">
|
||||||
|
<div class="col-span-3 sm:col-span-2">
|
||||||
|
<label for="company-website" class="block text-sm font-medium text-gray-700"> Website </label>
|
||||||
|
<div class="mt-1 flex rounded-md shadow-sm">
|
||||||
|
<span class="inline-flex items-center px-3 rounded-l-md border border-r-0 border-gray-300 bg-gray-50 text-gray-500 text-sm"> http:// </span>
|
||||||
|
<input type="text" name="company-website" id="company-website" class="focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-full rounded-none rounded-r-md sm:text-sm border-gray-300" placeholder="www.example.com">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<label for="about" class="block text-sm font-medium text-gray-700"> About </label>
|
||||||
|
<div class="mt-1">
|
||||||
|
<textarea id="about" name="about" rows="3" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 mt-1 block w-full sm:text-sm border border-gray-300 rounded-md" placeholder="you@example.com"></textarea>
|
||||||
|
</div>
|
||||||
|
<p class="mt-2 text-sm text-gray-500">Brief description for your profile. URLs are hyperlinked.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<label class="block text-sm font-medium text-gray-700"> Photo </label>
|
||||||
|
<div class="mt-1 flex items-center">
|
||||||
|
<span class="inline-block h-12 w-12 rounded-full overflow-hidden bg-gray-100">
|
||||||
|
<svg class="h-full w-full text-gray-300" fill="currentColor" viewBox="0 0 24 24">
|
||||||
|
<path d="M24 20.993V24H0v-2.996A14.977 14.977 0 0112.004 15c4.904 0 9.26 2.354 11.996 5.993zM16.002 8.999a4 4 0 11-8 0 4 4 0 018 0z" />
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
<button type="button" class="ml-5 bg-white py-2 px-3 border border-gray-300 rounded-md shadow-sm text-sm leading-4 font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Change</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<label class="block text-sm font-medium text-gray-700"> Resume </label>
|
||||||
|
<div class="mt-1 flex justify-center px-6 pt-5 pb-6 border-2 border-gray-300 border-dashed rounded-md">
|
||||||
|
<div class="space-y-1 text-center">
|
||||||
|
<svg class="mx-auto h-12 w-12 text-gray-400" stroke="currentColor" fill="none" viewBox="0 0 48 48" aria-hidden="true">
|
||||||
|
<path d="M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||||
|
</svg>
|
||||||
|
<div class="flex text-sm text-gray-600">
|
||||||
|
<label for="file-upload" class="relative cursor-pointer bg-white rounded-md font-medium text-indigo-600 hover:text-indigo-500 focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-indigo-500">
|
||||||
|
<span>Upload a file</span>
|
||||||
|
<input id="file-upload" name="file-upload" type="file" class="sr-only">
|
||||||
|
</label>
|
||||||
|
<p class="pl-1">or drag and drop</p>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-gray-500">PDF up to 10MB</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="px-4 py-3 bg-gray-50 text-right sm:px-6">
|
||||||
|
<button type="submit" class="inline-flex justify-center py-2 px-4 border border-transparent shadow-sm text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">Save</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
@ -1,3 +1,9 @@
|
|||||||
<h4>{{page.title}}</h4>
|
<div class="mb-8 flex flex-col">
|
||||||
<p>{{page.description}}</p>
|
<a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
|
||||||
<p>Last updated: {{page.updated}}</p>
|
{{page.title | safe}}
|
||||||
|
</a>
|
||||||
|
{% include "partials/tags.html" %}
|
||||||
|
<p>
|
||||||
|
{{page.description | safe}}
|
||||||
|
</p>
|
||||||
|
</div>
|
@ -5,25 +5,13 @@
|
|||||||
{% set roles = taxonomy.items %}
|
{% set roles = taxonomy.items %}
|
||||||
{% for role in roles %}
|
{% for role in roles %}
|
||||||
<div class="flex flex-col items-start text-left my-8 mx-4 md:mx-8 lg:mx-4 flex-1 w-72">
|
<div class="flex flex-col items-start text-left my-8 mx-4 md:mx-8 lg:mx-4 flex-1 w-72">
|
||||||
{% set icon_path = config.extra.taxonomies["roles"][role.name].iconPath | as_str %}
|
{% set icon_path = config.extra.taxonomies["roles"][role.name].icon_path | as_str %}
|
||||||
<img src="{{icon_path}}" alt="role category icon" class="h-10 my-4">
|
<img src="{{icon_path}}" alt="role category icon" class="h-10 my-4">
|
||||||
{% set path = role.name | slugify %}
|
{% set path = role.name | slugify %}
|
||||||
{% set fullpath = "/roles/" ~ path ~ "#list" %}
|
{% set fullpath = "/roles/" ~ path %}
|
||||||
<a href={{fullpath}} class="text-2xl text-black font-normal lg:mb-8 cursor-pointer"> {{role.name}} </a>
|
<a href={{fullpath}} class="text-2xl text-black font-normal lg:mb-8 cursor-pointer"> {{role.name}} </a>
|
||||||
{% for page in role.pages %}
|
{% for page in role.pages %}
|
||||||
<div class="mb-8 flex flex-col">
|
{% include "partials/pageBox.html"%}
|
||||||
<a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
|
|
||||||
{{page.title | safe}}
|
|
||||||
</a>
|
|
||||||
<div class="flex mb-4">
|
|
||||||
{% for tag in page.taxonomies.tags %}
|
|
||||||
<div class="bg-gray-200 rounded font-semibold text-xs w-auto px-2 py-1 mr-2">{{tag}}</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
<p>
|
|
||||||
{{page.description | safe}}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
5
templates/partials/tags.html
Normal file
5
templates/partials/tags.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<div class="flex mb-4">
|
||||||
|
{% for tag in page.taxonomies.tags %}
|
||||||
|
<div class="bg-gray-200 rounded font-semibold text-xs w-auto px-2 py-1 mr-2">{{tag}}</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
31
templates/positionPage.html
Normal file
31
templates/positionPage.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{% extends "_default/base.html" %}
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
<!-- Default page template for blog posts and basic informative markdown files -->
|
||||||
|
<main>
|
||||||
|
|
||||||
|
{% set banner_path = config.extra.taxonomies["roles"][page.taxonomies.roles[0]].banner_path | as_str %}
|
||||||
|
{% set styles = "background: url('/" ~ banner_path ~ "'); background-size: cover; background-position: center" %}
|
||||||
|
|
||||||
|
<div class="w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 -mt-6 max-w-none py-28 max-h-80" style="{{styles}}"></div>
|
||||||
|
<div class="flex flex-col lg:flex-row md:mx-4 lg:mx-6">
|
||||||
|
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
|
||||||
|
<div class="pt-8 lg:pt-8 2xl:pt-24">
|
||||||
|
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
|
||||||
|
<h1 class="text-left text-5xl font-normal my-2 font-medium">
|
||||||
|
{{ page.title }}
|
||||||
|
</h1>
|
||||||
|
<p class="my-4">{{page.description}}</p>
|
||||||
|
{% include "partials/tags.html" %}
|
||||||
|
</div>
|
||||||
|
{{ page.content | safe }}
|
||||||
|
</article>
|
||||||
|
<div class="mx-auto lg:mt-12">
|
||||||
|
{% include "partials/applicationForm.html"%}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
{% endblock content %}
|
@ -2,11 +2,35 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% set section = get_section(path="join-us/_index.md")%}
|
<!-- Default page template for blog posts and basic informative markdown files -->
|
||||||
<main class="pt-16">
|
<main>
|
||||||
{{ section.content | safe}}
|
|
||||||
<hr>
|
{% set banner_path = config.extra.taxonomies["roles"][term.name].banner_path | as_str %}
|
||||||
{% include "partials/pageList.html" %}
|
{% set styles = "background: url('/" ~ banner_path ~ "'); background-size: cover; background-position: center" %}
|
||||||
|
|
||||||
|
<div class="w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 -mt-6 max-w-none py-28 max-h-80" style="{{styles}}"></div>
|
||||||
|
<div class="flex flex-col lg:flex-row md:mx-4 lg:mx-6">
|
||||||
|
<article class="article mx-auto lg:w-1/2 lg:mr-8 lg:mt-10">
|
||||||
|
<div class="pt-8 lg:pt-8 2xl:pt-24">
|
||||||
|
<h3 class="text-2xl font-normal my-0 text-gray-600">Our World</h3>
|
||||||
|
<h1 class="text-left text-5xl font-normal my-2 font-medium">
|
||||||
|
{{ config.extra.taxonomies["roles"][term.name].title }}
|
||||||
|
</h1>
|
||||||
|
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
<h3 class="text-black text-lg">{{term.name}} @ Ourworld</h3>
|
||||||
|
{% for page in term.pages %}
|
||||||
|
{% include "partials/pageBox.html"%}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<div class="mx-auto lg:mt-12">
|
||||||
|
{% include "partials/applicationForm.html"%}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<main>
|
<main class="-mt-6">
|
||||||
{{ section.content | safe}}
|
{{ section.content | safe}}
|
||||||
<hr>
|
<hr>
|
||||||
{% include "partials/pageList.html" %}
|
{% include "partials/pageList.html" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user