-
Notifications
You must be signed in to change notification settings - Fork 18
/
sample-page.html
93 lines (84 loc) · 4.25 KB
/
sample-page.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
---
layout: base
title: Sample page
---
<div class="page-title-bar">
<div class="inner-content">
<h2>{{ page.title }}</h2>
</div>
</div>
<div class="page-type-subnav">
<div id="subnav">
<h4>Section name</h4>
<ul class="nav nav-tabs nav-stacked">
<li><a href="#section-1">Section 1</a></li>
<li><a href="#section-2">Section 2</a></li>
<li><a href="#section-3">Section 3</a></li>
</ul>
</div>
<div id="content">
<article>
<h3 id="section-1">Section 1</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<hr>
<h3 id="section-2">Section 2</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
<li>Vestibulum auctor dapibus neque.</li>
</ul>
<table class="table">
<tbody>
<tr>
<th>
Name(s)
</th>
<th>
Scope
</th>
<th>
Description
</th>
</tr>
<tr>
<td>
Land plants, also known as Embryophyta or Metaphyta.
</td>
<td>
Plantae sensu strictissimo
</td>
<td>
This group includes the liverworts, hornworts, mosses, and vascular plants, as well as fossil plants similar to these surviving groups.
</td>
</tr>
<tr>
<td>
Green plants - also known as Viridiplantae, Viridiphyta or Chlorobionta
</td>
<td>
Plantae sensu stricto
</td>
<td>
This group includes the land plants plus various groups of green algae, including stoneworts. The names given to these groups vary considerably as of July 2011[update]. Viridiplantae encompass a group of organisms that possess chlorophyll a and b, have plastids that are bound by only two membranes, are capable of storing starch, and have cellulose in their cell walls. It is this clade which is mainly the subject of this article.
</td>
</tr>
<tr>
<td>
Archaeplastida, Plastida or Primoplantae
</td>
<td>
Plantae sensu lato
</td>
<td>
This group comprises the green plants above plus Rhodophyta (red algae) and Glaucophyta (glaucophyte algae). This clade includes the organisms that eons ago acquired their chloroplasts directly by engulfing cyanobacteria.
</td>
</tr>
</tbody>
</table>
<hr>
<h3 id="section-3">Section 3</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</article>
</div>
</div>