Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/jackmawer/Teenage-Programmers-Website. Website for the Teenage Programmers Chatroom on StackOverflow
mawersoft.co.uk/clients/tpcsite/
···11<!DOCTYPE html>
22<html>
33 <head>
44- <title>The Teenage Programmers StackOverflow ChatRoom</title>
44+ <title>The Teenage Programmers Chatroom!</title>
55 <!-- STYLE SHEET -->
66 <style type="text/css">
77@import url(http://fonts.googleapis.com/css?family=Archivo+Black|Lusitana:400,700|Source+Code+Pro:400,700);
···105105 <p class="subtitle">programmers</p>
106106 <p class="subtitle">chatroom</p>
107107 </div>
108108+109109+110110+<div class="sectiontitle">Links</div>
111111+<div class="info">
112112+<a href="http://chat.stackoverflow.com/rooms/22091/teenage-programmers-chatroom">the room</a><br />
113113+<a href="http://chat.stackoverflow.com/">other rooms</a><br />
114114+<a href="http://www.google.co.uk">Google</a><br />
115115+<a href="http://stackoverflow.com">Stack Overflow</a><br />
116116+GitHub <a href="https://gist.github.com/">Gists</a> and <a href="https://github.com/new">repositories</a><br />
117117+<a href="http://mawersoft.co.uk">Jack's Website</a><br />
118118+</div>
119119+120120+121121+108122 <div class="sectiontitle">Rules</div>
109123 <div class="info" style="text-align: left;">
110110- <p>The rules for the room are simple:<br />
124124+ <p style="text-align: right;">The rules for the room are simple:<br />
111125 <br />
112126 Before asking a question here, ask it on <a href="http://stackoverflow.com">Stack Overflow</a> or another <a href="http://stackexchange.com">Stack Exchange</a> site.<br />
113127 Do not fire off a question before you've researched your problem. Remember, <a href="http://www.google.com">Google</a> is always your friend!<br />
114128 Use English to the best of your ability and do not use chat-speak. Just try to make sense.<br />
115115- Pleasedon't bother ping spamming. This is the practice of constantly posting @username in order to annoy the person.<br />
129129+ Please don't bother ping spamming. This is the practice of constantly posting @username in order to annoy the person.<br />
116130 Try to limit in-chat code to a reasonable amount. If you have lots of code to share, how about making a <a href="https://gist.github.com/">gist</a>, or even a <a href="https://github.com/new">repository</a>. You can also use pastebin, pastie and hastebin. If you post code, it will be removed from chat.<br />
117131 Don't flag stuff unless it's obviously flag-worthy. It just annoys whoever invalidates the flags and doesn't help anyone.<br />
118118- Don't be creepy.<br />
132132+ Don't be creepy, no racism, hate or severe swearwords! Let's be friendly!<br />
133133+ Remember this room has <strong>no one topic</strong> and people are free to <strong>talk about what they wish</strong> as long as it follows above rules and is loosely related to programming.
119134 <br />
120135 These are all non-strict and really we'll get along fine if you're not begging for code and help all the time. In other words, be excellent to each other. </p>
121136 </div>
122122- <div class="sectiontitle">About</div>
123123- The webpage was lovingly designed by its_justjack, a regular in the room.
124124- </div>
137137+138138+125139 </body>
126140</html>