adding programming page stuff

This commit is contained in:
0x01FE 2024-04-23 10:09:59 -05:00
parent 9ebf599a07
commit 4dba456dcd
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,12 @@
EOF Mark,
Glassit-VSC,
JSON formatter,
Pylance,
Remote - SSH,
Synthwave '84 Blues,
Trailing Spaces,
Helm Intellisense,
background,
Helium Icon Theme,
SQLite Viewer,
Docker

View File

@ -107,6 +107,39 @@ a:hover {
text-decoration: none; text-decoration: none;
} }
.rightbar {
height: fit-content;
align-self: flex-start;
top: 10px;
padding: 20pt;
margin: 5em 0;
margin-right: 2em;
border-style: var(--borders-style);
border-radius: var(--border-radius);
border-color: #1E2022;
background-color: var(--main-background);
opacity: 0.9;
/* box-shadow: -10px 10px var(--accent); */
/* Text Settings */
font-weight: bold;
line-height: 30pt;
}
.rightbar a {
text-decoration: none;
}
.rightbar h2 {
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: normal;
}
.dlog { .dlog {
flex: 3; flex: 3;

View File

@ -28,6 +28,12 @@
<div class="post">{{ post|safe }}</div> <div class="post">{{ post|safe }}</div>
{% endfor %} {% endfor %}
</div> </div>
<!-- Other Sidear -->
<div class="rightbar">
<h2>Other</h2>
<a href="">Technologies I Use</a>
</div>
</div> </div>
</body> </body>
</html> </html>