This commit is contained in:
EduardSkibidiGooner 2024-09-29 20:25:54 +03:00
parent 4b203e2dcb
commit 0ddf2af191
8 changed files with 126 additions and 20 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="https://prigoana.lol/favicon.png">
<link rel="icon" type="image/x-icon" href="../../favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Problem Solving Process Poster</title>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="https://prigoana.lol/favicon.png">
<link rel="icon" type="image/x-icon" href="../favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CS/</title>
@ -10,7 +10,6 @@
background-color: black;
color: green;
font-family: monospace;
padding: 0;
margin: 0;
height: 100vh;
display: flex;
@ -28,9 +27,6 @@
.command {
color: lightblue;
}
.path {
color: white;
}
ul {
list-style: none;
padding: 0;
@ -45,13 +41,16 @@
a:hover {
text-decoration: underline;
}
.space::before {
content: '\00A0';
}
</style>
</head>
<body>
<div class="terminal">
<ul>
<li><p><span class="command">CS/</span></li>
<li><a href="./ProblemSolvingProcess/">Problem Solving Process</a></li>
<li><p><span class="command"><a href="../projects.html">../</a></span></p></li>
<li><span class="space"><span class="space"></span><span class="command"><a href="./ProblemSolvingProcess/">Problem Solving Process</a></span></li>
</ul>
</div>
</body>