summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-03-01 05:29:50 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-03-01 05:29:50 -0700
commit2602134143b9b3891d564c682457308f6eb9d20e (patch)
treebb67f3bfe9e020fbf3ca6a65c585aea1f0b2613a /static
parentc6d3cf57d13d8a53d0628f7d3a1fa77b7342eaf4 (diff)
Fix blog and static images blog directory issue with rsync
Diffstat (limited to 'static')
-rw-r--r--static/css/dark.css8
-rw-r--r--static/css/general_style.css8
-rw-r--r--static/css/light.css8
-rw-r--r--static/images/b/notes/sql/erd_example.png (renamed from static/images/blog/notes/sql/erd_example.png)bin193168 -> 193168 bytes
-rw-r--r--static/images/b/notes/sql/erd_example_wikipedia.png (renamed from static/images/blog/notes/sql/erd_example_wikipedia.png)bin320120 -> 320120 bytes
-rw-r--r--static/images/b/notes/sql/img_fulljoin.gif (renamed from static/images/blog/notes/sql/img_fulljoin.gif)bin8135 -> 8135 bytes
-rw-r--r--static/images/b/notes/sql/img_innerjoin.gif (renamed from static/images/blog/notes/sql/img_innerjoin.gif)bin6871 -> 6871 bytes
-rw-r--r--static/images/b/notes/sql/img_leftjoin.gif (renamed from static/images/blog/notes/sql/img_leftjoin.gif)bin7286 -> 7286 bytes
-rw-r--r--static/images/b/notes/sql/img_rightjoin.gif (renamed from static/images/blog/notes/sql/img_rightjoin.gif)bin7477 -> 7477 bytes
9 files changed, 23 insertions, 1 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 13a3ea3..2f43bcc 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -58,6 +58,14 @@ h3 {
color: var(--fg-acc3);
}
+h4 {
+ color: var(--fg-acc4);
+}
+
+h5 {
+ color: var(--fg-acc5);
+}
+
/* switch */
.slider {
background-color: var(--switch-bg);
diff --git a/static/css/general_style.css b/static/css/general_style.css
index a4e032e..60a8f7e 100644
--- a/static/css/general_style.css
+++ b/static/css/general_style.css
@@ -10,7 +10,8 @@ body {
margin-left: auto;
margin-right: auto;
padding: 0.5em;
- text-align: center;
+ text-align: justify;
+ text-justify: inter-word;
}
a{
@@ -146,6 +147,11 @@ footer {
text-align: center;
}
+/* images */
+img {
+ max-width: 35vw;
+}
+
/* image gallery (not really being used rn) */
div.gallery {
margin: 5px;
diff --git a/static/css/light.css b/static/css/light.css
index b295ccf..4f41d5f 100644
--- a/static/css/light.css
+++ b/static/css/light.css
@@ -58,6 +58,14 @@ h3 {
color: var(--fg-acc3);
}
+h4 {
+ color: var(--fg-acc4);
+}
+
+h5 {
+ color: var(--fg-acc5);
+}
+
/* switch */
.slider {
background-color: var(--switch-bg);
diff --git a/static/images/blog/notes/sql/erd_example.png b/static/images/b/notes/sql/erd_example.png
index 2c73cbd..2c73cbd 100644
--- a/static/images/blog/notes/sql/erd_example.png
+++ b/static/images/b/notes/sql/erd_example.png
Binary files differ
diff --git a/static/images/blog/notes/sql/erd_example_wikipedia.png b/static/images/b/notes/sql/erd_example_wikipedia.png
index 4f40194..4f40194 100644
--- a/static/images/blog/notes/sql/erd_example_wikipedia.png
+++ b/static/images/b/notes/sql/erd_example_wikipedia.png
Binary files differ
diff --git a/static/images/blog/notes/sql/img_fulljoin.gif b/static/images/b/notes/sql/img_fulljoin.gif
index ace249e..ace249e 100644
--- a/static/images/blog/notes/sql/img_fulljoin.gif
+++ b/static/images/b/notes/sql/img_fulljoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_innerjoin.gif b/static/images/b/notes/sql/img_innerjoin.gif
index db00126..db00126 100644
--- a/static/images/blog/notes/sql/img_innerjoin.gif
+++ b/static/images/b/notes/sql/img_innerjoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_leftjoin.gif b/static/images/b/notes/sql/img_leftjoin.gif
index f205846..f205846 100644
--- a/static/images/blog/notes/sql/img_leftjoin.gif
+++ b/static/images/b/notes/sql/img_leftjoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_rightjoin.gif b/static/images/b/notes/sql/img_rightjoin.gif
index f34c021..f34c021 100644
--- a/static/images/blog/notes/sql/img_rightjoin.gif
+++ b/static/images/b/notes/sql/img_rightjoin.gif
Binary files differ