Skip to content

Commit a45602f

Browse files
committed
tabs win
1 parent 2769571 commit a45602f

File tree

1 file changed

+127
-127
lines changed

1 file changed

+127
-127
lines changed

index.html

Lines changed: 127 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<title>Javascript: Unofficial Room Rules</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="Unofficial room rules for SO Javascript Chat.">
8-
<meta name="author" content="Community">
4+
<meta charset="utf-8">
5+
<title>Javascript: Unofficial Room Rules</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Unofficial room rules for SO Javascript Chat.">
8+
<meta name="author" content="Community">
99

10-
<!--[if lt IE 9]>
11-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
12-
<![endif]-->
10+
<!--[if lt IE 9]>
11+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
12+
<![endif]-->
1313

14-
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
15-
<link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
16-
<link href="assets/css/docs.css" rel="stylesheet">
14+
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet">
16+
<link href="assets/css/docs.css" rel="stylesheet">
1717
</head>
1818

1919
<body class="preview" data-spy="scroll" data-target=".subnav" data-offset="80">
2020
<!-- Navbar
21-
================================================== -->
21+
================================================== -->
2222
<div class="navbar navbar-fixed-top">
2323
<div class="navbar-inner">
24-
<div class="container">
25-
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
26-
<span class="icon-bar"></span>
27-
<span class="icon-bar"></span>
28-
<span class="icon-bar"></span>
29-
</a>
30-
<a class="brand" href="/">Javascript Room: Unofficial Rules.</a>
31-
<div class="nav-collapse" id="main-menu">
32-
<ul class="nav" id="main-menu-left">
33-
<li><a href="http://chat.stackoverflow.com/rooms/17/javascript">Chat</a></li>
34-
<li><a id="swatch-link" href="#">Gallery</a></li>
35-
<li class="dropdown" id="preview-menu">
36-
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Editors <b class="caret"></b></a>
37-
<ul class="dropdown-menu">
38-
<li><a target="_blank" href="#">Nothing to see here.</a></li> <!-- Basically this dropdown menu is just going to be a grab bag of good editors -->
39-
</ul>
40-
</li>
41-
</ul>
42-
<ul class="nav pull-right" id="main-menu-right">
43-
<li><a rel="tooltip" target="_blank" href="http://stackoverflow.com/" title="Main Site: Stackoverflow.com">StackOverflow.com <i class="icon-share-alt"></i></a></li>
44-
</ul>
45-
</div>
46-
</div>
24+
<div class="container">
25+
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
</a>
30+
<a class="brand" href="/">Javascript Room: Unofficial Rules.</a>
31+
<div class="nav-collapse" id="main-menu">
32+
<ul class="nav" id="main-menu-left">
33+
<li><a href="http://chat.stackoverflow.com/rooms/17/javascript">Chat</a></li>
34+
<li><a id="swatch-link" href="#">Gallery</a></li>
35+
<li class="dropdown" id="preview-menu">
36+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Editors <b class="caret"></b></a>
37+
<ul class="dropdown-menu">
38+
<li><a target="_blank" href="#">Nothing to see here.</a></li> <!-- Basically this dropdown menu is just going to be a grab bag of good editors -->
39+
</ul>
40+
</li>
41+
</ul>
42+
<ul class="nav pull-right" id="main-menu-right">
43+
<li><a rel="tooltip" target="_blank" href="http://stackoverflow.com/" title="Main Site: Stackoverflow.com">StackOverflow.com <i class="icon-share-alt"></i></a></li>
44+
</ul>
45+
</div>
46+
</div>
4747
</div>
4848
</div>
4949

50-
<div class="container">
50+
<div class="container">
5151
<!-- Masthead
5252
================================================== -->
5353
<header class="jumbotron subhead" id="overview">
5454
<div class="row">
55-
<div class="span6">
56-
<h1>Javascript Room</h1>
57-
<p class="lead">Unofficial Rules and Guidelines. </p>
58-
</div>
59-
<div class="span6">
55+
<div class="span6">
56+
<h1>Javascript Room</h1>
57+
<p class="lead">Unofficial Rules and Guidelines. </p>
58+
</div>
59+
<div class="span6">
6060
<img class="span2 pull-right" style="margin: 1em;" src="assets/images/angry_unicorn.png" title="Javascript Mascot"/>
61-
</div>
61+
</div>
6262
</div>
6363
<div class="subnav">
64-
<ul class="nav nav-pills">
65-
<li><a href="#basics">Basics</a></li>
66-
<li><a href="#etiquette">Etiquette</a></li>
67-
<li><a href="#asking">Asking for Help</a></li>
68-
<li><a href="#links">Useful links</a></li>
69-
<li><a href="#resources">Javascript Resources</a></li>
70-
<li><a href="#faq">FAQ</a></li>
71-
</ul>
64+
<ul class="nav nav-pills">
65+
<li><a href="#basics">Basics</a></li>
66+
<li><a href="#etiquette">Etiquette</a></li>
67+
<li><a href="#asking">Asking for Help</a></li>
68+
<li><a href="#links">Useful links</a></li>
69+
<li><a href="#resources">Javascript Resources</a></li>
70+
<li><a href="#faq">FAQ</a></li>
71+
</ul>
7272
</div>
7373
</header>
7474

@@ -77,28 +77,28 @@ <h1>Javascript Room</h1>
7777
<hr id="basics">
7878
<section>
7979
<div class="page-header">
80-
<h1>Basics</h1>
80+
<h1>Basics</h1>
8181
</div>
8282

8383
<div class="row">
8484

85-
<div class="span6">
85+
<div class="span6">
8686
<ul>
8787
<li>Do not spam. This is a fairly simple rule, do not repost questions because you did not get an answer right away. It was likely we read it and just didn't care. Tough luck. There are times when the room gets carried away with images or oneboxes, but this is no excuse to make a habbit of it.</li>
8888
<li>Do not Help Vampire... Seriously, we all have to learn this shit and you should too! Don't expect us to write your code for you unless you are willing to shell out a bit of dough. For more details see <a href="#">Asking for Help</a>.</li>
8989
<li>If you are going to post code, please learn how to properly format it. The chat formatting is pretty simple and a quick visit to our <a href="#">FAQ</a> should clear some things up for you. <em>Be Warned! Unformatted code will likely be binned.</em></li>
9090
<li>Generally we like to be respectful. This does not mean we cannot disagree or have a constructive argument, but name calling and offensive behaviour will not be tolorated.</li>
9191
</ul>
92-
</div>
92+
</div>
9393

94-
<div class="span6">
94+
<div class="span6">
9595
<ul>
9696
<li>If you want to play with the <a href="#">ChatBot</a> please do so in the <a href="#">Sandbox</a> room. Don't flood the Javascript room learning commands or trying to hack hangman.</li>
9797
<li>There is no need to ask to ask a question. For more details see <a href="#">Asking for Help</a>.</li>
9898
<li>The room title is Javascript, which only implies we all have some interest in the language. That does not strictly limit the topic of conversation to Javascript, and often it is not about Javascript. Please do not inturrupt and complain about this, if you have a comment about the language toss it in and if someone is interested they will stop and help.</li>
9999
<li>THE GAME!</li>
100100
</ul>
101-
</div>
101+
</div>
102102

103103
</div>
104104

@@ -110,7 +110,7 @@ <h1>Basics</h1>
110110
<hr id="etiquette">
111111
<section>
112112
<div class="page-header">
113-
<h1>Etiquette</h1>
113+
<h1>Etiquette</h1>
114114
</div>
115115
<div class="row">
116116
<p>This is a very simple guideline for everyone to follow. We are all adults and come from different walks of life, we will not always see eye to eye on political or religious topics... However this is also the internet and these topics do come up from time to time. Please be respectful when discussing them and be prepared to cease discussion if someone asks you too. I am not for censorship but there is a proper forum for this type of discussion and in the case of someone being offended by it that forum should then be used in lieu of this one.</p>
@@ -126,7 +126,7 @@ <h1>Etiquette</h1>
126126
<hr id="asking">
127127
<section id="asking">
128128
<div class="page-header">
129-
<h1>Asking for Help</h1>
129+
<h1>Asking for Help</h1>
130130
</div>
131131
<div class="row">
132132
<div class="span6">
@@ -162,7 +162,7 @@ <h1>Asking for Help</h1>
162162
How would I parse <code>object.property</code>?
163163
</li>
164164
<li>If your text contains a hard line break (not a natual overflow) then inline formatting (``) will no longer work. <strong>YOU MUST AT THIS POINT USE FIXED FONT</strong>.<br>
165-
To use Fixed Font you can either press CTRL+K or press the "Fixed Font" button on the right of the input.<br>
165+
To use Fixed Font you can either press CTRL+K or press the "Fixed Font" button on the right of the input.<br>
166166
<em>Note: Fixed Font insets a tab before the text, this is the same as main site code formatting.</em>
167167
</li>
168168
</ol>
@@ -197,79 +197,79 @@ <h1>Asking for Help</h1>
197197
<hr id="links">
198198
<section>
199199
<div class="page-header">
200-
<h1>Useful Links</h1>
200+
<h1>Useful Links</h1>
201201
</div>
202202
<ul class="thumbnails">
203203
<li class="span3">
204-
<div class="thumbnail">
205-
<a class="link-title" href="http://jsfiddle.net" target="_blank">jsFiddle.net</a>
206-
<p>jsFiddle.net is a Javascript/HTML/CSS prototyping service. It is often helpful for allowing users access to live code. This is a free service.</p>
207-
</div>
204+
<div class="thumbnail">
205+
<a class="link-title" href="http://jsfiddle.net" target="_blank">jsFiddle.net</a>
206+
<p>jsFiddle.net is a Javascript/HTML/CSS prototyping service. It is often helpful for allowing users access to live code. This is a free service.</p>
207+
</div>
208208
</li>
209209
<li class="span3">
210-
<div class="thumbnail">
211-
<a class="link-title" href="http://codepen.io" target="_blank">CodePen.io</a>
212-
<p>Another prototyping service with a few twists. This is a great place to show off your latest experiment. Links to GitHub. This is a free service.</p>
213-
</div>
210+
<div class="thumbnail">
211+
<a class="link-title" href="http://codepen.io" target="_blank">CodePen.io</a>
212+
<p>Another prototyping service with a few twists. This is a great place to show off your latest experiment. Links to GitHub. This is a free service.</p>
213+
</div>
214214
</li>
215215
<li class="span3">
216-
<div class="thumbnail">
217-
<a class="link-title" href="http://nodejs.org/" target="_blank">Node.js</a>
218-
<p>Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. <a href="http://nodejs.org/api/" target="_blank">Please read the API Docs</a>.</p>
219-
</div>
216+
<div class="thumbnail">
217+
<a class="link-title" href="http://nodejs.org/" target="_blank">Node.js</a>
218+
<p>Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. <a href="http://nodejs.org/api/" target="_blank">Please read the API Docs</a>.</p>
219+
</div>
220220
</li>
221221
<li class="span3">
222-
<div class="thumbnail">
223-
<a class="link-title" href="https://developer.mozilla.org/en-US/" target="_blank">Mozilla Developer Network</a>
224-
<p>An open community of developers building resources for a better web, regardless of brand, browser or platform..</p>
225-
</div>
222+
<div class="thumbnail">
223+
<a class="link-title" href="https://developer.mozilla.org/en-US/" target="_blank">Mozilla Developer Network</a>
224+
<p>An open community of developers building resources for a better web, regardless of brand, browser or platform..</p>
225+
</div>
226226
</li>
227227
<li class="span3">
228-
<div class="thumbnail">
229-
<a class="link-title" href="http://es5.github.com/" target="_blank">Annotated ECMAScript 5.1</a>
230-
<p>This is an annotated, hyperlinked, HTML version of Edition 5.1 of the ECMAScript Specification. Very Helpful!</p>
231-
</div>
228+
<div class="thumbnail">
229+
<a class="link-title" href="http://es5.github.com/" target="_blank">Annotated ECMAScript 5.1</a>
230+
<p>This is an annotated, hyperlinked, HTML version of Edition 5.1 of the ECMAScript Specification. Very Helpful!</p>
231+
</div>
232232
</li>
233233
<li class="span3">
234-
<div class="thumbnail">
235-
<a class="link-title" href="http://caniuse.com/" target="_blank">caniuse.com</a>
236-
<p>Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.</p>
237-
</div>
234+
<div class="thumbnail">
235+
<a class="link-title" href="http://caniuse.com/" target="_blank">caniuse.com</a>
236+
<p>Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.</p>
237+
</div>
238238
</li>
239239
<li class="span3">
240-
<div class="thumbnail">
241-
<a class="link-title" href="http://subtlepatterns.com/" target="_blank">Subtle Patterns</a>
242-
<p>Subtle Patterns is created and curated by <a href="http://www.atlemo.com/" target="_blank">Atle Mo</a>. It is a high quality resource for anyone in need of tilable textured patterns, free to use.</p>
243-
</div>
240+
<div class="thumbnail">
241+
<a class="link-title" href="http://subtlepatterns.com/" target="_blank">Subtle Patterns</a>
242+
<p>Subtle Patterns is created and curated by <a href="http://www.atlemo.com/" target="_blank">Atle Mo</a>. It is a high quality resource for anyone in need of tilable textured patterns, free to use.</p>
243+
</div>
244244
</li>
245245
<li class="span3">
246-
<div class="thumbnail">
247-
<a class="link-title" href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>
248-
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development. <a href="http://lesscss.org/" target="_blank">LESS</a> customization is required for optimal results.</p>
249-
</div>
246+
<div class="thumbnail">
247+
<a class="link-title" href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap</a>
248+
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development. <a href="http://lesscss.org/" target="_blank">LESS</a> customization is required for optimal results.</p>
249+
</div>
250250
</li>
251251
<li class="span3">
252-
<div class="thumbnail">
253-
<a class="link-title" href="http://api.jquery.com/" target="_blank">jQuery API Docs</a>
254-
<p>Too often is this the solution to your problem, RTFD. Don't expect people to google for you.</p>
255-
</div>
252+
<div class="thumbnail">
253+
<a class="link-title" href="http://api.jquery.com/" target="_blank">jQuery API Docs</a>
254+
<p>Too often is this the solution to your problem, RTFD. Don't expect people to google for you.</p>
255+
</div>
256256
</li>
257257
<li class="span3">
258-
<div class="thumbnail">
259-
<a class="link-title" href="http://recoding.blogspot.ca/" target="_blank">Recoding Blog</a>
260-
<p>Recoding is an informative blog from a young programmer who is active on StackOverflow. He shares some good experiences and insights.</p>
261-
</div>
258+
<div class="thumbnail">
259+
<a class="link-title" href="http://recoding.blogspot.ca/" target="_blank">Recoding Blog</a>
260+
<p>Recoding is an informative blog from a young programmer who is active on StackOverflow. He shares some good experiences and insights.</p>
261+
</div>
262262
</li>
263263
<li class="span3">
264-
<div class="thumbnail">
265-
<a class="link-title" href="http://stackapps.com/questions/3161/chat-easy-input-tools-provides-keyboard-shortcuts-for-common-text-formatting-c" target="_blank">Chat Easy Input Tools</a>
266-
<p>Userscript that provides keyboard shortcuts for common text formatting commands, reducing the dependency on mouse usage.</p>
267-
</div>
264+
<div class="thumbnail">
265+
<a class="link-title" href="http://stackapps.com/questions/3161/chat-easy-input-tools-provides-keyboard-shortcuts-for-common-text-formatting-c" target="_blank">Chat Easy Input Tools</a>
266+
<p>Userscript that provides keyboard shortcuts for common text formatting commands, reducing the dependency on mouse usage.</p>
267+
</div>
268268
</li> <li class="span3">
269-
<div class="thumbnail">
270-
<a class="link-title" href="https://github.com/Zirak/SO-ChatBot/wiki/Interacting-with-the-bot" target="_blank">Interacting with the bot</a>
271-
<p>A comprehensive guide to interacting with the SO ChatBot.<br>- by <a href="https://github.com/Zirak" target="_blank">Zirak</a>.</p>
272-
</div>
269+
<div class="thumbnail">
270+
<a class="link-title" href="https://github.com/Zirak/SO-ChatBot/wiki/Interacting-with-the-bot" target="_blank">Interacting with the bot</a>
271+
<p>A comprehensive guide to interacting with the SO ChatBot.<br>- by <a href="https://github.com/Zirak" target="_blank">Zirak</a>.</p>
272+
</div>
273273
</li>
274274
</ul>
275275

@@ -279,7 +279,7 @@ <h1>Useful Links</h1>
279279
<hr id="resources">
280280
<section>
281281
<div class="page-header">
282-
<h1>Javascript Resources</h1>
282+
<h1>Javascript Resources</h1>
283283
</div>
284284

285285
<!-- mdn -->
@@ -299,7 +299,7 @@ <h1>Javascript Resources</h1>
299299
<hr id="faq">
300300
<section>
301301
<div class="page-header">
302-
<h1>Frequently Asked Questions</h1>
302+
<h1>Frequently Asked Questions</h1>
303303
</div>
304304

305305
<!-- Just a collection of often asked questions -->
@@ -308,35 +308,35 @@ <h1>Frequently Asked Questions</h1>
308308
<hr>
309309
<br><br><br><br>
310310

311-
<!-- Footer
312-
================================================== -->
313-
<hr>
311+
<!-- Footer
312+
================================================== -->
313+
<hr>
314314

315-
<footer id="footer">
316-
<p class="pull-right"><a href="#">Back to top</a></p>
317-
<div class="links"> <!-- this section I figure all of the contributors could link back to their github / blogs / home pages -->
318-
<a href="#">link 1</a>
319-
<a href="#">link 2</a>
315+
<footer id="footer">
316+
<p class="pull-right"><a href="#">Back to top</a></p>
317+
<div class="links"> <!-- this section I figure all of the contributors could link back to their github / blogs / home pages -->
318+
<a href="#">link 1</a>
319+
<a href="#">link 2</a>
320320
<a href="#">link 3</a>
321321
<a href="#">link 4</a>
322322
<a href="#">link 5</a>
323323
<a href="#">link 6</a>
324324
<a href="#">link 7</a>
325325
<a href="#">link 8</a>
326-
</div>
327-
This site is maintained by rlemon and anyone else who wishes to contribute. We do not represent StackOverflow in any way, and these rules are 100% unofficial. Please follow them at your own discretion.</p>
328-
</footer>
326+
</div>
327+
This site is maintained by rlemon and anyone else who wishes to contribute. We do not represent StackOverflow in any way, and these rules are 100% unofficial. Please follow them at your own discretion.</p>
328+
</footer>
329329

330-
</div><!-- /container -->
330+
</div><!-- /container -->
331331

332332

333333

334-
<!-- Le javascript
335-
================================================== -->
336-
<!-- Placed at the end of the document so the pages load faster -->
337-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
338-
<script src="assets/js/bootstrap.min.js"></script>
339-
<script src="assets/js/application.js"></script>
334+
<!-- Le javascript
335+
================================================== -->
336+
<!-- Placed at the end of the document so the pages load faster -->
337+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
338+
<script src="assets/js/bootstrap.min.js"></script>
339+
<script src="assets/js/application.js"></script>
340340

341341
</body>
342342
</html>

0 commit comments

Comments
 (0)