-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/css/style.css" />
<script src="script.js"></script>
<title>Kesehatan Otak</title>
</head>
<body>
<nav class="navbar">
<h1>Kesehatan Otak</h1>
<div class="nav-menu">
<a href="#penjelasan">Penjelasan</a>
<a href="diagnosa.html">Diagnosa</a>
</nav>
<section class="hero-container">
<div>
<div>
<h1>Kesehatan Otak Perlu Diperhatikan
</h1>
<p id="description">yuk kenali terlebih dahulu apa itu kesehatan otak</p>
</div>
</div>
<img src="https://miro.medium.com/v2/resize:fit:1400/1*zEiP4QVsrm4UdaEEiNmpWg.jpeg" alt="hero">
</section>
<section class="judul" id="penjelasan">
<h2></h2>
</section>
<section class="description-container" id="penjelasan">
<img src="https://png.pngtree.com/png-clipart/20200710/original/pngtree-brain-logo-png-image_4136072.jpg" alt="desc">
<div>
<div>
<h2> Penjelasan Umum</h2>
<p>Menurut paham ilmu kedokteran,
Kesehatan otak mengacu pada kondisi optimal otak dalam menjalankan fungsi-fungsi kognitif, emosional, dan fisik. Otak yang sehat memungkinkan seseorang untuk berpikir, mengingat, memahami, mengelola emosi, serta berinteraksi dengan lingkungan secara efektif.</p>
</div>
</div>
</div>
</section>
<footer>
<p>Copyright © 2024 by <span>Sispak Kelompok 3</a>.</span> All rights reserved.</p>
</footer>
</body>
</html>