core: redesign website #11
37
default.css
37
default.css
@ -28,6 +28,16 @@ body {
|
||||
background: #03001C;
|
||||
}
|
||||
|
||||
.introLeft {
|
||||
display: inline-block;
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
.introRight {
|
||||
display: inline-block;
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
text-align: right;
|
||||
padding: 6px;
|
||||
@ -42,17 +52,6 @@ body {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.navItem {
|
||||
background-color: #03001C;
|
||||
border: solid 2px #8200FF;
|
||||
border-radius: 12px;
|
||||
color: #8200FF;
|
||||
display: inline-block;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#top {
|
||||
margin-bottom: 6px;
|
||||
border-top-left-radius: 0px;
|
||||
@ -80,12 +79,9 @@ h1 {
|
||||
max-width: 650px;
|
||||
text-align: left;
|
||||
padding: 8px 1.5rem;
|
||||
color: #301E67;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background: #03001C;
|
||||
color: #03001C;
|
||||
margin: auto;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
@ -103,6 +99,14 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: #03001C;
|
||||
border: solid 2px #06CDFF;
|
||||
border-radius: 12px;
|
||||
color: #06CDFF;
|
||||
display: inline-block;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -119,6 +123,11 @@ a.button {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
border: solid 2px #8200FF;
|
||||
color: #8200FF;
|
||||
}
|
||||
|
||||
@keyframes hover {
|
||||
0% { box-shadow: 0 0 8px 4px #eff1f5; }
|
||||
15% { box-shadow: 0 0 8px 4px #bcc0cc; }
|
||||
|
46
index.html
46
index.html
@ -8,11 +8,15 @@
|
||||
<body>
|
||||
<div class="first" id="introduction">
|
||||
<div class="inside">
|
||||
<div id="introLeft">
|
||||
<p style="font-size: 3.5rem;">TRIANTA</p>
|
||||
<p>Engineer developing solutions for current problems to enhance the future</p>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="introRight">
|
||||
<div id="navigation">
|
||||
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -34,7 +38,7 @@
|
||||
<p style="font-size: 22px;">Pong</p>
|
||||
<p>Left Paddle Height: <span id="leftPaddle"></span></p>
|
||||
<p>Right Paddle Height: <span id="rightPaddle"></span></p>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/pong.js">View Code</a>
|
||||
<a href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/pong.js">View Code</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
@ -52,7 +56,7 @@
|
||||
</p>
|
||||
<p>Snake Head Location: <span id="snakeHead"></span></p>
|
||||
<p>Food Location: <span id="snakeFood"></span></p>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/snake.ts">View Code</a>
|
||||
<a href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/snake.ts">View Code</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -66,12 +70,12 @@
|
||||
<p>Language: C++26</p>
|
||||
<p>Tools: CMake</p>
|
||||
<p>Frameworks: Qt6</p>
|
||||
<a class="navItem" href="https://github.com/Trimutex/wrench">View Repository</a>
|
||||
<a href="https://github.com/Trimutex/wrench">View Repository</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Synopsis</h3>
|
||||
<p>Description: A markdown repository containing details and changes of servers I maintain.</p>
|
||||
<a class="navItem" href="https://github.com/Trimutex/synopsis">View Repository</a>
|
||||
<a href="https://github.com/Trimutex/synopsis">View Repository</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -81,33 +85,33 @@
|
||||
<div class="card">
|
||||
<h3>Hyprland</h3>
|
||||
<p>Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. </p>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland">View Repository</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland">View Repository</a>
|
||||
<p>Language: C++26</p>
|
||||
<p>Tools: CMake</p>
|
||||
<p>and various libraries.</p>
|
||||
<p>Contributions (newest first)</p>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/8323">hyprwm/Hyprland#8323</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/8044">hyprwm/Hyprland#8044</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7959">hyprwm/Hyprland#7959</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7755">hyprwm/Hyprland#7755</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7683">hyprwm/Hyprland#7683</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7633">hyprwm/Hyprland#7633</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7575">hyprwm/Hyprland#7575</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/7458">hyprwm/Hyprland#7458</a>
|
||||
<a class="navItem" href="https://github.com/hyprwm/Hyprland/pull/6652">hyprwm/Hyprland#6652</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/8323">hyprwm/Hyprland#8323</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/8044">hyprwm/Hyprland#8044</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7959">hyprwm/Hyprland#7959</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7755">hyprwm/Hyprland#7755</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7683">hyprwm/Hyprland#7683</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7633">hyprwm/Hyprland#7633</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7575">hyprwm/Hyprland#7575</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/7458">hyprwm/Hyprland#7458</a>
|
||||
<a href="https://github.com/hyprwm/Hyprland/pull/6652">hyprwm/Hyprland#6652</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Proxy</h3>
|
||||
<p>Description: A program written in C++ to act as a proxy for another server.</p>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta/proxy-network">View Repository</a>
|
||||
<a href="https://lab.trianta.dev/Trianta/proxy-network">View Repository</a>
|
||||
<p>Language: C++11</p>
|
||||
<p>Tools: CMake</p>
|
||||
<p>Testing Frameworks: <a class="navItem" href="https://github.com/ThrowTheSwitch/Unity">Unity Test (ThrowTheSwitch)</a></p>
|
||||
<p>Testing Frameworks: <a href="https://github.com/ThrowTheSwitch/Unity">Unity Test (ThrowTheSwitch)</a></p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Cloudcare</h3>
|
||||
<p>Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.</p>
|
||||
<a class="navItem" href="https://github.com/Trimutex/cloudcare">View Repository</a>
|
||||
<a href="https://github.com/Trimutex/cloudcare">View Repository</a>
|
||||
<p>Languages: Python, Bash</p>
|
||||
<p>Libraries: PyTorch</p>
|
||||
<p>Tools: Conda</p>
|
||||
@ -115,7 +119,7 @@
|
||||
<div class="card">
|
||||
<h3>N-Queens</h3>
|
||||
<p>Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.</p>
|
||||
<a class="navItem" href="https://lab.trianta.dev/Trianta/n-queens">View Repository</a>
|
||||
<a href="https://lab.trianta.dev/Trianta/n-queens">View Repository</a>
|
||||
<p>Language: C++11</p>
|
||||
<p>Tools: CMake</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user