File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< div class ="content ">
11
- < a href ="/ " style ="text-decoration: none; "> < h1 > My Animations</ h1 > </ a >
11
+ < a href ="/animations " class ="page-title "> < h1 > My Animations</ h1 > </ a >
12
+ < div class ="home-grid ">
13
+ < a href ="/ "> < h2 > Home</ h2 > </ a >
14
+ </ div >
12
15
{% assign animations = site.animations | sort: 'date' | reverse%}
13
16
{% for animation in animations %}
14
17
< div class ="jumbotron ">
15
18
< div class ="jumbotron-content ">
16
- < h1 > {{animation.title}}</ h1 >
19
+ < h1 id =" {{animation.title}} " > {{animation.title}}</ h1 >
17
20
< video src ="/assets/animations/{{ animation.name }} " controls ="true " {% if animation.loop %} loop ="" {% endif %} > </ video >
18
21
</ div >
19
22
</ div >
Original file line number Diff line number Diff line change 9
9
< body >
10
10
< div class ="content ">
11
11
< h1 > Hello!</ h1 >
12
- < p > I'm Tyler, I do programming .</ p >
12
+ < p > I'm Tyler, I'm a programmer and applied mathematician .</ p >
13
13
< p >
14
14
Socials:
15
15
</ p >
You can’t perform that action at this time.
0 commit comments