Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hariom-Handloom authored Dec 5, 2024
1 parent 53d7762 commit f0cfff4
Show file tree
Hide file tree
Showing 27 changed files with 1,710 additions and 0 deletions.
53 changes: 53 additions & 0 deletions public/100.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fermium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Fermium </h1> <hr/>

<p class="intro"><strong>Fermium</strong> is a synthetic element discovered in the debris of a hydrogen bomb explosion, used primarily for research.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/100.png" alt="fermium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>100</td>
</tr>
<tr>
<td>Symbol</td>
<td>Fm</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>257 u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>12</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid</td>
</tr>
</table>

<h2>Uses of Fermium</h2>
<ul>
<li>Primarily used for scientific research.</li>
<li>Helps in the study of heavy elements.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/101.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mendelevium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Mendelevium </h1> <hr/>

<p class="intro"><strong>Mendelevium</strong> is a synthetic element named after Dmitri Mendeleev, known for the periodic table, used exclusively for research.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/101.png" alt="mendelevium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>101</td>
</tr>
<tr>
<td>Symbol</td>
<td>Md</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>258 u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>13</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid</td>
</tr>
</table>

<h2>Uses of Mendelevium</h2>
<ul>
<li>Used in research to understand heavy element properties.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/102.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nobelium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Nobelium </h1> <hr/>

<p class="intro"><strong>Nobelium</strong> is a synthetic element named in honor of Alfred Nobel, primarily used for research in chemistry and physics.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/102.png" alt="nobelium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>102</td>
</tr>
<tr>
<td>Symbol</td>
<td>No</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>259 u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>14</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid</td>
</tr>
</table>

<h2>Uses of Nobelium</h2>
<ul>
<li>Used in scientific research of heavy elements.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/103.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lawrencium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Lawrencium </h1> <hr/>

<p class="intro"><strong>Lawrencium</strong> is a synthetic element named after Ernest Lawrence, known for developing the cyclotron, used for advanced research purposes.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/103.png" alt="lawrencium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>103</td>
</tr>
<tr>
<td>Symbol</td>
<td>Lr</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>262 u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>14</sup> 7s<sup>2</sup> 7p<sup>1</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid</td>
</tr>
</table>

<h2>Uses of Lawrencium</h2>
<ul>
<li>Used in the research of transuranium elements.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/104.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rutherfordium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Rutherfordium </h1> <hr/>

<p class="intro"><strong>Rutherfordium</strong> is a synthetic element and is the first transactinide element. It has no stable isotopes.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/104.png" alt="rutherfordium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>104</td>
</tr>
<tr>
<td>Symbol</td>
<td>Rf</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>[267] u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>14</sup> 6d<sup>2</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid (predicted)</td>
</tr>
</table>

<h2>Uses of Rutherfordium</h2>
<ul>
<li>Used in scientific research to study chemical properties of transactinides.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/105.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dubnium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Dubnium </h1> <hr/>

<p class="intro"><strong>Dubnium</strong> is a synthetic element named after Dubna, Russia, where it was first produced.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/105.png" alt="dubnium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>105</td>
</tr>
<tr>
<td>Symbol</td>
<td>Db</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>[270] u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>14</sup> 6d<sup>3</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid (predicted)</td>
</tr>
</table>

<h2>Uses of Dubnium</h2>
<ul>
<li>Primarily used for scientific research.</li>
</ul>
</body>
</html>
52 changes: 52 additions & 0 deletions public/106.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seaborgium Atom Details</title>
<link rel="stylesheet" href="element.css">
</head>
<body>
<h1>Seaborgium </h1> <hr/>

<p class="intro"><strong>Seaborgium</strong> is a synthetic element named after Glenn T. Seaborg, a prominent nuclear chemist.</p>

<section>
<h2>Atomic Structure</h2>
<img class="elec_conf" src="../assets/106.png" alt="seaborgium atom electronic configuration">
</section>

<h2>Atomic Information</h2>
<table>
<tr>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<td>Atomic Number</td>
<td>106</td>
</tr>
<tr>
<td>Symbol</td>
<td>Sg</td>
</tr>
<tr>
<td>Atomic Mass</td>
<td>[271] u</td>
</tr>
<tr>
<td>Electron Configuration</td>
<td>[Rn] 5f<sup>14</sup> 6d<sup>4</sup> 7s<sup>2</sup></td>
</tr>
<tr>
<td>State at Room Temperature</td>
<td>Solid (predicted)</td>
</tr>
</table>

<h2>Uses of Seaborgium</h2>
<ul>
<li>Used in chemical and physical experiments related to transactinides.</li>
</ul>
</body>
</html>
Loading

0 comments on commit f0cfff4

Please sign in to comment.