[WIP] Major website redesign #236
3 changed files with 125 additions and 221 deletions
|
@ -38,12 +38,8 @@
|
|||
flex-direction: column;
|
||||
gap: 16rem;
|
||||
border-bottom: 1rem solid var(--common-acord-button);
|
||||
overflow: scroll;
|
||||
max-height: 500rem;
|
||||
|
||||
> div {
|
||||
max-height: 500rem;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
display: inline;
|
||||
|
@ -105,7 +101,7 @@
|
|||
}
|
||||
|
||||
.is-active + .section-volunteering__content {
|
||||
max-height: 500rem;
|
||||
max-height: 2500rem;
|
||||
border: 1rem solid var(--common-acord-button);
|
||||
|
||||
}
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
</span>
|
||||
</li>
|
||||
<li class="bred-crum__item">
|
||||
<a class="nav-bred bred-crum__link bred-crum--active" href="/post/"> <span style="color: red"> Need Title</span></a>
|
||||
<a class="nav-bred bred-crum__link bred-crum--active" href="/post/">{{ resource.title | safe }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="single-news__item">
|
||||
<h2 class="h1 post-min__title"> <span style="color: red"> Need Title</span></h2>
|
||||
<h2 class="h1 post-min__title">{{ resource.title | safe }}</h2>
|
||||
<div class="post-min">
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_1 | safe }}
|
||||
Design
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
|
@ -44,39 +44,85 @@
|
|||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
Product Designer
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
Senior Product Designer, you will be a design lead responsible for not only supporting ongoing enhancement of existing experiences, but also for pursuing big bets and setting the path forward for the team and community. You will partner with product and engineering leads to shape team priorities, deliver high-quality execution, and up-level team process and culture.
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
Engineering
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
Software Developer - Android
|
||||
</h3>
|
||||
<p>
|
||||
As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins.
|
||||
</p>
|
||||
<!-- <button class="button button--main">-->
|
||||
<!-- {{ trans(key='volunteer-button', lang=lang) }}-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
Software Developer - iOS
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
<p>
|
||||
As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins.
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
Software Developer - C++ - Core
|
||||
</h3>
|
||||
<p>
|
||||
As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative functionality on the Core of the application. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_2 | safe }}
|
||||
Marketing
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
Social Media Manager
|
||||
</h3>
|
||||
<p>
|
||||
Senior Product Designer, you will be a design lead responsible for not only supporting ongoing enhancement of existing experiences, but also for pursuing big bets and setting the path forward for the team and community. You will partner with product and engineering leads to shape team priorities, deliver high-quality execution, and up-level team process and culture.
|
||||
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
Engineering
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
|
@ -85,165 +131,31 @@
|
|||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
Software Developer - Android
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins.
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
<!-- <button class="button button--main">-->
|
||||
<!-- {{ trans(key='volunteer-button', lang=lang) }}-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
Marketing Manager
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_3 | safe }}
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
<p>
|
||||
As a Marketing Manager, you will coordinate and lead projects including branding, positioning, messaging, product marketing and market research. Plan and deliver online campaigns from concept to execution and awareness to conversion. Execute tests, collect and analyze data and results, identify trends and insights in order to achieve maximum ROI in paid search campaigns. Create content in support of campaigns that aligns with strategy on Google, app stores, and social media. Optimize copy and website pages for search engine marketing. Perform ongoing keyword research including discovery and expansion of keyword opportunities for natural search.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_3 | safe }}
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_4 | safe }}
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_item_title_4 | safe }}
|
||||
Product
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
|
@ -252,76 +164,72 @@
|
|||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
Product Manager
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
As a Software Developer, you will contribute to building a world-class navigation app, while leading in privacy and offline navigation. Build innovative experiences on Android. Own the features from inception throughout the lifecycle including technical debt and testing. Set high standards for quality and maintainability and mentor others to do the same. Handle complex features that will cross system boundaries on the Mobile applications. Communicate and collaborate with other engineers, product managers and designers to deliver incremental wins.
|
||||
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
<!-- <button class="button button--main">-->
|
||||
<!-- {{ trans(key='volunteer-button', lang=lang) }}-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
Support
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_1 | safe }}
|
||||
Community Support Engineer
|
||||
</h3>
|
||||
<p>
|
||||
{{ page.extra.section_marketing_description_1 | safe }}
|
||||
As a Community Support Engineer you will be working directly with people in the community who use Organic Maps, to provide technical support and assistance with the application and website. The community ranges from tech savvy engineers, to novice technology users. Support involves maintaining high satisfaction, resolving technical challenges, and enhancing the support experience, to ensure people have a better overall navigation experience.
|
||||
</p>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
</div>
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
{{ page.extra.section_marketing_title_2 | safe }}
|
||||
</h3>
|
||||
<ul>
|
||||
<li>{{ page.extra.marketing_section_list_item_1| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_2| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_3| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_4| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_5| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_6| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_7| safe }}</li>
|
||||
<li>{{ page.extra.marketing_section_list_item_8| safe }}</li>
|
||||
</ul>
|
||||
<button class="button button--main">
|
||||
{{ trans(key='volunteer-button', lang=lang) }}
|
||||
</button>
|
||||
<!-- <button class="button button--main">-->
|
||||
<!-- {{ trans(key='volunteer-button', lang=lang) }}-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__item">
|
||||
<div class="section-volunteering__select">
|
||||
<h2 class="h5-boold section-volunteering__title">
|
||||
Content Management
|
||||
</h2>
|
||||
<div class="section-volunteering__button">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-volunteering__content">
|
||||
<div class="section-volunteering__block">
|
||||
<h3>
|
||||
Localization Specialist - Translator - All Languages
|
||||
</h3>
|
||||
<p>
|
||||
As a Community Support Engineer you will be working directly with people in the community who use Organic Maps, to provide technical support and assistance with the application and website. The community ranges from tech savvy engineers, to novice technology users. Support involves maintaining high satisfaction, resolving technical challenges, and enhancing the support experience, to ensure people have a better overall navigation experience.
|
||||
|
||||
</p>
|
||||
<!-- <button class="button button--main">-->
|
||||
<!-- {{ trans(key='volunteer-button', lang=lang) }}-->
|
||||
<!-- </button>-->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue