-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (90 loc) · 3.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Try markdown by DeeJay</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Try markdown</h1>
<h2 class="project-tagline">Experimenting with Markdown as a way of maintaining FAQs: Tuesday</h2>
<a href="https://github.com/DeeJay/try_markdown" class="btn">View on GitHub</a>
<a href="https://github.com/DeeJay/try_markdown/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/DeeJay/try_markdown/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="try_markdown" class="anchor" href="#try_markdown" aria-hidden="true"><span class="octicon octicon-link"></span></a>try_markdown</h1>
<p>Experimenting with Markdown as a way of maintaining FAQs</p>
<h1>
<a id="resistors-101" class="anchor" href="#resistors-101" aria-hidden="true"><span class="octicon octicon-link"></span></a>RESISTORS 101</h1>
<h2>
<a id="by-deejay" class="anchor" href="#by-deejay" aria-hidden="true"><span class="octicon octicon-link"></span></a>By <a href="https://github.com/DeeJay" class="user-mention">@DeeJay</a>
</h2>
<h3>
<a id="a-converted-coding2learn-resource" class="anchor" href="#a-converted-coding2learn-resource" aria-hidden="true"><span class="octicon octicon-link"></span></a>A converted Coding2Learn resource</h3>
<p><a href="http://en.wikipedia.org/wiki/Resistor">Resistors</a> are so exciting I can barely contain myself.
<img src="http://upload.wikimedia.org/wikipedia/commons/e/e6/Resistor.jpg" alt="Resistors"></p>
<blockquote>
<p>WOW Resistors are great</p>
</blockquote>
<ol>
<li>They resist.</li>
<li>They have coloured bands.</li>
<li>They are small</li>
</ol>
<p><strong>Here are some codes</strong></p>
<table>
<thead>
<tr>
<th>Colour</th>
<th>Multiplier</th>
</tr>
</thead>
<tbody>
<tr>
<td>Black</td>
<td>0</td>
</tr>
<tr>
<td>Brown</td>
<td>1</td>
</tr>
<tr>
<td>Red</td>
<td>2</td>
</tr>
<tr>
<td>Orange</td>
<td>3</td>
</tr>
<tr>
<td>Yellow</td>
<td>4</td>
</tr>
<tr>
<td>Green</td>
<td>5</td>
</tr>
<tr>
<td>Blue</td>
<td>6</td>
</tr>
<tr>
<td>Indigo</td>
<td>7</td>
</tr>
</tbody>
</table>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/DeeJay/try_markdown">Try markdown</a> is maintained by <a href="https://github.com/DeeJay">DeeJay</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>