diff options
Diffstat (limited to 'lessons')
-rw-r--r-- | lessons/fisika/atom/atom.html | 6 | ||||
-rw-r--r-- | lessons/fisika/atom/electron-config.html | 30 |
2 files changed, 14 insertions, 22 deletions
diff --git a/lessons/fisika/atom/atom.html b/lessons/fisika/atom/atom.html index a15d8dc..831a5df 100644 --- a/lessons/fisika/atom/atom.html +++ b/lessons/fisika/atom/atom.html @@ -56,7 +56,7 @@ style="flex: 1 200px; margin: 30px; min-width: 0px; max-width: 600px;"> </div> <p class="subtitle">(picture on the left) An example of an atom symbol, (picture on the right) The format of - an atom symbol</p> + an atom symbol (FOR INDONESIA)</p> <h1 id="proton-electron-neutron-count">Determining the number of Protons, Electrons, and Neutrons</h1> <h2 id="proton-electron-neutron-count--protons-and-electrons">Protons and Electrons</h2> <p>If not electrically charged (will be discussed later), the proton and electron number will be the same as @@ -85,8 +85,8 @@ </div> <h1 id="ions">Ions</h1> Electron count will be added or subtracted by ion charge. <br> - If the ion charge is positive, subtract the electron count. <br> - If the ion charge is negative, add the electron count. For example: + If the ion charge is positive (cation / kation), subtract the electron count. <br> + If the ion charge is negative (anion), add the electron count. For example: <div class="flex" style="width: 100%;"> <img src="/assets/images/atoms/carbon_symbol_ion.svg" alt="" style="max-width: 200px !important; margin: 20px;"> diff --git a/lessons/fisika/atom/electron-config.html b/lessons/fisika/atom/electron-config.html index 31111d9..285ffc0 100644 --- a/lessons/fisika/atom/electron-config.html +++ b/lessons/fisika/atom/electron-config.html @@ -16,6 +16,8 @@ </head> <body> + + <a class="fixed-top-btn menu-btn" onclick="toggleNav()" href="javascript:void(0)"><i class="fa-solid fa-bars"></i></a> <a href="../" class="fixed-top-btn back-btn" id="backbtn"><i class="fa-solid fa-chevron-left"></i></a> @@ -105,30 +107,20 @@ <h2 id="electron-config-based-on-shell--max">Maximum Electron</h2> <table> <tr> - <th>Shell</th> - <th>Maximum Electron</th> - </tr> - <tr> - <td>K</td> - <td>2</td> - </tr> - <tr> - <td>L</td> - <td>8</td> + <td colspan="2"> </td> + <td> </td> </tr> <tr> - <td>M</td> - <td>18</td> + <td> </td> + <td> </td> + <td> </td> </tr> <tr> - <td>N</td> - <td>32</td> + <td> </td> + <td> </td> + <td> </td> </tr> - <tr> - <td>...</td> - <td>...</td> - </tr> - </table> + </table> <h2 id="electron-config-based-on-shell--example">How to Determine Electron Count</h2> <ol> <li>Coming soon!</li> |