M => +4 -1
@@ 1,4 1,7 @@
<br />
<footer>
Powered by <a href="https://cobalt-org.github.io/">cobalt.rs</a>
Powered by <a href="https://cobalt-org.github.io/">cobalt.rs</a> <a href="https://git.sr.ht/~rleek/website">[website source code]</a><br />
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License</a>.
</footer>
\ No newline at end of file
M css/style.css => css/style.css +1 -1
@@ 1,1 1,1 @@
-html,body{height:100%}body{font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;flex-direction:column}header{padding:10px;background:linear-gradient(-20deg, #CEBEDD, #805F9F);border-bottom:1px solid #452068}header h1{color:#CEBEDD;margin:5px}header ul{margin:0;padding:5px 0;list-style:none}header ul li{display:inline-block;margin:0}header ul li a.btn{padding:2px 25px;border-radius:5px}a.btn{background-color:#CEBEDD;border:1px solid #805F9F;text-decoration:none;padding:1px 5px}a.btn:hover{background:#805F9F;color:#CEBEDD;border-color:#CEBEDD}@media only screen and (max-width:500px){header ul li{display:block;width:100%;margin:0 0 10px 0}header ul li a{display:block;text-align:center}}.content{flex:1 0 auto;padding:10px;margin-bottom:20px}.content h3 a{color:#805F9F;text-decoration:none}footer{flex-shrink:0;text-align:center;padding:15px 0;background:linear-gradient(0deg, #CEBEDD, #805F9F);color:#CEBEDD}h1,h2,h3,h4,h5{color:#805F9F}hr{border:1px solid #A58CBE;margin-top:25px}hr:last-child{display:none}a{color:#452068}.post{margin:0 10%}.post .date{color:#A58CBE}.post .title{margin-bottom:0}>
\ No newline at end of file
+html,body{height:100%}body{font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;flex-direction:column}header{padding:10px;background:linear-gradient(-20deg, #CEBEDD, #805F9F);border-bottom:1px solid #452068}header h1{color:#CEBEDD;margin:5px}header ul{margin:0;padding:5px 0;list-style:none}header ul li{display:inline-block;margin:0}header ul li a.btn{padding:2px 25px;border-radius:5px}a.btn{background-color:#CEBEDD;border:1px solid #805F9F;text-decoration:none;padding:1px 5px}a.btn:hover{background:#805F9F;color:#CEBEDD;border-color:#CEBEDD}@media only screen and (max-width:500px){header ul li{display:block;width:100%;margin:0 0 10px 0}header ul li a{display:block;text-align:center}}.content{flex:1 0 auto;padding:10px;margin-bottom:20px}.content h3 a{color:#805F9F;text-decoration:none}footer{flex-shrink:0;text-align:center;padding:15px 0;background:linear-gradient(0deg, #A58CBE, #805F9F);color:#CEBEDD}h1,h2,h3,h4,h5{color:#805F9F}hr{border:1px solid #A58CBE;margin-top:25px}hr:last-child{display:none}a{color:#452068}.post{margin:0 10%}.post .date{color:#A58CBE}.post .title{margin-bottom:0}.project .screenshot{height:100px;width:100px;display:inline-block}.project .description{display:inline-block;vertical-align:top;margin:0}<
\ No newline at end of file
M css/style.less => css/style.less +13 -1
@@ 82,7 82,7 @@ footer {
flex-shrink: 0;
text-align: center;
padding:15px 0;
- background:linear-gradient(0deg, @color-primary-1, @color-primary-0);
+ background:linear-gradient(0deg, @color-primary-2, @color-primary-0);
color:@color-primary-1;
}
@@ 115,4 115,16 @@ a {
margin:0 10%;
}
+.project {
+ .screenshot {
+ height:100px;
+ width:100px;
+ display:inline-block;
+ }
+ .description {
+ display:inline-block;
+ vertical-align: top;
+ margin:0;
+ }
+}
A files/images/projects/eobot.png => files/images/projects/eobot.png +0 -0
A files/images/projects/website.png => files/images/projects/website.png +0 -0
M files/rleekpub.asc => files/rleekpub.asc +0 -0
A projects.liquid => projects.liquid +26 -0
@@ 0,0 1,26 @@
+---
+layout: default.liquid
+title: Projects
+---
+
+<div class="project">
+ <h2 class="title">Website</h2>
+ <img class="screenshot" src="/files/images/projects/website.png" alt="Website screenshot">
+ <p class="description">
+ The source code for this website!
+ <br />
+ <a class="url" href="https://git.sr.ht/~rleek/website">https://git.sr.ht/~rleek/website</a>
+ </p>
+</div>
+
+<hr />
+
+<div class="project">
+ <h2 class="title">EOBot</h2>
+ <img class="screenshot" src="/files/images/projects/eobot.png" alt="EObot screenshot">
+ <p class="description">
+ A network bot for Endless Online. Just for fun.
+ <br />
+ <a class="url" href="https://git.sr.ht/~rleek/eobot">https://git.sr.ht/~rleek/eobot</a>
+ </p>
+</div><
\ No newline at end of file
D projects.md => projects.md +0 -6
@@ 1,6 0,0 @@
----
-layout: default.liquid
-title: Projects
----
-
-Nothing to speak of!