Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Women in tech communities added #30

Merged
merged 2 commits into from
May 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
| [Pyladies](https://www.pyladies.com/) | | | | | | [Girls Who Code](https://girlswhocode.com/) | | [Connecting African Women in STEM](https://connectingafricanwomeninstem.org/) |
| [Women in Tech Africa](http://www.womenintechafrica.com/) | | | | | | [Girls Coding](http://www.girlscoding.com.ng/) | | [ProjectCSgirls](https://www.projectcsgirls.com/) |
| [Women Techmakers](https://www.womentechmakers.com/) | | | | | | [The Girl Code](https://thegirlcode.co/index.html) | | [SHEROES](https://sheroes.com/) |
| [Ladies Love STEM](https://ladieslovestem.com/) | | | | | | [Women Who Go](https://www.womenwhogo.org/) | | |
| | | | | | |[She codes for change](http://shecodesforchange.org/) | | |
| | | | | | | [She codes Africa](https://medium.com/shecodeafrica) | | |
| | | | | | | [DjangoGirls](https://djangogirls.org/)| | |
| [Ladies Love STEM](https://ladieslovestem.com/) | | | | | | [Women Who Go](https://www.womenwhogo.org/) | | |
| [Infosec girls](https://www.infosecgirls.in/) | | | | | |[She codes for change](http://shecodesforchange.org/) | | |
| [Women in Web Dev](https://womeninwebdev.com/) | | | | | | [She codes Africa](https://medium.com/shecodeafrica) | | |
| [Pakistani Women in Computing](https://pwic.org/) | | | | | | [DjangoGirls](https://djangogirls.org/)| | |
| [Women in Machine Learning and Data Sceince](http://wimlds.org/) | | | | | | | | |
| [LinuxChix](https://www.linuxchix.org/) | | | | | | | | |
32 changes: 32 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,38 @@ <h1>Women Communities</h1>
<a class="btn btn-primary" href="https://ladieslovestem.com/" role="button" target="_blank">Join Community</a>
</td>
</tr>
<tr>
<td>Infosec girls</td>
<td>
<a class="btn btn-primary" href="https://www.infosecgirls.in/" role="button" target="_blank">Join Community</a>
</td>
</tr>
<tr>
<td>Women in Web Dev</td>
<td>
<a class="btn btn-primary" href="https://womeninwebdev.com/" role="button" target="_blank">Join Community</a>
</td>
</tr>
<tr>
<td>Pakistani Women in Computing</td>
<td>
<a class="btn btn-primary" href="https://pwic.org/" role="button" target="_blank">Join Community</a>
</td>
</tr>
<tr>
<td>Women in Machine Learning and Data Sceince</td>
<td>
<a class="btn btn-primary" href="http://wimlds.org/" role="button" target="_blank">Join Community</a>
</td>
</tr>
<tr>
<td>LinuxChix</td>
<td>
<a class="btn btn-primary" href="https://www.linuxchix.org/" role="button" target="_blank">Join Community</a>
</td>
</tr>


</tbody>
</table>
</body>
Expand Down