-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvirtuelle.html
More file actions
89 lines (72 loc) · 3.25 KB
/
Copy pathvirtuelle.html
File metadata and controls
89 lines (72 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="virtuelle.css">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Chemielabor</title>
</head>
<body>
<div class="grid-container">
<div class="one">
<button class="button-28" role="button"><a href="index.html" target="_blank"> Homepage</a></button>
<div id="aufgabe"><h2>Aufgabenstellung:</h2></div>
<div id="aktuelleAufgabe">Versuche innerhalb von 30 Minuten herauszufinden, welche Stoffe hier verwendet werden. Mische danach die Substanzen miteinander und finde heraus, wie sich ihr Siedepunkt verändert.</div>
</div>
<div class="two">
<div id="titel"><u><h1>Virtuelles Chemielabor</h1></u></div>
</div>
<div class="three">
<a href="https://www.roche.com/"><img src="images/Roche_Logo.svg" id="logo" alt="Roche Logo" title="Go to Roche Homepage"
target="_blank"></a>
<div id="time">30:00</div>
<div id="todoListTitel"><h2>To-Do-Liste</h2></div>
<div id="todoList">
<ul>
<li>Informiere dich über alle Chemikalien</li>
<li>Siedepunkte aller Chemikalien herausfinden</li>
<li>Zwei oder mehrere Chemikalie mischen</li>
<li>Analyse der Mischung durchführen</li>
<li>Siedepunkt der Mischung beobachten</li>
<li>Neuen Kolben holen</li>
<li>Eine andere Mischung analysieren und beobachten</li>
</ul>
</div>
</div>
<div class="four">
<div id="reagenzTitel" class="invisible"><h2>Informationen über die Reagenz</h2></div>
<div id="reagenzInfos" class="reagenzInfos invisible"></div>
</div>
<div class="five">
<div id="temperatur">°C</div>
<img id="thermometer" src="images/thermometer/thermoleer.png">
<img id="kolben" src="images/kolben/kolben_leer.png">
</div>
<div class="six">
<div id="historyTitel"><h2>Letzte Aktivitäten:</h2></div>
<ul id="history"></ul>
</div>
<div class="seven">
<img id="reablau" src="images/reagenzien/reablau33.png">
<img id="reagelb" src="images/reagenzien/reagelb33.png">
<img id="rearot" src="images/reagenzien/rearot33.png">
<br>
<div class="toolNames" style="padding-left: 70px;">Deine chemikalischen Stoffe</div>
</div>
<div class="eight">
<img id="regler" src="images/regler/regler0.png">
<img id="brenner" src="images/brenner_staender/brenner0.png">
</div>
<div class="nine">
<img id="analyse" src="images/analyse/analyse.png">
<img id="neuerKolben" src="images/kolben/kolben_leer.png">
<br>
<div class="toolNames" style="padding-left: 70px;">Analyse</div>
<div class="toolNames" style="padding-left: 168px;">Neuer Kolben</div>
</div>
</div>
<script src="lab.js"></script>
</body>
</html>