-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (51 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<title>microformats contributions | btrem</title>
<style>
img {
height: 200px;
width: auto;
}
</style>
</head>
<body>
<header>
<h1>microformats contributions</h1>
</header>
<main>
<section>
<h1>microformats logo in svg format</h1>
<a href="logos/microformats.svg">
<img src="logos/microformats.svg">
</a>
<a href="logos/microformats-orange.svg">
<img src="logos/microformats-orange.svg">
</a>
</section>
<section>
<h1><a href="h-menu/">h-menu ideas</a></h1>
<p>
<a href="h-menu/">early draft ideas for a proposed h-menu type</a>
to mark up food menus with microformats, based on
<a href="http://microformats.org/wiki/menu-brainstorming">h-menu brainstorming ideas</a>
</p>
</section>
<section>
<h1><a href="include-pattern/">include pattern idea</a></h1>
<p>
<a href="include-pattern/">idea for a new include pattern</a>
based on the HTML5
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemref"><code>itemref</code></a>
attribute as used in
<a href="https://html.spec.whatwg.org/dev/microdata.html">microdata</a>
</p>
</section>
</main>
<footer>
<address>
<a class="h-card" href="https://btrem.com">Brian Tremblay</a>
</address>
</footer>
</body>
</html>