automated push from the terminal
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
All checks were successful
code.valorantdigital.com-projectgaruda/portal.intranet.valorantdigital.com/pipeline/head This commit looks good
This commit is contained in:
42
index.html
42
index.html
@@ -4,13 +4,8 @@
|
||||
<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 -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.3/dist/lux/bootstrap.min.css">
|
||||
<style>
|
||||
body {
|
||||
background-color: #0b0f1a;
|
||||
}
|
||||
.container {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
@@ -27,43 +22,30 @@
|
||||
<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>
|
||||
<h2 class="text-center mb-4">EmbaNET Portal</h2>
|
||||
<p class="text-center mb-4">
|
||||
This portal provides a central hub for accessing various internal development and management tools,
|
||||
making it easy to navigate to the different services required for your projects.
|
||||
</p>
|
||||
<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">
|
||||
<a href="http://intranet.embanet.online:8000" id="wordpress" class="btn btn-primary" 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">
|
||||
<a href="http://intranet.embanet.online:9000" id="kanban" class="btn btn-primary" 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">
|
||||
<a href="http://intranet.embanet.online:8096" id="radio" class="btn btn-primary" 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">
|
||||
<a href="http://intranet.embanet.online:3380" id="phpmyadmin" class="btn btn-primary" 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">
|
||||
<a href="http://intranet.embanet.online:3000" id="gitea" class="btn btn-primary" 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">
|
||||
<a href="http://intranet.embanet.online:5000" id="jenkins" class="btn btn-primary" target="_blank">
|
||||
<i class="fa-solid fa-globe"></i> Jenkins
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user