adding programming page stuff
This commit is contained in:
parent
9ebf599a07
commit
4dba456dcd
12
app/static/programming/vscode_extensions.txt
Normal file
12
app/static/programming/vscode_extensions.txt
Normal 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
|
||||
@ -107,6 +107,39 @@ a:hover {
|
||||
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 {
|
||||
flex: 3;
|
||||
|
||||
|
||||
@ -28,6 +28,12 @@
|
||||
<div class="post">{{ post|safe }}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<!-- Other Sidear -->
|
||||
<div class="rightbar">
|
||||
<h2>Other</h2>
|
||||
<a href="">Technologies I Use</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user