All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
78 lines
3.6 KiB
HTML
78 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Portal / EmbaNET</title>
|
|
<!-- Include the Bootswatch Vapor theme CSS -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.3/dist/vapor/bootstrap.min.css">
|
|
<!-- Custom CSS for minimalist style and larger buttons -->
|
|
<style>
|
|
body {
|
|
background-color: #0b0f1a;
|
|
}
|
|
.container {
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
}
|
|
/* Style the link container to take up more space on wider screens */
|
|
#link-container .btn {
|
|
width: 100%;
|
|
margin-bottom: 1.5rem; /* Increased margin for more separation */
|
|
padding: 1.5rem; /* Increased padding to make buttons taller */
|
|
font-size: 1.25rem; /* Larger font size for better readability */
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<!-- Increased column size for the main content to make it wider -->
|
|
<div class="col-12 col-md-10 col-lg-8">
|
|
<h2 class="text-center text-info mb-4">EmbaNET Portal</h2>
|
|
<div class="row" id="link-container">
|
|
<!-- Changed from two columns to a single full-width column for better use of space -->
|
|
<div class="col-12 d-grid gap-2">
|
|
<a href="http://intranet.embanet.online:8000" id="wordpress" class="btn btn-outline-info" target="_blank">
|
|
<i class="fa-solid fa-globe"></i> Wordpress
|
|
</a>
|
|
|
|
|
|
<a href="http://intranet.embanet.online:9000" id="kanban" class="btn btn-outline-info" target="_blank">
|
|
<i class="fa-solid fa-globe"></i> Aria OS
|
|
</a>
|
|
|
|
<a href="http://intranet.embanet.online:8096" id="radio" class="btn btn-outline-info" target="radio">
|
|
<i class="fa-solid fa-globe"></i> Radio
|
|
</a>
|
|
<a href="http://intranet.embanet.online:8896" id="porn88" class="btn btn-outline-danger" target="porn88">
|
|
<i class="fa-solid fa-futbol"></i> Porn (88)
|
|
</a>
|
|
<a href="http://intranet.embanet.online:7796" id="porn77" class="btn btn-outline-danger" target="porn77">
|
|
<i class="fa-solid fa-futbol"></i> Porn (77)
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://intranet.embanet.online:3380" id="phpmyadmin" class="btn btn-outline-info" target="_blank">
|
|
<i class="fa-solid fa-globe"></i> PHPMyAdmin
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://intranet.embanet.online:3000" id="gitea" class="btn btn-outline-info" target="_blank">
|
|
<i class="fa-solid fa-globe"></i> Gitea
|
|
</a>
|
|
<a href="http://intranet.embanet.online:5000" id="jenkins" class="btn btn-outline-info" target="_blank">
|
|
<i class="fa-solid fa-globe"></i> Jenkins
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="https://kit.fontawesome.com/ee2093fa90.js" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|