html: remove navigation from the side
This commit is contained in:
+1
-7
@@ -56,7 +56,7 @@ nav ul {
|
|||||||
|
|
||||||
.trianta {
|
.trianta {
|
||||||
font-size: 2.5rem !important;
|
font-size: 2.5rem !important;
|
||||||
min-width: 12rem;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.canvas {
|
.canvas {
|
||||||
@@ -98,14 +98,8 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border: solid 2px #8c7862;
|
|
||||||
border-radius: 12px;
|
|
||||||
display: inline-block;
|
|
||||||
margin: 6px;
|
|
||||||
margin-top: 0px;
|
|
||||||
max-width: 8rem;
|
max-width: 8rem;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-5
@@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div style="display: flex;">
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
||||||
@@ -20,10 +20,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>Function over form by design</p>
|
<p>Function over form by design</p>
|
||||||
<div style="display: flex;">
|
|
||||||
<div class="column gap"></div>
|
|
||||||
<div class="column content"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+10
-16
@@ -4,26 +4,22 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Trianta</title>
|
<title>Trianta</title>
|
||||||
<link rel="stylesheet" href="/default.css" />
|
<link rel="stylesheet" href="/default.css" />
|
||||||
|
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<div class="column">
|
||||||
|
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
||||||
|
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"><i class="nf nf-linux-gitea"></i></a>
|
||||||
|
<a href="/completed" alt="Completed"><i class="nf nf-dev-javascript"></i></a>
|
||||||
|
<a href="/current" alt="Current"><i class="nf nf-dev-git_branch"></i></a>
|
||||||
|
<a href="/other" alt="Other"><i class="nf nf-dev-git_merge"></i></a>
|
||||||
|
<a href="/contact" alt="Contact"><i class="nf nf-oct-feed_person"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;">
|
</div>
|
||||||
<nav class="column">
|
<p>Function over form by design</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
|
||||||
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
|
||||||
<li><a href="/completed">Completed</a></li>
|
|
||||||
<li><a href="/current">Current</a></li>
|
|
||||||
<li><a href="/other">Other</a></li>
|
|
||||||
<li><a href="/contact">Contact</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<div class="column gap"></div>
|
|
||||||
<div class="column content">
|
|
||||||
<h2>Completed Projects</h2>
|
<h2>Completed Projects</h2>
|
||||||
<div class="card reserve">
|
<div class="card reserve">
|
||||||
<div class="canvas">
|
<div class="canvas">
|
||||||
@@ -62,7 +58,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+10
-16
@@ -4,32 +4,26 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Trianta</title>
|
<title>Trianta</title>
|
||||||
<link rel="stylesheet" href="/default.css" />
|
<link rel="stylesheet" href="/default.css" />
|
||||||
|
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<div class="column">
|
||||||
|
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
||||||
|
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"><i class="nf nf-linux-gitea"></i></a>
|
||||||
|
<a href="/completed" alt="Completed"><i class="nf nf-dev-javascript"></i></a>
|
||||||
|
<a href="/current" alt="Current"><i class="nf nf-dev-git_branch"></i></a>
|
||||||
|
<a href="/other" alt="Other"><i class="nf nf-dev-git_merge"></i></a>
|
||||||
|
<a href="/contact" alt="Contact"><i class="nf nf-oct-feed_person"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;">
|
</div>
|
||||||
<nav class="column">
|
<p>Function over form by design</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
|
||||||
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
|
||||||
<li><a href="/completed">Completed</a></li>
|
|
||||||
<li><a href="/current">Current</a></li>
|
|
||||||
<li><a href="/other">Other</a></li>
|
|
||||||
<li><a href="/contact">Contact</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<div class="column gap"></div>
|
|
||||||
<div class="column content">
|
|
||||||
<h2>Contact Methods</h2>
|
<h2>Contact Methods</h2>
|
||||||
<p>E-mail: gregcraw2001@gmail.com</p>
|
<p>E-mail: gregcraw2001@gmail.com</p>
|
||||||
<p>Discord: trianta</p>
|
<p>Discord: trianta</p>
|
||||||
<p>Matrix: @trimutex:matrix.org</p>
|
<p>Matrix: @trimutex:matrix.org</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+10
-16
@@ -4,26 +4,22 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Trianta</title>
|
<title>Trianta</title>
|
||||||
<link rel="stylesheet" href="/default.css" />
|
<link rel="stylesheet" href="/default.css" />
|
||||||
|
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<div class="column">
|
||||||
|
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
||||||
|
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"><i class="nf nf-linux-gitea"></i></a>
|
||||||
|
<a href="/completed" alt="Completed"><i class="nf nf-dev-javascript"></i></a>
|
||||||
|
<a href="/current" alt="Current"><i class="nf nf-dev-git_branch"></i></a>
|
||||||
|
<a href="/other" alt="Other"><i class="nf nf-dev-git_merge"></i></a>
|
||||||
|
<a href="/contact" alt="Contact"><i class="nf nf-oct-feed_person"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;">
|
</div>
|
||||||
<nav class="column">
|
<p>Function over form by design</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
|
||||||
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
|
||||||
<li><a href="/completed">Completed</a></li>
|
|
||||||
<li><a href="/current">Current</a></li>
|
|
||||||
<li><a href="/other">Other</a></li>
|
|
||||||
<li><a href="/contact">Contact</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<div class="column gap"></div>
|
|
||||||
<div class="column content">
|
|
||||||
<h2>Current Personal Projects</h2>
|
<h2>Current Personal Projects</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>Wrench</h3>
|
<h3>Wrench</h3>
|
||||||
@@ -39,7 +35,5 @@
|
|||||||
<a href="https://github.com/Trimutex/synopsis">View Repository</a>
|
<a href="https://github.com/Trimutex/synopsis">View Repository</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+10
-16
@@ -4,26 +4,22 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Trianta</title>
|
<title>Trianta</title>
|
||||||
<link rel="stylesheet" href="/default.css" />
|
<link rel="stylesheet" href="/default.css" />
|
||||||
|
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="trianta">TRIANTA</a>
|
<a href="/" class="trianta">TRIANTA</a>
|
||||||
<p>Function over form by design</p>
|
<div class="column">
|
||||||
|
<a href="https://www.github.com/trimutex" alt="GitHub"><i class="nf nf-dev-github"></i></a>
|
||||||
|
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects"><i class="nf nf-linux-gitea"></i></a>
|
||||||
|
<a href="/completed" alt="Completed"><i class="nf nf-dev-javascript"></i></a>
|
||||||
|
<a href="/current" alt="Current"><i class="nf nf-dev-git_branch"></i></a>
|
||||||
|
<a href="/other" alt="Other"><i class="nf nf-dev-git_merge"></i></a>
|
||||||
|
<a href="/contact" alt="Contact"><i class="nf nf-oct-feed_person"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;">
|
</div>
|
||||||
<nav class="column">
|
<p>Function over form by design</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
|
||||||
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
|
||||||
<li><a href="/completed">Completed</a></li>
|
|
||||||
<li><a href="/current">Current</a></li>
|
|
||||||
<li><a href="/other">Other</a></li>
|
|
||||||
<li><a href="/contact">Contact</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<div class="column gap"></div>
|
|
||||||
<div class="column content">
|
|
||||||
<h2>Other Projects</h2>
|
<h2>Other Projects</h2>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3>Hyprland</h3>
|
<h3>Hyprland</h3>
|
||||||
@@ -69,7 +65,5 @@
|
|||||||
<p>Tools: CMake</p>
|
<p>Tools: CMake</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user