60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ThumeIT</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="ThumeIT">
|
|
<h1>ThumeIT</h1>
|
|
</div>
|
|
<div class="floating-buttons">
|
|
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="https://photos.thumeit.com/favicon.ico" alt="Photos">
|
|
</a>
|
|
<a href="https://files.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="files.png" alt="Files">
|
|
</a>
|
|
<a href="https://notes.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="120px-Apple_Notes_icon.svg.png" alt="Notes">
|
|
</a>
|
|
<a href="https://mail.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="email_blue_23344.ico" alt="Mail">
|
|
</a>
|
|
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="git_8293568.png" alt="Git">
|
|
</a>
|
|
<a href="https://code.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="vscode.png" alt="Code">
|
|
</a>
|
|
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="ai.png" alt="AI">
|
|
</a>
|
|
<a href="https://vault.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="vault.png" alt="AI">
|
|
</a>
|
|
<a href="https://chat.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="chat.png" alt="AI">
|
|
</a>
|
|
<a href="https://auth.thumeit.com" class="icon-button" target="_blank">
|
|
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
|
|
</a>
|
|
</div>
|
|
<form class="search-form">
|
|
<input type="text" placeholder="Search..." class="search-bar">
|
|
<button type="submit" class="go-button" onclick="showPopup()">Go</button>
|
|
<script>
|
|
function showPopup() {
|
|
alert("The results were within you all this time");
|
|
}
|
|
</script>
|
|
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|