Skip to content

Commit 2ba8b71

Browse files
2020-06-04 09:04:04 autocommit
1 parent 0a75855 commit 2ba8b71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

projects/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<a href="/" style="font-size: medium;">Home</a>
1111
<h1>My Projects</h1>
1212
<p>I develop web apps; when I make something new, it'll show up here.</p>
13-
<button onclick="navTo('https://github.com/penguinencounter/');">Github</button>
13+
<button onclick="navTo('https://github.com/penguinencounter/');">Github</button><br><br>
14+
<a href="https://github.com/penguinencounter/penguinencounter.github.io" class="title">This Github Pages Site</a>
15+
<p>The site that you're looking at right now.</p>
1416
</body>
1517
</html>

styles/all.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ button {
2323
padding-right: 18px;
2424
border-radius: 10px;
2525
}
26+
.title {
27+
font-size: x-large;
28+
}

0 commit comments

Comments
 (0)