skoop / geek-mental-help-week

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEEK Mental Help Week

Starting on October 3rd, Geek Mental Help Week is a week-long series of articles, blog posts, conversations, podcasts and events across the web, about mental health issues, how to help people who suffer and those who care for us. Official announcement is here.

Official site can be found at http://geekmentalhelp.com/.

Contribute

If you have written an article, recorded a podcast or have organised an event for Geek Mental Help Week, please follow the simple guide below to add your submission.

  1. Clone this repository;
  2. Edit the index.html file, adding your submission into the appropriate section (eg. <section id="articles">) using the template provided below (also available in the index.html file's comments);
  3. Submit a pull request

Submission template

Just replace the placeholders in square brackets. The class="date" and class="author" paragraphs are optional.

	<div class="submission">
		<p class="date"><time datetime="[formatted date]">[humanized date]</time></p>
		<h3>
			<a href="[submission link]">[Title of submission]</a>
		</h3>
		<p class="author">
			<i>by</i> <a href="[Author's Twitter or blog]">[Author name]</a>
		</p>
		<p>
			[submission description]
		</p>
	</div>

Sharing

The Twitter hashtag you are looking for is #geekmentalhelp

About


Languages

Language:HTML 85.0%Language:CSS 15.0%