aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Matarese <dominicmatarese@gmail.com>2021-08-24 19:38:19 +0000
committerDominic Matarese <dominicmatarese@gmail.com>2021-08-24 19:38:19 +0000
commite502b5c7ef2913642d7f518b565816462dcc9a13 (patch)
tree8de45b5d6b5dfef57aea0f312f72c3ee712a01f3
parenteac30b699dd7820eee9656836e1ecaf5a8977e51 (diff)
Changed software link to 'videos (soon' and added peertube logo, styled link text
-rw-r--r--index.html4
-rw-r--r--logopeertube.pngbin0 -> 49737 bytes
-rw-r--r--style.css15
-rw-r--r--vim-logo.pngbin0 -> 232186 bytes
4 files changed, 15 insertions, 4 deletions
diff --git a/index.html b/index.html
index 7d12f16..bca3db2 100644
--- a/index.html
+++ b/index.html
@@ -48,8 +48,8 @@ Copyright (C) 2021 Dominic Matarese
<a href="">Crypto</a>
</li>
<li>
- <img src="resume.png" width=100px height=100px><br>
- <a href="https://itsthedom.com/vouchedSoftware.html">Good Software</a>
+ <img src="logopeertube.png" width=100px height=100px><br>
+ <a class="dead" href="">Videos (soon)</a>
</li>
</ul>
</div>
diff --git a/logopeertube.png b/logopeertube.png
new file mode 100644
index 0000000..74efb1b
--- /dev/null
+++ b/logopeertube.png
Binary files differ
diff --git a/style.css b/style.css
index 1612915..b5edaf5 100644
--- a/style.css
+++ b/style.css
@@ -27,6 +27,17 @@ body {
a {
color: #20FF86;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #ffdd00;
+ text-decoration: none;
+}
+
+a.dead {
+ color: #444444;
+ text-decoration: none;
}
#content ul {
@@ -34,13 +45,13 @@ a {
flex-wrap: wrap;
padding-left: 0;
list-style: none;
- border: 7px solid cyan;
+ /*border: 7px solid cyan;*/
justify-content: center;
width: 100%;
}
#content li {
- border: 5px solid red;
+ /*border: 5px solid red;*/
padding: 50px;
}
diff --git a/vim-logo.png b/vim-logo.png
new file mode 100644
index 0000000..b450bca
--- /dev/null
+++ b/vim-logo.png
Binary files differ