Skip to content

Commit ba9fa30

Browse files
authored
Merge pull request #30 from cambiecollective/add-vanjs-and-vanpy
Add VanPy and VanJS to website
2 parents f06ca80 + 6d55d54 commit ba9fa30

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/pages/index.js

+15-5
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Index extends React.Component {
5959

6060
<section id="first" className="main special">
6161
<header className="major">
62-
<h2>founding events</h2>
62+
<h2>our events</h2>
6363
</header>
6464
<ul className="features">
6565
<li>
@@ -82,6 +82,16 @@ class Index extends React.Component {
8282
<h3><a href='https://www.meetup.com/Vancouver-Functional-Programmers/'>VanFP</a></h3>
8383
<p>a broad functional programming gathering space for people of all levels and functional langauges.</p>
8484
</li>
85+
<li>
86+
<span className="icon major style4 fa-python"></span>
87+
<h3><a href='https://www.meetup.com/vanpyz/'>VanPy</a></h3>
88+
<p>we bring together Pythonistas from academic, web, science, data, visual effects and other backgrounds under one roof.</p>
89+
</li>
90+
<li>
91+
<span className="icon major style3 fa-js-square"></span>
92+
<h3><a href='https://www.meetup.com/vancouver-javascript-developers/'>VanJS</a></h3>
93+
<p>a meetup for web developers in downtown Vancouver, focused on JavaScript, front-end technology, and the open web.</p>
94+
</li>
8595
</ul>
8696
<footer className="major">
8797
<ul className="actions">
@@ -99,20 +109,20 @@ class Index extends React.Component {
99109
<ul className="statistics">
100110
<li className="style1">
101111
<span className="icon fa-code-fork"></span>
102-
<strong>4</strong> meetups
112+
<strong>6</strong> meetups
103113
</li>
104114
<li className="style3">
105115
<span className="icon fa-signal"></span>
106-
<strong>7,931</strong> members
116+
<strong>12,000+</strong> members
107117
</li>
108118
<li className="style5">
109119
<span className="icon fa-diamond"></span>
110120
<strong>1</strong> community
111121
</li>
112122
</ul>
113123
<p className="content">Our audience is a diverse mix of interests.
114-
With 7900 members and counting, our responsibility to create healthy
115-
communities continues to grow. You're welcome to join us as an audience member, a sponsor, a venue partner, or even as a contributor. 🎉 What does that mean? <a href='https://twitter.com/cambiecollectiv/following'>Tweet at or DM any of us</a> to find out.</p>
124+
With 12000 members and counting, our responsibility to create healthy
125+
communities continues to grow. You're welcome to join us as an audience member, a sponsor, a venue partner, or even as a contributor. 🎉 What does that mean? <a href='https://twitter.com/gastowngang/following'>Tweet at or DM any of us</a> to find out.</p>
116126
<footer className="major">
117127
<ul className="actions">
118128
<li><Link to="/" className="button">Learn More</Link></li>

0 commit comments

Comments
 (0)