Browse Source

Merge pull request #409 from spoorthyv/FAQ

Small changes to faq content/style
Steven Silvester 8 years ago
parent
commit
4069e72f69
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/faq/plugin.ts
  2. 2 2
      src/faq/theme.css

+ 1 - 1
src/faq/plugin.ts

@@ -119,7 +119,7 @@ function activateFAQ(app: Application): void {
         <li class="faqquestion"> I have security concerns about JupyterLab.</li>
         <li class="faqanswer"> If you have any inquiries, concerns, or thought you found a security vulnerability, please write to us at <a class="faqa" href="mailto:security@jupyter.org">security@jupyter.org</a>. We will do our best to respond to you promptly.  </li>
         <li class="faqquestion"> How can I contribute? </li>
-        <li class="faqanswer"> There are many ways to contribute to JupyterLab. Whether you are an experienced python programmer or a newcomer, any interested developers are welcome. You can learn about the JupyterLab codebase by watching [Brian Granger’s Keynote] and [talk] at scipy 2016, as well as our tutorial walkthrough and documentation. Also, feel free to ask questions on our <a class="faqa" target="_blank" href="https://github.com/jupyter/jupyterlab">github</a> or through any of our <a class="faqa" target="_blank" href="http://jupyter.org/community.html">community resources</a>. </li>
+        <li class="faqanswer"> There are many ways to contribute to JupyterLab. Whether you are an experienced python programmer or a newcomer, any interested developers are welcome. You can learn about the JupyterLab codebase by going through our <a class="faqa" target="_blank" href="http://jupyterlab-tutorial.readthedocs.io/en/latest/index.html">tutorial walkthrough</a> and <a class="faqa" target="_blank" href="http://jupyter.org/jupyterlab/">documentation</a>. Also, feel free to ask questions on our <a class="faqa" target="_blank" href="https://github.com/jupyter/jupyterlab">github</a> or through any of our <a class="faqa" target="_blank" href="http://jupyter.org/community.html">community resources</a>. </li>
         </ul>
     </section>
     </p>

+ 2 - 2
src/faq/theme.css

@@ -8,7 +8,7 @@
   font-size: 26px;
   font-weight: 300;
   color: #313940;
-  margin: 5px 0 0 20px;
+  margin: 10px 0 0 20px;
 }
 #faqheader {
   width: 412px;
@@ -62,7 +62,7 @@ li>faqanswer {
   text-decoration: none;
 }
 #faqcontent {
-  margin: 0 auto 0 auto;
+  margin: 0 auto 60px auto;
   display: block;
   width: 94%;
   max-width: 675px;