nginx 1.24.0
tcp/443 tcp/80
Open service 35.157.255.131:80 · mentora-exporter.mauthor.com
2026-01-06 23:25
HTTP/1.1 301 Moved Permanently Server: nginx/1.24.0 (Ubuntu) Date: Tue, 06 Jan 2026 23:25:07 GMT Content-Type: text/html Content-Length: 178 Connection: close Location: https://mentora-exporter.mauthor.com/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.24.0 (Ubuntu)</center> </body> </html>
Open service 35.157.255.131:443 · mentora-exporter.mauthor.com
2026-01-06 23:25
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Tue, 06 Jan 2026 23:25:06 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 9630
Connection: close
Vary: Cookie
Page title: Sign In
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sign In</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', "Helvetica Neue", sans-serif;
font-weight: 300;
background: #1a2233;
color: #eaeaea;
height: 100%;
margin: 0;
}
body.login-page {
display: flex;
align-items: center;
justify-content: center;
padding-top: 0;
background-color: #2c3e50;
}
/* --- NOWE REGUŁY DLA SPÓJNOŚCI CZCIONEK --- */
.nav-link, .dropdown-item, .btn, .form-control, .form-select, .card-title, .modal-title {
font-weight: 300 !important;
}
.navbar-top-custom .nav-link.active, .font-weight-medium {
font-weight: 500 !important; /* Aktywny link i ważne elementy będą wyraźnie grubsze */
}
/* --- KONIEC NOWYCH REGUŁ --- */
.navbar-top-custom {
background-color: #000000;
color: white;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
border-bottom: 3px solid #444;
}
.navbar-logo {
height: 50px;
width: auto;
}
.navbar-top-custom .navbar-brand,
.navbar-top-custom .nav-link,
.navbar-top-custom .dropdown-toggle {
color: #f8f9fa !important;
}
.navbar-top-custom .nav-link:hover {
color: #adb5bd !important;
}
.navbar-top-custom .dropdown-menu {
background-color: #343a40;
border: 1px solid #444;
max-height: 70vh;
overflow-y: auto;
}
.navbar-top-custom .dropdown-item {
color: #f8f9fa;
}
.navbar-top-custom .dropdown-item:hover,
.navbar-top-custom .dropdown-item.active {
background-color: #495057;
color: #ffffff;
}
.navbar-top-custom .navbar-nav.me-auto {
margin-left: 6%;
}
.sidebar-left {
background-color: #1a2233;
border-right: 1px solid #444;
padding: 15px;
height: calc(100vh - 77px);
overflow-y: auto;
position: sticky;
top: 77px;
color: #eaeaea;
}
.sidebar-left .project-title-main { font-size: 1.8em; font-weight: normal; margin-bottom: 0.1rem; color: #ffffff;
}
.sidebar-left .project-title-secondary { font-size: 1em; font-weight: normal; margin-bottom: 1.5rem; color: #adb5bd;
}
.sidebar-left .publications-header { font-size: 1.2em; font-weight: bold; color: #ffffff; margin-top: 10px;
margin-bottom: 0.25rem; display: flex; justify-content: space-between; align-items: center; }
.sidebar-left ul.main-structure-list { list-style-type: none;
padding-left: 0; }
.sidebar-left ul.main-structure-list > li > span.category-title,
.sidebar-left ul.main-structure-list > li > a.static-category-link { font-weight: normal;
display: block; padding: 0.3rem 0.25rem 0.3rem 0; color: #adb5bd; margin-top: 5px; text-decoration: none; font-size: 0.9em;
}
.sidebar-left ul.main-structure-list > li > a.static-category-link:hover { color: #ffffff;
}
.sidebar-left ul.tree-list { list-style-type: none; padding-left: 0;
}
.sidebar-l