-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheksplorasi.html
78 lines (74 loc) · 2.68 KB
/
eksplorasi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>eksplorasi</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="css/eksplorasi.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/common.css" />
</head>
<body>
<!-- header section start -->
<header class="header">
<div class="logo"><img src="images/logo.png" alt="logo">Foodinesia</div>
<nav class="navbar">
<a href="index.html" style="--i: 1">beranda</a>
<a href="eksplorasi.html" class="active" style="--i: 2">eksplorasi</a>
<a href="blog.html" style="--i: 3">blog</a>
<a href="tentang.html" style="--i: 4">tentang</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<!-- header section end -->
<section class="hero">
<h1>Eksplorasi</h1>
<p>Mulai Eksplorasi makanan dan minuman sehat</p>
</section>
<!-- content section start -->
<section class="content">
<!-- data muncul disini -->
</section>
<!-- content section end -->
<!-- footer section start -->
<footer>
<div class="box">
<h1>fitur Foodinesia</h1>
<ul>
<li><i class="fas fa-arrow-right"></i><a href="index.html">beranda</a></li>
<li><i class="fas fa-arrow-right"></i><a href="eksplorasi.html">eksplorasi</a></li>
<li><i class="fas fa-arrow-right"></i><a href="blog.html">blog</a></li>
<li><i class="fas fa-arrow-right"></i><a href="tentang.html">tentang</a></li>
</ul>
</div>
<div class="box">
<h1>media sosial</h1>
<ul>
<li><i class="fab fa-facebook"></i>crboncoder</li>
<li><i class="fab fa-instagram"></i>cirebon_coder</li>
<li><i class="fab fa-twitter"></i>cirebonCoder</li>
<li><i class="fab fa-youtube"></i>cirebon Coder</li>
</ul>
</div>
<div class="box">
<h1>hubungi kami</h1>
<ul>
<li><i class="fas fa-envelope-square"></i>[email protected]</li>
<li><i class="fas fa-phone-alt"></i>+6289673161954</li>
<li>
<i class="fas fa-map-marker-alt"></i>jalan. pangeran sutajaya desa.
gebang kulon cirebon - jawa barat
</li>
</ul>
</div>
</footer>
<!-- footer section end -->
<script src="js/script.js"></script>
<script src="js/data-eksplorasi.js"></script>
<script src="js/eksplorasi.js"></script>
</body>
</html>