]> localhost Git - bio.git/commitdiff
Add images and track with git lfs
authormisomosi <[email protected]>
Tue, 14 Apr 2026 16:25:36 +0000 (12:25 -0400)
committermisomosi <[email protected]>
Tue, 14 Apr 2026 16:25:36 +0000 (12:25 -0400)
.gitattributes [new file with mode: 0644]
index.html
profile-funny.png [new file with mode: 0644]
profile.png [new file with mode: 0644]
styles.css

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..24a8e87
--- /dev/null
@@ -0,0 +1 @@
+*.png filter=lfs diff=lfs merge=lfs -text
index 12f7e17d0d5cdd74db660f3211d6ea41715ceda5..62b5a5bdba3c9d40f7317b5b584f2395cf166904 100644 (file)
@@ -2,13 +2,15 @@
 <html>
 <head>
 <title>Welcome to nginx!</title>
-<link rel="stylesheet" type="text/css" href="styles.css?v=1.14">
+<link rel="stylesheet" type="text/css" href="styles.css?v=1.15">
+<link rel="icon" href="profile-funny.png">
 </head>
 <body>
-<main class="vcard-parent">
-        <h1 class="vcard-header">Misomosispi's Home Page!</h1>
+<main class="lib-parent">
+        <h1 class="lib-header">Misomosispi's Home Page!</h1>
+        <img class="lib-icon" src="profile.png">
         <nav>
-                <ul class="vcard-list">
+                <ul class="lib-list">
                         <li><a href="https://github.com/tf2spi"><button>
                                 <h3>GitHub</h3>
                                 <p>My main GitHub where I do all sorts of whacky things</p>
diff --git a/profile-funny.png b/profile-funny.png
new file mode 100644 (file)
index 0000000..e58169f
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9fef66e65dd4a99bbecb2a9cee0ed98ff64cf9431a3f1133560a5b1aaa0fa1ad
+size 637859
diff --git a/profile.png b/profile.png
new file mode 100644 (file)
index 0000000..c379b84
--- /dev/null
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f1362480efa2ccce26eed41a2156535077d15cf209f55d0c07f949e249c89d9
+size 32397
index 3b4e9276028f8e36842545df76994790e4b07415..3c31e1166ebfdce5482a58f62b415bad9e61eaec 100644 (file)
@@ -6,14 +6,21 @@ body {
         margin: 0 auto;
         font-family: Tahoma, Verdana, Arial, sans-serif;
 }
-.vcard-parent {
+.lib-parent {
         align-items: center;
         height: 100vh;
 }
-.vcard-header {
+.lib-header {
         text-align: center;
 }
-.vcard-list {
+.lib-icon {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+        width: 50%;
+        background-color: #eee;
+}
+.lib-list {
         display: flex;
         flex-direction: column;
         align-items: center;
@@ -21,7 +28,7 @@ body {
         list-style: none;
         gap: 20px;
 }
-.vcard-list > li > a > button {
+.lib-list > li > a > button {
         width: 400px;
         height: 100px;
         padding: 20px;