58 lines
1.9 KiB
HTML
58 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
<link href="../assets/hard-disk.ico" rel="icon" type="image/x-icon">
|
|
|
|
<link href="../css/main_menu.css" rel="stylesheet">
|
|
<link href="../css/transition.css" rel="stylesheet">
|
|
|
|
<script src="../js/main_menu.js"></script>
|
|
<script src="../js/helpers.js"></script>
|
|
|
|
<title>Main Page</title>
|
|
|
|
</head>
|
|
<body onload="fadeIn()">
|
|
<div class="container">
|
|
<div class="left_block">
|
|
<div class="left_block_top">
|
|
<div>
|
|
<h1>WELCOME BACK,</h1>
|
|
<h1 id="username-field"></h1>
|
|
<h2>Hope you have a productive day!</h2>
|
|
</div>
|
|
<img alt="" src="../assets/user_1144760.png">
|
|
</div>
|
|
<div class="left_block_content">
|
|
<div class="left_block_buttons">
|
|
<button id="change-info" name="menu_button">Change your info</button>
|
|
<button id="share-file" name="menu_button">Share a file</button>
|
|
</div>
|
|
<div class="left_block_buttons">
|
|
<button id="backup-dir" name="menu_button">Set backup directory</button>
|
|
<button id="department-dir" name="menu_button">Set department directory</button>
|
|
<button id="share-dir" name="menu_button">Set share directory</button>
|
|
</div>
|
|
<div class="left_block_buttons">
|
|
<button id="restore-backup" name="menu_button">Restore backup</button>
|
|
</div>
|
|
</div>
|
|
<div class="left_block_footer">
|
|
<button id="logout" name="logout">Logout</button>
|
|
</div>
|
|
</div>
|
|
<div class="right_block">
|
|
<div>
|
|
<h1>NOTIFICATIONS</h1>
|
|
<hr>
|
|
</div>
|
|
<div class="notifications" id="notifications">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|