summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-03-01 04:12:28 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-03-01 04:12:28 -0700
commitc6d3cf57d13d8a53d0628f7d3a1fa77b7342eaf4 (patch)
tree547e4b8a709d5406d527a58f324919202a9be868
parent845ed6697545561bc5908540f522bfe53477a0f4 (diff)
Add sql blog entry static images
-rw-r--r--luevano/index.html28
-rw-r--r--static/images/blog/notes/sql/erd_example.pngbin0 -> 193168 bytes
-rw-r--r--static/images/blog/notes/sql/erd_example_wikipedia.pngbin0 -> 320120 bytes
-rw-r--r--static/images/blog/notes/sql/img_fulljoin.gifbin0 -> 8135 bytes
-rw-r--r--static/images/blog/notes/sql/img_innerjoin.gifbin0 -> 6871 bytes
-rw-r--r--static/images/blog/notes/sql/img_leftjoin.gifbin0 -> 7286 bytes
-rw-r--r--static/images/blog/notes/sql/img_rightjoin.gifbin0 -> 7477 bytes
7 files changed, 13 insertions, 15 deletions
diff --git a/luevano/index.html b/luevano/index.html
index 15bda0a..4bec621 100644
--- a/luevano/index.html
+++ b/luevano/index.html
@@ -59,25 +59,23 @@
</nav>
</header>
- <div class="welcome">
- <h1>
- Welcome!
- </h1>
+ <h1>
+ Welcome!
+ </h1>
- <p>
- My name is David Luévano and this is my little piece of internet.
- </p>
+ <p>
+ My name is David Luévano and this is my little piece of internet.
+ </p>
- <p>
- I plan on doing all sort of stuff here, including a <a href="https://blog.luevano.xyz/">blog</a> and stuff like an interactive <a href="https://gb.luevano.xyz/">gameboy</a> where everyone who participates plays together (think "twitch plays pokemon" and more recently "twitter plays pokemon").
- </p>
+ <p>
+ I plan on doing all sort of stuff here, including a <a href="https://blog.luevano.xyz/">blog</a> and stuff like an interactive <a href="https://gb.luevano.xyz/">gameboy</a> where everyone who participates plays together (think "twitch plays pokemon" and more recently "twitter plays pokemon").
+ </p>
- <p>
- But for now, this place is under construction (as you may notice from most links being broken).<br/>
+ <p>
+ But for now, this place is under construction (as you may notice from most links being broken).<br/>
- <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction">
- </p>
- </div>
+ <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction">
+ </p>
<footer class="footer">
<i class="fas fa-envelope" alt="Email"></i>
diff --git a/static/images/blog/notes/sql/erd_example.png b/static/images/blog/notes/sql/erd_example.png
new file mode 100644
index 0000000..2c73cbd
--- /dev/null
+++ b/static/images/blog/notes/sql/erd_example.png
Binary files differ
diff --git a/static/images/blog/notes/sql/erd_example_wikipedia.png b/static/images/blog/notes/sql/erd_example_wikipedia.png
new file mode 100644
index 0000000..4f40194
--- /dev/null
+++ b/static/images/blog/notes/sql/erd_example_wikipedia.png
Binary files differ
diff --git a/static/images/blog/notes/sql/img_fulljoin.gif b/static/images/blog/notes/sql/img_fulljoin.gif
new file mode 100644
index 0000000..ace249e
--- /dev/null
+++ b/static/images/blog/notes/sql/img_fulljoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_innerjoin.gif b/static/images/blog/notes/sql/img_innerjoin.gif
new file mode 100644
index 0000000..db00126
--- /dev/null
+++ b/static/images/blog/notes/sql/img_innerjoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_leftjoin.gif b/static/images/blog/notes/sql/img_leftjoin.gif
new file mode 100644
index 0000000..f205846
--- /dev/null
+++ b/static/images/blog/notes/sql/img_leftjoin.gif
Binary files differ
diff --git a/static/images/blog/notes/sql/img_rightjoin.gif b/static/images/blog/notes/sql/img_rightjoin.gif
new file mode 100644
index 0000000..f34c021
--- /dev/null
+++ b/static/images/blog/notes/sql/img_rightjoin.gif
Binary files differ