Skip to content

Commit

Permalink
improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
trindadedev13 committed Jan 30, 2025
1 parent 2e79592 commit 68e2f1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 39 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<link href="https://fonts.cdnfonts.com/css/dt-getai-grotesk-display" rel="stylesheet">

<link href="styles.css" rel="stylesheet">

<script src="scripts.js"></script>
</head>

<body>
<header>
<mdui-top-app-bar style="position: relative; ">
<mdui-top-app-bar
scroll-behavior="shrink elevate"
style="position: relative;">
<img src="assets/robok.png" width="40px" height="40px">
<div style="flex-grow: 1"></div>
<mdui-dropdown>
Expand Down Expand Up @@ -87,11 +87,13 @@ <h2 style="font-family: 'DT Getai Grotesk Display', sans-serif;">A Terminal from
</div>
</body>
<footer style="margin: 30px;">
<h1 style="text-align: center;">Contributors</h1>
<div id="contributors"></div>
<h1 style="text-align: center;">Founders</h1>
<div id="founders"></div>
<mdui-card variant="filled" class="contributor" clickable href="https://github.com/trindadedev13" target="_blank">
<mdui-icon src="https://github.com/trindadedev13.png"></mdui>
</mdui-card>
<h4>Website is Made by</h4>
<a href="https://github.com/syntaxspins" target="_blank">SyntaxSpin</a>
<a href="https://github.com/Syntaxspins" target="_blank">SyntaxSpin</a>
<h4>for The Robok Community</h4>
</footer>

</html>
</html>
30 changes: 0 additions & 30 deletions scripts.js

This file was deleted.

6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ html:root {
}
}

.contributor {
height: 100px;
}

.txt {
border-right: .1em solid white;
width: 0.5em;
Expand All @@ -80,4 +84,4 @@ html:root {
overflow: hidden;
-webkit-animation: typing 2s steps(21, end),
blink-caret .5s step-end infinite alternate;
}
}

0 comments on commit 68e2f1c

Please sign in to comment.