Skip to content

Commit 464c6d4

Browse files
committed
Synchronized build
1 parent 77dd898 commit 464c6d4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css" />
1414
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
15-
<link rel="stylesheet" href="static/style.css?h=1396f7c0" />
15+
<link rel="stylesheet" href="static/style.css?h=e06606b0" />
1616
</head>
1717

1818
<body>
@@ -110,6 +110,19 @@ <h3 class="is-size-4 has-text-weight-bold">PuPPy</h3>
110110
<div class="vertical-line"></div>
111111
</div>
112112

113+
<div class="level-item has-text-centered">
114+
<a href="https://www.youtube.com/@pspython/videos">
115+
<div class="home-link-item">
116+
<i class="fab fa-youtube fa-4x"></i>
117+
<span class="home-link-item__label">YouTube Channel</span>
118+
</div>
119+
</a>
120+
</div>
121+
122+
<div class="level-item has-text-centered">
123+
<div class="vertical-line"></div>
124+
</div>
125+
113126
<div class="level-item has-text-centered">
114127
<a href="/code-of-conduct">
115128
<div class="home-link-item">

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
.home-link-item {
53-
padding: 2em;
53+
padding: 1.2em;
5454
color: #FFFFFF;
5555
}
5656

0 commit comments

Comments
 (0)