-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
212 lines (201 loc) · 4.88 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/normalize.css">
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" type="image/x-icon" href="IMG/icon.png">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<title>3D</title>
</head>
<body>
<div class="backVid" id="video">
<video class="findVid" autoplay muted loop>
<source src="IMG/vid1.mp4" type="video/mp4">
</video>
</div>
<div class="content">
<div class="intContent">
<header id="headerContent">
<div class="headerContent">
<div>
<div>
<span>Home page</span>
</div>
<div>
<span>Our services</span>
</div>
<div>
<span>Possibilities</span>
</div>
<div class="Menu">
<span>Menu</span>
</div>
</div>
<div>
<div>
<a target="_blank" href="https://twitter.com">
<img src="IMG/twitter.svg" alt="twitter">
</a>
</div>
<div>
<a target="_blank" href="https://instagram.com">
<img src="IMG/instagram.svg" alt="instagram">
</a>
</div>
<div>
<span>Dashboard panel</span>
</div>
</div>
</div>
</header>
<main>
<section class="mainContent">
<div>
<div>
<div>
<div class="circle"></div>
<div class="circle cr2"></div>
</div>
<div>
<h2>SCIENCE UNIVERSE</h2>
</div>
</div>
<div>
<div>
<img src="IMG/arrow.svg" alt="Arrow">
</div>
</div>
</div>
</section>
<nav class="mainContent">
<div>
<div>
<div class="cajaNum1">
<div class="textArea">
<div>
<h2><span>Explain</span> natural phenomena and make predictions.</h2>
</div>
</div>
<div class="contentLine">
<div>
<p><span>Scientific knowledge</span> is constantly evolving as new
discoveries and technologies emerge, contributing to our understanding
of the natural world.</p>
</div>
<div class="line">
</div>
</div>
<div class="textArea2">
<div>
<span>OBSERVATION SYSTEM</span>
</div>
<div class="findArrowUnderline">
<div>
<img src="IMG/arrowW.svg" alt="Arrow">
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div>
<div>
<div class="cajaNum2">
<div>
<h2>21.8M+</h2>
</div>
<div>
<h3>Analysis</h3>
<p><span>Based on observation</span> and existing
knowledge scientists propose a testable
explanation or hypothesis to answer.</p>
</div>
</div>
</div>
</div>
<div>
<div>
<div class="cajaNum3">
<div>
<div>
<div>
<div class="cicle"></div>
</div>
<div>
<div>
<img src="IMG/icon.png" alt="Icon">
</div>
</div>
</div>
<div>
<span>Research</span>
</div>
</div>
<div>
<h3>Communty</h3>
<p>New evidence and <span>discoveries</span> can lead to
the modification or rejection of existing
theories and the development</p>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="carousel mainContent">
<div class="carousel-inner">
<p>SCIENTIST MAKE OBSERVATIONS OF THE NATURAL WORLD AND IDENTIFY A SPECIFIC PHENOMENON OR QUESTION OF
INTEREST • SCIENTIS ANALYSE THE COLLECTED DATA USING STATISTICAL AND ANALYTICAL METHODS •
</p>
</div>
</div>
<footer class="footerContent">
<p>
SCIENCE IS A SYSTEMATIC AND <span>ORGANIZED APPROACH</span> TO UNDERSTANDING THE NATURAL WORLD THROUGH
OBSERVATION EXPERIMENTATION AND THE FORMULATIONS OF THEORIES OR LAWS <span>BASED ON EVIDENCE</span>
</p>
</footer>
</main>
</div>
</div>
<div class="overlayMenu">
<div>
<video autoplay muted loop>
<source src="IMG/vid1.mp4" type="video/mp4">
</video>
</div>
<div>
<div class="menuClose">
<div class="Menu">
<img src="IMG/close.svg" alt="Burger">
</div>
</div>
<div>
<div>
<a href="">· Our services</a>
</div>
<div>
<a href="">· Possibilities</a>
</div>
<div>
<a href="https://twitter.com">· Twitter</a>
</div>
<div>
<a href="https://instagram.com">· Instagram</a>
</div>
<div>
<a href="">· Dashboard panel</a>
</div>
<div>
<a href="">· Formulario</a>
</div>
</div>
</div>
</div>
<script src="JS/script.js">
</script>
</body>
</html>