Skip to content

Commit 11ff188

Browse files
committed
Added new pages
1 parent 40e3507 commit 11ff188

6 files changed

Lines changed: 164 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

pages/.DS_Store

0 Bytes
Binary file not shown.

pages/chapters.tsx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2821
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
\paperw11900\paperh16840\margl1440\margr1440\vieww28600\viewh16380\viewkind0
6+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7+
8+
\f0\fs24 \cf0 import Layout from '../components/Layout';\
9+
import styles from '../styles/Polish.module.css';\
10+
\
11+
const Chapters = () => \{\
12+
return (\
13+
<Layout>\
14+
<div className=\{styles.page\}>\
15+
<h1 className=\{styles.title\}>Start a Local Chapter</h1>\
16+
<p className=\{styles.intro\}>\
17+
Ladies of Code chapters are active in cities around the world. Our local organizers host meetups,\
18+
workshops, and community events. Find your city or start your own!\
19+
</p>\
20+
<section className=\{styles.section\}>\
21+
<ul className=\{styles.list\}>\
22+
<li><a href="https://www.meetup.com/ladiesofcode-london/" target="_blank">London</a></li>\
23+
<li><a href="https://www.meetup.com/ladiesofcode-manchester/" target="_blank">Manchester</a></li>\
24+
<li><a href="https://www.meetup.com/ladiesofcode-paris/" target="_blank">Paris</a></li>\
25+
<li><a href="https://www.meetup.com/ladiesofcode-berlin/" target="_blank">Berlin</a></li>\
26+
<li><a href="https://www.meetup.com/ladiesofcode-nyc/" target="_blank">New York</a></li>\
27+
</ul>\
28+
</section>\
29+
<p className=\{styles.cta\}>\
30+
<strong>Lead a community:</strong> <a href="https://airtable.com/appGtffIghBhP0div/paggUeP28Hdp5nqTN/form" target="_blank">Apply via Airtable</a> \'97 we\'92ll help with funding, mentorship, and promotion.\
31+
</p>\
32+
</div>\
33+
</Layout>\
34+
);\
35+
\};\
36+
\
37+
export default Chapters;\
38+
}

pages/grants.tsx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2821
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
\paperw11900\paperh16840\margl1440\margr1440\vieww28600\viewh16380\viewkind0
6+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7+
8+
\f0\fs24 \cf0 import Layout from '../components/Layout';\
9+
import styles from '../styles/Polish.module.css';\
10+
\
11+
const Grants = () => \{\
12+
return (\
13+
<Layout>\
14+
<div className=\{styles.page\}>\
15+
<h1 className=\{styles.title\}>Grants & Funding Opportunities</h1>\
16+
<p className=\{styles.intro\}>\
17+
Looking for support to level up your work? We've curated a list of active grant programs from\
18+
leading technology foundations, DAOs, and non-profits.\
19+
</p>\
20+
<section className=\{styles.section\}>\
21+
<ul className=\{styles.list\}>\
22+
<li><a href="https://web3.foundation/grants/" target="_blank">Web3 Foundation Grants</a></li>\
23+
<li><a href="https://gitcoin.co/grants/" target="_blank">Gitcoin Grants</a></li>\
24+
<li><a href="https://ethereum.foundation/grants/" target="_blank">Ethereum Foundation Grants</a></li>\
25+
<li><a href="https://near.org/grants/" target="_blank">NEAR Foundation Grants</a></li>\
26+
</ul>\
27+
</section>\
28+
<p className=\{styles.cta\}>\
29+
Know of a grant we should feature? <a href="https://airtable.com/appGtffIghBhP0div/pag8ybGNzXmbhPZt9/form" target="_blank">Submit it via Airtable</a>.\
30+
</p>\
31+
<p className=\{styles.cta\}>\
32+
<strong>Add your grants program:</strong> <a href="https://airtable.com/appGtffIghBhP0div/pag8ybGNzXmbhPZt9/form" target="_blank">Submit here</a> if you're funding open source, education, or women in tech.\
33+
</p>\
34+
</div>\
35+
</Layout>\
36+
);\
37+
\};\
38+
\
39+
export default Grants;\
40+
}

pages/jobs.tsx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2821
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
6+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7+
8+
\f0\fs24 \cf0 import Layout from '../components/Layout';\
9+
import styles from '../styles/Polish.module.css';\
10+
\
11+
const Jobs = () => \{\
12+
return (\
13+
<Layout>\
14+
<div className=\{styles.page\}>\
15+
<h1 className=\{styles.title\}>Job Board</h1>\
16+
<p className=\{styles.intro\}>\
17+
Explore open roles from across the Web3 and tech ecosystem, curated by Ladies of Code.\
18+
</p>\
19+
<section className=\{styles.section\}>\
20+
<iframe\
21+
src="https://airtable.com/appGtffIghBhP0div/pagmH2w5k6xZWwtws/form"\
22+
width="100%"\
23+
height="800"\
24+
style=\{\{ border: 'none' \}\}\
25+
title="Job Listings Form"\
26+
></iframe>\
27+
</section>\
28+
</div>\
29+
</Layout>\
30+
);\
31+
\};\
32+
\
33+
export default Jobs;\
34+
}

pages/tutorials.tsx

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2821
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
3+
{\colortbl;\red255\green255\blue255;}
4+
{\*\expandedcolortbl;;}
5+
\paperw11900\paperh16840\margl1440\margr1440\vieww28600\viewh16380\viewkind0
6+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
7+
8+
\f0\fs24 \cf0 import Layout from '../components/Layout';\
9+
import styles from '../styles/Polish.module.css';\
10+
\
11+
const Tutorials = () => \{\
12+
return (\
13+
<Layout>\
14+
<div className=\{styles.page\}>\
15+
<h1 className=\{styles.title\}>Free Learning Resources</h1>\
16+
<p className=\{styles.intro\}>\
17+
Stay sharp and up to date with the best free resources from across the web.\
18+
We curate tutorials and guides on emerging technologies, open source tools,\
19+
and modern engineering practices.\
20+
</p>\
21+
\
22+
<section className=\{styles.section\}>\
23+
<h2 className=\{styles.subtitle\}>\uc0\u55356 \u57104 Web Development</h2>\
24+
<ul className=\{styles.list\}>\
25+
<li><a href="https://frontendmasters.com" target="_blank">Frontend Masters</a></li>\
26+
<li><a href="https://www.freecodecamp.org" target="_blank">freeCodeCamp</a></li>\
27+
<li><a href="https://developer.mozilla.org" target="_blank">MDN Web Docs</a></li>\
28+
<li><a href="https://www.theodinproject.com" target="_blank">The Odin Project</a></li>\
29+
<li><a href="https://web.dev" target="_blank">web.dev by Google</a></li>\
30+
</ul>\
31+
</section>\
32+
\
33+
<section className=\{styles.section\}>\
34+
<h2 className=\{styles.subtitle\}>\uc0\u55357 \u56599 Web3 & Blockchain</h2>\
35+
<ul className=\{styles.list\}>\
36+
<li><a href="https://useweb3.xyz" target="_blank">useWeb3</a></li>\
37+
<li><a href="https://speedrunethereum.com" target="_blank">Speed Run Ethereum</a></li>\
38+
<li><a href="https://learn.figment.io" target="_blank">Figment Learn</a></li>\
39+
<li><a href="https://wiki.polkadot.network/docs/learn-polkadot-academy" target="_blank">Polkadot Blockchain Academy</a></li>\
40+
</ul>\
41+
</section>\
42+
\
43+
<p className=\{styles.cta\}>\
44+
Got a resource we should add? <a href="https://airtable.com/appGtffIghBhP0div/pagatZKcaPsuUJ1cD/form" target="_blank">Submit it via Airtable</a>!\
45+
</p>\
46+
</div>\
47+
</Layout>\
48+
);\
49+
\};\
50+
\
51+
export default Tutorials;\
52+
}

0 commit comments

Comments
 (0)