-
Notifications
You must be signed in to change notification settings - Fork 0
/
puzzles.html
85 lines (75 loc) · 2.78 KB
/
puzzles.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
---
layout: default
title: My Puzzles Page
description: Nathan Ryan's puzzle page with the clues to kick off each homemade puzzle.
---
<!-- Content -->
<section>
<header class="main">
<h1>Puzzles</h1>
<meta name="description" content="Nathan Ryan's puzzle page with the clues to kick off each homemade puzzle.">
<meta name="keywords" content="Nathan, Nathan Ryan, puzzle, trick, word play, words, numbers, sudoku, word search, word ladder, number game, adding, challenge, personal, fun, game, ready, play">
</header>
<!-- Content
<h2 id="content">Sample Content</h2>-->
<p>
</p>
<!-- Section -->
<section>
<div class="posts">
<article>
<a href="puzzles/the_big_one.html" class="image"><img src="images/puzzle_covers/the_big_one.png" alt="Cover of The Big One puzzle." /></a>
<h3>The Big One</h3>
<ul class="actions">
<li><a href="puzzles/the_big_one.html" class="button">Begin</a></li>
</ul>
</article>
<article>
<a href="puzzles/cryptic_1.html" class="image"><img src="images/puzzle_covers/cc_1.png" alt="Cover of Nathan Ryan's first Cryptic Crossword puzzle." /></a>
<h3>Cryptic Crossword #1</h3>
<ul class="actions">
<li><a href="puzzles/cryptic_1.html" class="button">Begin</a></li>
</ul>
</article>
<article>
<a href="puzzles/cryptic_2.html" class="image"><img src="images/puzzle_covers/cc_2.png" alt="Cover of Nathan Ryan's second Cryptic Crossword puzzle." /></a>
<h3>Cryptic Crossword #2</h3>
<ul class="actions">
<li><a href="puzzles/cryptic_2.html" class="button">Begin</a></li>
</ul>
</article>
<article>
<a href="puzzles/complete_1.html" class="image"><img src="images/puzzle_covers/tile_complete_1.png" alt="Cover of Nathan Ryan's first Tile Complete puzzle" /></a>
<h3>Tile Word Complete #1</h3>
<ul class="actions">
<li><a href="puzzles/complete_1.html" class="button">Begin</a></li>
</ul>
</article>
<article>
<a href="puzzles/complete_2.html" class="image"><img src="images/puzzle_covers/tile_complete_2.png" alt="Cover of Nathan Ryan's second Tile Complete puzzle" /></a>
<h3>Tile Word Complete #2</h3>
<ul class="actions">
<li><a href="puzzles/complete_2.html" class="button">Begin</a></li>
</ul>
</article>
<!--
<article>
<a href="puzzles/" class="image"><img src="images/puzzle_covers/.JPG" alt="Cover of Nathan Ryan's " /></a>
<h3>Nulla amet dolore</h3>
<ul class="actions">
<li><a href="puzzles/" class="button">Begin</a></li>
</ul>
</article>
-->
</div>
</section>
</section>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nathan Ryan",
"logo": "https://nsryan.github.io/images/logo_nr.gif",
"url": "https://nsryan.github.io/puzzles.html"
}
</script>