Skip to content

Commit

Permalink
New job post
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 committed Dec 22, 2023
1 parent 61b38c3 commit 42303e8
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 11 deletions.
4 changes: 2 additions & 2 deletions components/sections/EventPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const EventPopup = ({ image, title, content, cta }: EventPopupType) => {
>
<div
className={cx(
"px-4 pt-5 pb-3 mr-3 md:mr-0 text-[#141516] transition-all max-w-xs md:flex-shrink-0"
"px-4 pt-5 pb-3 mr-3 md:pr-8 text-[#141516] transition-all max-w-[22rem] md:flex-shrink-0"
)}
>
<h4 className="text-[17px] leading-6">
Expand All @@ -65,7 +65,7 @@ const EventPopup = ({ image, title, content, cta }: EventPopupType) => {
width={288}
height={288}
alt={image.alt ?? ""}
className="flex-shrink-0 h-36 w-36"
className="flex-shrink-0 h-36 w-36 rounded-[9px]"
/>
)}
</RegularLink>
Expand Down
13 changes: 4 additions & 9 deletions components/sections/LandingHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type LandingHero = {

const LandingHero: React.FC<LandingHero> = ({ title, content = "", ctas }) => {
return (
<section className="relative flex flex-col items-center justify-end h-full ">
<section className="relative flex flex-col items-center justify-end h-full">
<Container className="relative z-10 flex flex-col justify-end w-full pb-8 pt-96 lg:h-screen md:justify-center md:pb-36 md:pt-56 ">
<GridContainer>
<Header
Expand All @@ -23,22 +23,17 @@ const LandingHero: React.FC<LandingHero> = ({ title, content = "", ctas }) => {
/>
</GridContainer>
</Container>

<img
src="/assets/hero/door.png"
alt="Hero cover image"
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh] "
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh]"
/>
<img
src="/assets/hero/blending.png"
alt="Hero cover image"
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh] mix-blend-color"
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh] mix-blend-color"
/>

{/* <img
src="/assets/hero/landing_hero.png"
alt="Hero cover image"
className="absolute z-0 top-0 right-0 object-contain object-top pointer-events-none h-[90vh] md:h-[150vh]"
/> */}
</section>
);
};
Expand Down
78 changes: 78 additions & 0 deletions content/jobs/grant-manager.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
meta:
title: Grant Manager - Jobs
job:
category:
- Grant Program
title: Grant Manager
description: >-
You will work with grantees to make sure the process is mutually beneficial for them and for Swarm as a grantmaking organization. You will ensure, grantees are on track to succeed in reaching the agreed milestones. You will cooperate with multiple international teams parallelly.
items:
- template: section_item
title: Introduction
titleSize: small
content: |
Swarm is a system of peer-to-peer networked nodes for a decentralised storage and communication service.
Swarm could shape the future towards a self-sovereign global society and permissionless open markets. On Swarm, applications run autonomously yet securely in a planetary-scale deployment and execution environment.
- template: section_item
title: >-
About the Grant Program
titleSize: small
content: |
Anybody with a nice dApp idea is welcome to apply for a Swarm grant. Swarm grants and online events are supporting many interesting projects which are already building their products on top of Swarm.
Grant manager oversees nearly every part of the grantmaking process. The role of a grant manager is to plan and execute the grant process by working with the grantees, providing support, managing documents and deadlines, tracking grantee results, and much more. It is an ongoing process.
- template: section_item
title: >-
Responsibilities
titleSize: small
content: |
You will work with grantees to make sure the process is mutually beneficial for them and for Swarm as a grantmaking organization. You will ensure, grantees are on track to succeed in reaching the agreed milestones. You will cooperate with multiple international teams parallelly.
As part of your job, you are going to define milestones, plan budgets, arrange meetings and administer bureaucratic steps of your workflow. You will have to secure distribution, storage and management of documentation.
You will report to the head of partnerships.
- Managing grants funnel
- Document management, controlling
- Making sure that projects have a great environment to work in
- Compliance audits
- Monitor, review, evaluate and approve the grant process
- Managing inbound applications
- Sourcing rare gems projects and inviting them to apply
- Working closely with DevRel to ensure that a project successfully completed the program
- Ensuring the final payout to successful applicants
- Being responsible that the grant program is communicated appropriately through selected channels
- template: section_item
title: >-
Skills to make you successful as a grant manager:
titleSize: small
content: |
- You don’t need to Google [principles.fairdatasociety.org](https://principles.fairdatasociety.org/)
- Knowledge of and passion for Swarm and blockchain
- Knowledge of and passion for digital sovereignty
- Understanding privacy, data interoperability and data sovereignty
- Proficient in the use of financial management software to include spreadsheets and databases is required (Excel, software wallets, blockchain transactions)
- Ability to review projects to ensure conformance to Swarm standards or agreed goals
- Efficiency, professionalism and kindness in dealing with partners
- Fluency in English both verbally and in writing
- You like and can work efficiently in remote
- You are available around CET timezone
- You manage your own time efficiently and respect time constraints
- You like to take initiative
- Proficiency in Odoo is a plus
- template: section_item
title: >-
Swarm offers/Team perks:
titleSize: small
content: |
- An open, flat and transparent work environment
- 100% remote friendly
- Flexible working hours
- We care about our swarm: Incentives through BZZ, Swarm’s token
- Compensation based on experience, fixed + variable
Should you be interested in the position, please send your CV to [[email protected]]([email protected] "[email protected]").
---
Binary file modified public/assets/event-community_call-jan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42303e8

Please sign in to comment.