250 lines
7.6 KiB
HTML
250 lines
7.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<style>
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.navbar {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
background-color: rgb(199, 199, 199);
|
|
overflow: auto;
|
|
}
|
|
|
|
.navbar a {
|
|
float: left;
|
|
font-size: 16px;
|
|
color: white;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dropdown {
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dropdown .dropbtn {
|
|
font-size: 16px;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
padding: 14px 16px;
|
|
background-color: inherit;
|
|
font-family: inherit;
|
|
margin-left: left;
|
|
}
|
|
|
|
.navbar a:hover, .dropdown:hover .dropbtn {
|
|
background-color: red;
|
|
}
|
|
|
|
.dropdown-content {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: #f9f9f9;
|
|
min-width: 160px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
z-index: 1;
|
|
}
|
|
|
|
.dropdown-content a {
|
|
float: none;
|
|
color: black;
|
|
padding: 12px 16px;
|
|
text-decoration: none;
|
|
display: block;
|
|
text-align: left;
|
|
margin-left: left;
|
|
}
|
|
|
|
.dropdown-content a:hover {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.dropdown:hover .dropdown-content {
|
|
display: block;
|
|
}
|
|
.dot {
|
|
height: 150px;
|
|
width: 150px;
|
|
background-color: #4CAF50;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
.dot1 {
|
|
border: none;
|
|
height: 50px;
|
|
width: 50px;
|
|
background-color: #ABEE5E;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.center1 {
|
|
margin: auto;
|
|
width: 27%;
|
|
padding: 1px;
|
|
|
|
}
|
|
.center2{
|
|
margin: auto;
|
|
width: 27%;
|
|
padding: 1px;
|
|
|
|
}
|
|
.center3 {
|
|
margin: auto;
|
|
width: 27%;
|
|
padding: 1px;
|
|
|
|
}
|
|
@keyframes fadein {
|
|
0% {opacity: 0;}
|
|
100% {opacity: 1;}
|
|
}
|
|
@keyframes fadeout {
|
|
0% {opacity: 1;}
|
|
100%{opacity: 0;}
|
|
}
|
|
@keyframes onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
@keyframes highlight {
|
|
0% { background-color: #ABEE5E;}
|
|
50% { background-color:#4CAF50;}
|
|
0% {background-color: #ABEE5E;}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="" method="post" id="main">
|
|
<div class="navbar">
|
|
<div class="dropdown">
|
|
<button class="dropbtn">
|
|
<img style="width: 40px; height: 40px;" src="img/menubar/menu.svg" class="img-fluid">
|
|
</button>
|
|
<div class="dropdown-content">
|
|
<a id="adminpage" style="display: none;" href="adminpage.html">Adminbereich</a>
|
|
<a href="10.html?q={%22main%22:%22about%22}">Über uns</a>
|
|
<a href="10.html?q={%22main%22:%22help%22}">Hilfe</a>
|
|
<a href="10.html?q={%22main%22:%22agb%22}">AGB</a>
|
|
<a href="10.html?q={%22main%22:%22datschu%22}">Datenschutz</a>
|
|
<a id="33html" style="display: none;" href="33.html">Umgebung Control</a>
|
|
<a id="34html" style="display: none;" href="34.html">Umgebung Leaderboard</a>
|
|
<a id="36html" style="display: none;" href="36.html">Umgebung Points</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<a id="homebtn" href="#home"><img style="width: 40px; height: 40px;" src="img/menubar/tools-and-utensils.svg" class="tools-and-utensils"></a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="37.html"><img style="width: 40px; height: 40px;" src="img/menubar/file.svg" class="img-fluid"></a>
|
|
</div>
|
|
|
|
<div>
|
|
<a id="logoutbtn" href="#logout"><img style="width: 40px; height: 40px;" src="img/menubar/logout.svg" class="img-fluid"></a>
|
|
</div>
|
|
</div>
|
|
<div id="apan">
|
|
<div id="editA">
|
|
<h1>
|
|
your ad here
|
|
</h1>
|
|
</div>
|
|
<button id="rmad">x</button>
|
|
</div>
|
|
<div id="contentPanel" style="display: none;">
|
|
<div style="text-align:center">
|
|
<h1 id="modulName1">Modul 1</h1>
|
|
<!--end Text_2_a-->
|
|
|
|
<!-- Text_2_a/Kreis_Groß/Bild_3_a -->
|
|
<span class="dot">
|
|
<img id="moduleimg1" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
|
|
</span>
|
|
</div>
|
|
<!--end Text_2_a/Kreis_Klein/Bild_3_a -->
|
|
|
|
<!--Text_2_b/Kreis_Klein/Bild_3_a -->
|
|
<div style="text-align:center">
|
|
<h1></h1>
|
|
<button id="Modul1-mod1" class="dot1" ></button>
|
|
<button id="Modul1-mod2"class="dot1" ></button>
|
|
<button id="Modul1-mod3" class="dot1" ></button>
|
|
</div>
|
|
|
|
<!-- End Text_2_b/Kreis_Klein/Bild_3_a-->
|
|
|
|
<!--Text_2_b-->
|
|
<div style="text-align:center">
|
|
<h1 id="modulName2">Modul 2</h1>
|
|
<!--end Text_2_b-->
|
|
|
|
<!-- Text_2_b/Kreis_Groß/Bild_3_b -->
|
|
<span class="dot">
|
|
<img id="moduleimg2" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
|
|
</span>
|
|
</div>
|
|
<!-- end Text_2_b/Kreis_Groß/Bild_3_b -->
|
|
|
|
<!--Text_2_b/Kreis_Klein/Bild_3_b -->
|
|
<div style="text-align:center">
|
|
<h1></h1>
|
|
<button id="Modul2-mod1" class="dot1" ></button>
|
|
<button id="Modul2-mod2"class="dot1" ></button>
|
|
<button id="Modul2-mod3" class="dot1" ></button>
|
|
</div>
|
|
<!-- End Text_2_b/Kreis_Klein/Bild_3_b-->
|
|
|
|
<!-- Start Badge-->
|
|
|
|
<div class="center" style="display: flex; justify-items: center; align-items: center; margin-top: 2rem;">
|
|
|
|
<div class="center1" style="display: flex; flex-direction:column; width:120px; height: 120px; background-color:#57f2fa; display: flex; align-items: center; justify-items: center; border-radius: 20%">
|
|
<img class="rounded float-left " width="100px" height="100px" src="img/Icons/student-hat.png" alt="student-hat">
|
|
<span id="estudioso" style='color: white'>Level 0</span>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="center2" style="display: flex; flex-direction:column; width:120px; height: 120px; background-color:#fc2828; display: flex; align-items: center; justify-items: center; border-radius: 20%">
|
|
<img class="rounded float-rounded mx-auto " width="100px" height="100px" src="img/Icons/idea.png" alt="idea">
|
|
<span id="inteligente" style='color: white'>Level 0</span>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="center3" style="display: flex; flex-direction:column; width:120px; height: 120px; background-color:#e3780e; display: flex; align-items: center; justify-items: center; border-radius: 20%">
|
|
<img class="rounded float-right " width="100px" height="100px" src="img/Icons/study.png" alt="study">
|
|
<span id="aplicado" style='color: white'>Level 0</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--Text_2_a-->
|
|
|
|
<!-- end Badge-->
|
|
</div>
|
|
<button id="edit_admin" style="display: none;">Änderungen speichern</button>
|
|
</form>
|
|
|
|
</body>
|
|
|
|
<script type="text/javascript" src="editAdmin.js"></script>
|
|
<script type="text/javascript" src="/app_35.js"></script>
|
|
<script type="text/javascript" src="/umgebungButtons.js"></script></html>
|