From 54e4dcde6c6d65d1ce185705fb32d102ee992576 Mon Sep 17 00:00:00 2001
From: Minteck
Date: Mon, 4 Jul 2022 21:54:30 +0200
Subject: Update a few things
---
.idea/vcs.xml | 1 -
assets/.DS_Store | Bin 6148 -> 6148 bytes
assets/common/css/common.css | 14 ++++++++++++
assets/minteck.org/avatar.png | Bin 616214 -> 765162 bytes
assets/minteck.org/links/blog.svg | 1 +
assets/minteck.org/links/ci.svg | 1 +
assets/minteck.org/links/code.svg | 1 +
assets/minteck.org/links/issues.svg | 1 +
index.php | 44 +++++++++++++++++++++++++++++++++---
9 files changed, 59 insertions(+), 4 deletions(-)
mode change 100755 => 100644 assets/minteck.org/avatar.png
create mode 100644 assets/minteck.org/links/blog.svg
create mode 100644 assets/minteck.org/links/ci.svg
create mode 100644 assets/minteck.org/links/code.svg
create mode 100644 assets/minteck.org/links/issues.svg
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 3729e36..94a25f7 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,6 +2,5 @@
-
\ No newline at end of file
diff --git a/assets/.DS_Store b/assets/.DS_Store
index 3346f2a..bf7f905 100644
Binary files a/assets/.DS_Store and b/assets/.DS_Store differ
diff --git a/assets/common/css/common.css b/assets/common/css/common.css
index 3fa52da..593ea53 100644
--- a/assets/common/css/common.css
+++ b/assets/common/css/common.css
@@ -173,4 +173,18 @@ hr {
border-left: none;
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, .25);
+}
+
+#relationships {
+ display: grid;
+ grid-template-columns: 1fr max-content 1fr;
+ grid-column-gap: 5px;
+}
+
+.relationship-1 {
+ text-align: right;
+}
+
+.relationship-3 {
+ text-align: left;
}
\ No newline at end of file
diff --git a/assets/minteck.org/avatar.png b/assets/minteck.org/avatar.png
old mode 100755
new mode 100644
index 33e1319..f995444
Binary files a/assets/minteck.org/avatar.png and b/assets/minteck.org/avatar.png differ
diff --git a/assets/minteck.org/links/blog.svg b/assets/minteck.org/links/blog.svg
new file mode 100644
index 0000000..bcba9e0
--- /dev/null
+++ b/assets/minteck.org/links/blog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/minteck.org/links/ci.svg b/assets/minteck.org/links/ci.svg
new file mode 100644
index 0000000..861c3ee
--- /dev/null
+++ b/assets/minteck.org/links/ci.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/minteck.org/links/code.svg b/assets/minteck.org/links/code.svg
new file mode 100644
index 0000000..058c24e
--- /dev/null
+++ b/assets/minteck.org/links/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/minteck.org/links/issues.svg b/assets/minteck.org/links/issues.svg
new file mode 100644
index 0000000..00f814a
--- /dev/null
+++ b/assets/minteck.org/links/issues.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.php b/index.php
index 2dfaa34..42c498c 100644
--- a/index.php
+++ b/index.php
@@ -42,7 +42,7 @@ global $domainMode;
Plural system of 12 ponies!
- The pony powers mod to power in your pony pony pony
+ I'll soar into that sky, on these wings small and pure
@@ -124,6 +124,24 @@ global $domainMode;
Equestria.horse, our shared website
+
+
+
+ My blog!
+
+
+
+ My source code (GitLab)
+
+
+
+ My issue tracker (YouTrack)
+
+
+
+ My build server (TeamCity)
+
+
@@ -143,8 +161,28 @@ global $domainMode;