| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/vtgis/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel='shortcut icon' type='image/png' href='favicon.ico'/>
<style>
* {
box-sizing: border-box;
font-family: Verdana, sans-serif;
}
body {
margin: 0;
font-family: Verdana, sans-serif;
}
h2 {
text-shadow: 3px 3px LightBlue;
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: whiteDark;
}
/* Style the topnav links */
.topnav a {
float: right;
display: block;
color: DarkBlue;
font-weight: bold;
text-align: center;
padding: 30px 30px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the content */
.content1 {
background-color: #ddd;
padding: 10px;
height: 700px; /* Should be removed. Only for demonstration */
/* background-image: url('vtg_2.png'); */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 1280px 780px;
}
/* Style the footer */
.footer1 {
background-color: DodgerBlue;
padding: 2px;
text-align: right;
font-size: 20px;
text-color: dark blue;
font-weight: bold;
}
/* Style button selection */
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
border: none;
border-radius: 12px;
box-shadow: 0 9px #999;
font-size: 24px;
font-weight: bold;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {background-color: #04aa6d; /* Green */
postion: absolute
}
.button1:hover {
background-color: #00712d;
color: dad4b5;
}
.button2 {background-color: #008cba;} /* Blue */
.button2:hover {
background-color: #4158a6;
color: dad4b5;
}
table, th, td {
border: none;
}
table.center {
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="topnav">
<video style = "height: 80px" autoplay muted loop playsinline id="snimak1">
<source src = "assets/videos/logo.mp4" type="video/mp4"></video>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="https://www.vetroing.com">Vetroing</a>
</div>
<div class="content1">
<h2 style="font-size: 100px; font-weight: bold; color: DarkBlue; text-align: center; line-height: 1">VETROGENERATOR</h2>
<h2 style="font-size: 100px; font-weight: bold; color: DarkBlue; text-align: center; line-height: 0.001">INFO - SISTEM</h2>
<p style="font-size: 26px; color: DarkBlue; text-align: justify; margin-left: 100px; margin-right: 100px" >
<i>Dobro došli na informacioni sistem za praćenje parametara rada vetrogeneratora. Parametri, koji se prate podeljeni su u dve grupe:</i>
<b>Parametri okruženja - meteorološki parametri</b> i <b>Parametri rada vetrogeneratora</b>.
</p>
<p style = "font-size: 24px; text-align: center; color: DarkBlue"><b> Izaberite podatke za prikazivenje</b></p>
<table class = "center">
<tr>
<th><button class = "button button1"><a href="/projects/vtgis/misvtg.php">Meteorološki parametri</a></button>
</th>
<th><button class = "button button2"><a href="/projects/vtgis/eisvtg.php">Parametri rada vetrogeneratora</a></button>
</th>
</tr>
</table>
</div>
<div class="footer1">
<p style="color: Blue; margin-right: 50px">Copyright © 2024 <a href="http://timca.ddns.net">TIM Group</a></p>
</div>
</body>
</html>