diff --git a/src/img/gitea.svg b/src/img/gitea.svg new file mode 100644 index 0000000..8589b76 --- /dev/null +++ b/src/img/gitea.svg @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/src/img/music-note.svg b/src/img/music-note.svg new file mode 100644 index 0000000..5b77110 --- /dev/null +++ b/src/img/music-note.svg @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/src/index.php b/src/index.php index 462d3c6..b97a336 100644 --- a/src/index.php +++ b/src/index.php @@ -17,10 +17,39 @@
I write code, and listen to CDs :)
+I write code, and listen to music :)
+ +Gitea
+ +Here's some of my projects that I have made:
diff --git a/src/style.css b/src/style.css index b9eee79..4fbefe7 100644 --- a/src/style.css +++ b/src/style.css @@ -41,9 +41,58 @@ p, h1, h2, h3, h4 { background-color: #9ece6a; +} + +.link-icon{ + + height: 32px; + + width: 32px; + + margin-bottom: none; + + padding: 0px; + } + +.links{ + + display: inline-block; + height: 96px; + +} + +a { + + text-decoration: none; + +} + +.link-card-text{ + + margin-top: 0px; + +} + +.link-card{ + + + background-color: #7dcfff; + + border-radius: 10px; + + padding: 10px; + + height: 64px; + + width: 48px; + + +} + + .profile-picture{