-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTopicPage3.html
More file actions
177 lines (150 loc) · 8.37 KB
/
Copy pathTopicPage3.html
File metadata and controls
177 lines (150 loc) · 8.37 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Offcanvas template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="offcanvas.css" rel="stylesheet">
</head>
<body id="Body" class="bg-GrayDark">
<button onclick="myFunction()" style="background-color: transparent; " class="button button5"><img id="first" src="theme_toggle.png"/> </button>
<nav style="background-color: #2196F3;" class="navbar navbar-expand-md fixed-top navbar-dark ">
<a class="navbar-brand" href="#">AXILEARN</a>
<button class="navbar-toggler p-0 border-0" type="button" data-toggle="offcanvas">
</button>
</nav>
</div>
<main role="main" class="container">
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-LBlue rounded box-shadow">
<img class="mr-3" src="BioIcon.png"s alt="" width="48" height="48">
<div class="lh-100 bg-LBlue">
<h6 class="mb-0 text-black-50 lh-100">3.<u>Mixtures</u></h6>
<small class="text-black-50">In chemistry, a mixture is a material made up of two or more different substances which are physically combined</small>
</div>
</div>
<div id="Box1" class="my-3 p-3 rounded box-shadow">
<h6 class="border-bottom border-gray pb-2 mb-0">Sub topics of Mixtures</h6>
<a href="#">
<div id="Box11" class="media text-muted pt-3" >
<img src="LabImage1.jpg" width="64px" data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<p id="Box111" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark"><b>3.1 Type of Mixtures</b></strong>
Mixtures can be classified into three types: suspension mixture, colloidal mixture or solution, according to how they combine and can be separated
</p>
</div>
<a href="#">
<div id="Box12" class="media text-muted pt-3">
<img src="compositionImage1.jpg" width="64px" data-src="holder.js/32x32?theme=thumb&bg=e83e8c&fg=e83e8c&size=1" alt="" class="mr-2 rounded">
<p id="Box121" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark"><b>3.2 Composition of Mixtures</b></strong>
The chemical composition of a mixture can be defined as the distribution of the individual substances that constitute the mixture
</p>
</div>
</a>
<a href="#">
<div id="Box13" class="media text-muted pt-3">
<img src="ChemistryImage1.jpg" width="64px" data-src="holder.js/32x32?theme=thumb&bg=e83e8c&fg=e83e8c&size=1" alt="" class="mr-2 rounded">
<p id="Box131" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark"><b>3.3 separation of compounds in mixtures</b></strong>
A mixture is a material containing two or more elements or compounds that are in close contact and are mixed in any proportion
</p>
</div>
</a>
<small class="d-block text-right mt-3">
<a href="#">All updates</a>
</small>
</div>
<div id="Box2" class="my-3 p-3 rounded box-shadow">
<h6 class="border-bottom border-gray pb-2 mb-0">Suggestions</h6>
<div id="Box21" class="media text-muted pt-3">
<img src="BioIcon.png" width="32px" data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div id="Box211" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div id="Box2111" class="d-flex justify-content-between align-items-center w-100">
<a href="TopicPage2.html"> <strong class="text-gray-dark">2.Photosynthesis</strong></a>
<a href="TopicPage2.html">More info</a>
</div>
<span class="d-block">Seince</span>
</div>
</div>
<div id="Box22" class="media text-muted pt-3">
<img src="BioIcon.png" width="32px" data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div id="Box221" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div id="Box2211" class="d-flex justify-content-between align-items-center w-100">
<a href="TopicPage3.html"> <strong class="text-gray-dark">3.Mixtures</strong></a>
<a href="TopicPage3.html">More info</a>
</div>
<span class="d-block">Seince</span>
</div>
</div>
<div id="Box23" class="media text-muted pt-3">
<img src="BioIcon.png" width="32px" data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div id="Box231" class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div id="Box2311" class="d-flex justify-content-between align-items-center w-100">
<a href="TopicPage4.html"> <strong class="text-gray-dark">4.Waves and their applications</strong></a>
<a href="TopicPage4.html">More info</a>
</div>
<span class="d-block">Seince</span>
</div>
</div>
<small class="d-block text-right mt-3">
<a href="#">All suggestions</a>
</small>
</div>
</main>
<script>
function myFunction() {
var element = document.getElementById('Body');
var element1 = document.getElementById('Box1');
var element11 = document.getElementById('Box11');
var element111 = document.getElementById('Box111');
var element12 = document.getElementById('Box12');
var element121 = document.getElementById('Box121');
var element13 = document.getElementById('Box13');
var element131 = document.getElementById('Box131');
var element2 = document.getElementById('Box2');
var element21 = document.getElementById('Box21');
var element211 = document.getElementById('Box211');
var element2111 = document.getElementById('Box2111');
var element22 = document.getElementById('Box22');
var element221 = document.getElementById('Box221');
var element2211 = document.getElementById('Box2211');
var element23 = document.getElementById('Box23');
var element231 = document.getElementById('Box231');
var element2311 = document.getElementById('Box2311');
element.classList.toggle("dark-mode2");
element1.classList.toggle("dark-mode");
element11.classList.toggle("dark-mode");
element111.classList.toggle("dark-mode");
element12.classList.toggle("dark-mode");
element121.classList.toggle("dark-mode");
element13.classList.toggle("dark-mode");
element131.classList.toggle("dark-mode");
element2.classList.toggle("dark-mode");
element21.classList.toggle("dark-mode");
element211.classList.toggle("dark-mode");
element2111.classList.toggle("dark-mode");
element22.classList.toggle("dark-mode");
element221.classList.toggle("dark-mode");
element2211.classList.toggle("dark-mode");
element23.classList.toggle("dark-mode");
element231.classList.toggle("dark-mode");
element2311.classList.toggle("dark-mode");
}
</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="jquery-slim.min.js"><\/script>')</script>
<script src="popper.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="holder.min.js"></script>
<script src="offcanvas.js"></script>
</body>
</html>