Skip to content
Snippets Groups Projects
Commit 77e5b9c3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't need paragraphs

parent fdd6d8b5
No related branches found
No related tags found
No related merge requests found
webadmin/admin_apps.png

4.14 KiB

webadmin/admin_backup.png

9.72 KiB

webadmin/admin_help.png

21.4 KiB

webadmin/admin_users.png

8.46 KiB

<!DOCTYPE html>
<html>
<style>
* {
box-sizing: border-box;
}
#headerpic {
width: 60%;
height: auto;
margin-right : auto;
margin-left : auto;
min-width : 220px;
}
body {
margin: 0;
font-family: Arial;
}
.header {
text-align: center;
padding: 32px;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4px;
}
.column {
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
padding: 0 4px;
}
.column img {
margin-top: 8px;
vertical-align: middle;
}
@media screen and (max-width: 800px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
@media screen and (max-width: 200px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
}
</style>
<body>
<div class="header">
<img id="headerpic" class="img-responsive" src="logo.png">
<p>Admin Control Panel</p>
</div>
<div class="row">
<div class="column">
<div>
<a href="./apps.html">
<img src="installed_apps.svg" style="width:100%">
<center>Apps</center>
</a>
</div>
</div>
<div class="column">
<div>
<a href="./backup.html">
<img src="admin_backup.png" style="width:100%">
<center>Backup / Restore</center>
</a>
</div>
</div>
<div class="column">
<div>
<a href="./users.html">
<img src="admin_users.png" style="width:100%">
<center>Users</center>
</a>
</div>
</div>
<div class="column">
<div>
<a href="./help.html">
<img src="admin_help.png" style="width:100%">
<center>Help</center>
</a>
</div>
</div>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment