-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (83 loc) · 3.01 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="anchours">
<a href="#dalton">
D
</a>
<a href="#thamson">
T
</a>
<a href="#rutherford">
R
</a>
<a href=" #bohr">
B
</a>
</div>
<div class="menu">
<span>Dalthon</span>
<div class="atoms">
</div>
</div>
<!--SCIENTIST-->
<div class="scientist">
<div class="dalton" id="dalton">
</div>
<div class="thamson" id="thamson">
<canvas id="thamson-canvas"></canvas>
</div>
<div class="rutherford" id="rutherford">
<canvas id="rutherford-canvas"></canvas>
</div>
<div class="bohr" id="bohr">
<div class="container">
<span>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 15H20" stroke="black" />
</svg>
</span>
<span>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 15H20" stroke="black" />
</svg>
</span>
<div class="circle">
<span>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 15H20" stroke="black" />
</svg>
</span>
<span>
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 15H20" stroke="black" />
</svg>
</span>
<div class="circle-cirle">
<svg width="141" height="124" viewBox="0 0 141 124" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="41" cy="83" r="40.5" fill="#D9D9D9" stroke="#A1A1A1" />
<circle cx="38" cy="61" r="36.5" fill="#D90E0E" stroke="#A8A8A8" />
<path d="M25.6666 61H50.3333" stroke="black" />
<path d="M38 48.6666V73.3333" stroke="black" />
<circle cx="95.5" cy="86.5" r="37" fill="#D90E0E" stroke="#A8A8A8" />
<path d="M83 86.5H108" stroke="black" />
<path d="M95.5 74V99" stroke="black" />
<circle cx="75" cy="36" r="35.5" fill="#D90E0E" stroke="#A8A8A8" />
<path d="M63 36H87" stroke="black" />
<path d="M75 24V48" stroke="black" />
<circle cx="105" cy="51" r="35.5" fill="#D9D9D9" stroke="#A1A1A1" />
</svg>
</div>
</div>
</div>
</div>
</div>
<script type="module" src="./js/main.js"></script>
</body>
</html>