Skip to content

Commit 04ba70d

Browse files
Create index.html
1 parent 4441cd1 commit 04ba70d

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

learn/index.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: default
3+
title: Learn
4+
---
5+
6+
<div class="bg">
7+
<h1>Learn Pages</h1>
8+
<p>Read up more about Plants and Botany!</p>
9+
</div>
10+
11+
<br>
12+
<hr>
13+
<br>
14+
15+
<h3>Taxonomy</h3>
16+
<div class="c1 bannerbg">
17+
<div>
18+
<h4>Common Leaf Types</h4>
19+
<p>Classify plants via their leaf types, read on to find out more!</p>
20+
<a class="nb-button green" style="scale: 0.7;" href="/learn/pages/leaftypes">Read --></a>
21+
</div>
22+
</div>
23+
24+
<br>
25+
26+
<h3>Biochemistry</h3>
27+
<div class="c1 bannerbg">
28+
<div>
29+
<h4>Placeholder Card</h4>
30+
<p>Description of page.</p>
31+
<a class="nb-button green" style="scale: 0.7;" href="/learn/test">Read --></a>
32+
</div>
33+
<div>
34+
<h4>Placeholder Card</h4>
35+
<p>Description of page.</p>
36+
<a class="nb-button green" style="scale: 0.7;" href="/learn/test">Read --></a>
37+
</div>
38+
<div>
39+
<h4>Placeholder Card</h4>
40+
<p>Description of page.</p>
41+
<a class="nb-button green" style="scale: 0.7;" href="/learn/test">Read --></a>
42+
</div>
43+
<div>
44+
<h4>Placeholder Card</h4>
45+
<p>Description of page.</p>
46+
<a class="nb-button green" style="scale: 0.7;" href="/learn/test">Read --></a>
47+
</div>
48+
</div>
49+
50+
<br>
51+
<hr>
52+
<br>
53+
54+
<script>
55+
$('.c1').slick({
56+
infinite: true,
57+
slidesToShow: 3,
58+
slidesToScroll: 3
59+
});
60+
61+
$('.c2').slick();
62+
</script>

0 commit comments

Comments
 (0)