-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (77 loc) · 2.88 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
---
layout: home
paginate: true
no_page_title: true
image: /assets/images/banner2.jpg
introduction: |
## Welcome to <span style="color:blue">*The Newbie Woodworker*</span>
My main focus is on newbies, but I also have a lot of content that may be more useful to the seasoned woodworker.
So whether you're just starting out, or you've been doing this for a while, take a look around.
#### Notes:
* You can always get back to this page by clicking "The Newbie Woodworker" at the top of the page.
* Click the "Menu" in the upper right for more options, including how to email me.
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-youtube.png');">
<a href="/videos">
<h2><span style="color:blue">Videos</span></h2>
<p>
Discover my vast catalog of YouTube videos, covering a wide range of topics.
</p>
</a>
</div>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-projects.png');">
<a href="/projects/">
<h2><span style="font-style: italic"><span style="color:blue">Projects, Plans, Build Articles</span></span></h2>
<p>
Learn how to do stuff.
</p>
</a>
</div>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-products.png');">
<a href="/products/">
<h2><span style="font-style: italic"><span style="color:blue">Products</span></span></h2>
<p>
Products I use or recommend, and product reviews.
</p>
</a>
</div>
<hr/>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-sketchup.png');">
<a href="/sketchup/">
<h2><span style="font-style: italic"><span style="color:blue">SketchUp</span></span> Stuff</h2>
<p>
Check out my SketchUp models, and other resources.
</p>
</a>
</div>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-blog.png');">
<a href="/blog/">
<h2><span style="font-style: italic"><span style="color:blue">Blog</span></span></h2>
<p>
Have a cup of coffee while you enjoy my humor, and learn from my mistakes.
</p>
</a>
</div>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-sawstop.png');">
<a href="/sawstop/">
<h2><span style="font-style: italic"><span style="color:blue">SawStop</span></span> Resources</h2>
<p>
How-to's, how-not-to's, and helpful SawStop links.
</p>
</a>
</div>
<hr/>
<div class="featuredDiv" style="background-image: url('/assets/images/featured-powered-up.png');">
<a href="/powered-up/">
<h2><span style="font-style: italic"><span style="color:white">Powered</span> <span style="color:red">Up</span> Blog</span></h2>
<p>
Learn what it's like to take Steve Ramsey's Powered Up online course.
</p>
</a>
</div>
---