[READ-ONLY] Mirror of https://github.com/jackmawer/Teenage-Programmers-Website. Website for the Teenage Programmers Chatroom on StackOverflow mawersoft.co.uk/clients/tpcsite/
0

Configure Feed

Select the types of activity you want to include in your feed.

Added links

Jack Mawer (Dec 14, 2014, 6:46 PM UTC) b0dc5cdc fc3ebc06

+21 -7
+21 -7
index.html
··· 1 1 <!DOCTYPE html> 2 2 <html> 3 3 <head> 4 - <title>The Teenage Programmers StackOverflow ChatRoom</title> 4 + <title>The Teenage Programmers Chatroom!</title> 5 5 <!-- STYLE SHEET --> 6 6 <style type="text/css"> 7 7 @import url(http://fonts.googleapis.com/css?family=Archivo+Black|Lusitana:400,700|Source+Code+Pro:400,700); ··· 105 105 <p class="subtitle">programmers</p> 106 106 <p class="subtitle">chatroom</p> 107 107 </div> 108 + 109 + 110 + <div class="sectiontitle">Links</div> 111 + <div class="info"> 112 + <a href="http://chat.stackoverflow.com/rooms/22091/teenage-programmers-chatroom">the room</a><br /> 113 + <a href="http://chat.stackoverflow.com/">other rooms</a><br /> 114 + <a href="http://www.google.co.uk">Google</a><br /> 115 + <a href="http://stackoverflow.com">Stack Overflow</a><br /> 116 + GitHub <a href="https://gist.github.com/">Gists</a> and <a href="https://github.com/new">repositories</a><br /> 117 + <a href="http://mawersoft.co.uk">Jack's Website</a><br /> 118 + </div> 119 + 120 + 121 + 108 122 <div class="sectiontitle">Rules</div> 109 123 <div class="info" style="text-align: left;"> 110 - <p>The rules for the room are simple:<br /> 124 + <p style="text-align: right;">The rules for the room are simple:<br /> 111 125 <br /> 112 126 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 /> 113 127 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 /> 114 128 Use English to the best of your ability and do not use chat-speak. Just try to make sense.<br /> 115 - Pleasedon't bother ping spamming. This is the practice of constantly posting @username in order to annoy the person.<br /> 129 + Please don't bother ping spamming. This is the practice of constantly posting @username in order to annoy the person.<br /> 116 130 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 /> 117 131 Don't flag stuff unless it's obviously flag-worthy. It just annoys whoever invalidates the flags and doesn't help anyone.<br /> 118 - Don't be creepy.<br /> 132 + Don't be creepy, no racism, hate or severe swearwords! Let's be friendly!<br /> 133 + 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. 119 134 <br /> 120 135 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> 121 136 </div> 122 - <div class="sectiontitle">About</div> 123 - The webpage was lovingly designed by its_justjack, a regular in the room. 124 - </div> 137 + 138 + 125 139 </body> 126 140 </html>