Skip to content

Commit

Permalink
Merge pull request #5 from Polkadot-Blockchain-Academy/nik-chores-fix…
Browse files Browse the repository at this point in the history
…-links

Fix links
  • Loading branch information
wirednkod authored Dec 20, 2023
2 parents e3c4d51 + 948347c commit 92a4ffa
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 23 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot Auto Merge

on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ on:
branches: [main]

jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check License Lines
uses: kt3k/[email protected]
validate-locales:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
# TODO: Disable locale:validation for now
# - run: yarn run locale:validate
build:
runs-on: ubuntu-latest
strategy:
Expand All @@ -41,7 +25,7 @@ jobs:

all:
# This job ensures that all jobs above (now we have just build) are successful.
needs: [check-license-lines, build, validate-locales]
needs: [build]
runs-on: ubuntu-latest
steps:
- run: echo Success
23 changes: 23 additions & 0 deletions .github/workflows/gh-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: GitHub Pages Publish

on:
push:
branches: [main]

jobs:
gh-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: yarn install
- name: Build
working-directory: "."
run: yarn build:pages
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
23 changes: 19 additions & 4 deletions src/pages/Funding/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,30 @@ import pba3 from "./PBA3.png"

Polkadot provides multiple avenues for getting your project or initiative funded. There are obviously also Venture Capital based routes to pursue but below are Polkadot specific options to explore.

### [Treasury Proposal](https://polkadot.polkassembly.io/opengov)
<h3>
<a href="https://polkadot.polkassembly.io/opengov" parent="_blank">
Treasury Proposal
</a>
</h3>

You can apply for Decentralized, community-driven funding for Polkadot [projects](https://twitter.com/polk_gov/status/1732378861755871495). For more information about how to apply and what projects qualify click [here](https://polkadot.network/ecosystem/treasury/).
You can apply for Decentralized, community-driven funding for Polkadot [projects](https://twitter.com/polk_gov/status/1732378861755871495). For more information about how to apply and what projects qualify click <a href="https://polkadot.network/ecosystem/treasury/" parent="_blank">here</a>.

### [Web3 Foundation Grant](https://grants.web3.foundation/)
<h3>
<a href="https://grants.web3.foundation/" parent="_blank">
Web3 Foundation Grant
</a>
</h3>

As part of our commitment to promoting the Web3 ecosystem, the Web3 Foundation offers a comprehensive grants program focused on funding software development and research efforts related to Polkadot and Kusama.

### [Events bounty](https://web3foundation.notion.site/Community-Events-Bounty-3dc41e32c4f64dc5bee5ad60c3a22432)
<h3>
<a
href="https://web3foundation.notion.site/Community-Events-Bounty-3dc41e32c4f64dc5bee5ad60c3a22432"
parent="_blank"
>
Events bounty
</a>
</h3>

The organization of events in person or online promotes and supports the Polkadot and Kusama brand. These meetups are necessary to create awareness of the brand, create local communities and above all educate about the technology and ecosystem.
This bounty aims to reward and fund events hosted by community members in the Polkadot and Kusama ecosystem.
Expand Down
13 changes: 11 additions & 2 deletions src/pages/Welcome/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,18 @@ Follow us on social media channels, and tag us whenever appropriate.
<div style={{ display: "block", margin: "0.5rem 0" }}>
<ul>
<li>
[LinkedIn](https://www.linkedin.com/school/polkadot-blockchain-academy/)
<a
href="https://www.linkedin.com/school/polkadot-blockchain-academy/"
parent="_blank"
>
LinkedIn
</a>
</li>
<li>
<a href="https://twitter.com/AcademyPolkadot" parent="_blank">
X
</a>
</li>
<li>[X](https://twitter.com/AcademyPolkadot)</li>
</ul>
</div>
<p>
Expand Down

0 comments on commit 92a4ffa

Please sign in to comment.