Skip to content

Commit c0fa207

Browse files
committed
Update animation page links
1 parent 6e1432e commit c0fa207

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

animations.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
</head>
99
<body>
1010
<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>
1215
{% assign animations = site.animations | sort: 'date' | reverse%}
1316
{% for animation in animations %}
1417
<div class="jumbotron">
1518
<div class="jumbotron-content">
16-
<h1>{{animation.title}}</h1>
19+
<h1 id="{{animation.title}}">{{animation.title}}</h1>
1720
<video src="/assets/animations/{{ animation.name }}" controls="true" {% if animation.loop %} loop="" {% endif %} ></video>
1821
</div>
1922
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<div class="content">
1111
<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>
1313
<p>
1414
Socials:
1515
</p>

0 commit comments

Comments
 (0)