From 62b1f779a484ed3c1d03cab7ee28efadb6923707 Mon Sep 17 00:00:00 2001 From: Maja Kraljic <maja.kraljic@gmail.com> Date: Wed, 30 May 2018 13:52:16 +0200 Subject: [PATCH 1/4] fixed links and description --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9131263..e37292c 100644 --- a/index.html +++ b/index.html @@ -106,7 +106,7 @@ <h3>Your First PR</h3> <p>Helps you get started contributing to Open Source by showcasing great starter issues on GitHub and elsewhere.</p> </a> - <a class="col-md-4" href="http://up-for-grabs.net" target="_blank"> + <a class="col-md-4" href="https://up-for-grabs.net" target="_blank"> <img alt="" src="img/projects/upforgrabs.png" /> <h3>Up For Grabs</h3> <p>A list of projects which have curated tasks specifically for new contributors. These are a great way to get started with a project.</p> @@ -178,10 +178,10 @@ <h2>Spaces</h2> <p>Find a local space or meetup where you can work with like-minded people!</p> <div class="row"> - <a class="col-md-4" href="https://www.meetup.com/opensourceladies/" target="_blank"> + <a class="col-md-4" href="https://www.meetup.com/opensourcediversity/" target="_blank"> <img alt="" src="img/projects/opensourceladies.jpg" /> - <h3>Open Source Ladies</h3> - <p>Monthly meetup in Berlin for women* who want to contribute to open source projects.</p> + <h3>Open Source Diversity</h3> + <p>Monthly meetup in Berlin for members of underrepresented groups who want to contribute to open source projects.</p> </a> <a class="col-md-4" href="http://heartofcode.org" target="_blank"> <img alt="" src="img/projects/heartofcode.jpg" /> @@ -223,7 +223,7 @@ <h3>RailsGirls Summer of Code</h3> <p>A global fellowship program aimed at bringing more diversity into Open Source. Successful applicants are paid a 3-month stipend to work on Open Source projects of their choice.</p> </a> - <a class="col-md-4" href="http://www.outreachy.org" target="_blank"> + <a class="col-md-4" href="https://www.outreachy.org" target="_blank"> <img alt="" src="img/projects/outreachy.png" /> <h3>Outreachy</h3> <p>3-month internships for people traditionally underrepresented in tech. Interns work remotely with mentors from Free and Open Source Software communities.</p> -- GitLab From fce3a9d20cf79cbf712dd97cda2a07b9b8436d74 Mon Sep 17 00:00:00 2001 From: Maja Kraljic <maja.kraljic@gmail.com> Date: Wed, 30 May 2018 15:00:48 +0200 Subject: [PATCH 2/4] Added Berlin to Open Source Diversity --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e37292c..0726309 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@ <section class="jumbotron text-center"> <div class="container"> <img alt="" src="img/opensourcediversity-icon-white.svg" /> - <h1 class="jumbotron-heading">Open Source Diversity</h1> + <h1 class="jumbotron-heading">Open Source Diversity Berlin</h1> <p class="lead">For more diversity & inclusion in free & open source software communities 😊</p> <!--<p> <a href="#" class="btn btn-primary">Main call to action</a> -- GitLab From 177e7fbb35fb600fea3d7dfe0b0ecee5f6055bf8 Mon Sep 17 00:00:00 2001 From: Maja Kraljic <maja.kraljic@gmail.com> Date: Thu, 31 May 2018 01:05:15 +0200 Subject: [PATCH 3/4] Berlin - + Removed Berlin from the wrong place and added it to the right one :) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0726309..6fcdab3 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> - <title>Open Source Diversity</title> + <title>Open Source Diversity</title <meta name="description" content="For more diversity & inclusion in free & open source software communities :)"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="vendor/bootstrap.min.css"> @@ -80,7 +80,7 @@ <section class="jumbotron text-center"> <div class="container"> <img alt="" src="img/opensourcediversity-icon-white.svg" /> - <h1 class="jumbotron-heading">Open Source Diversity Berlin</h1> + <h1 class="jumbotron-heading">Open Source Diversity</h1> <p class="lead">For more diversity & inclusion in free & open source software communities 😊</p> <!--<p> <a href="#" class="btn btn-primary">Main call to action</a> @@ -180,7 +180,7 @@ <div class="row"> <a class="col-md-4" href="https://www.meetup.com/opensourcediversity/" target="_blank"> <img alt="" src="img/projects/opensourceladies.jpg" /> - <h3>Open Source Diversity</h3> + <h3>Open Source Diversity Berlin</h3> <p>Monthly meetup in Berlin for members of underrepresented groups who want to contribute to open source projects.</p> </a> <a class="col-md-4" href="http://heartofcode.org" target="_blank"> -- GitLab From 18da22cea775c0c441482e5f07e3c85b05243e8b Mon Sep 17 00:00:00 2001 From: Maja Kraljic <maja.kraljic@gmail.com> Date: Thu, 31 May 2018 01:44:59 +0200 Subject: [PATCH 4/4] > added --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 177dca8..63cd8bc 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head prefix="og: http://ogp.me/ns#"> <meta charset="utf-8"> - <title>Open Source Diversity</title + <title>Open Source Diversity</title> <meta name="description" content="For more diversity & inclusion in free & open source software communities :)"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="vendor/bootstrap.min.css"> -- GitLab