-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (84 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yoyo portofolio 9B</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Yoyo portofolio 9B</h1>
<p style="color: wheat;">bonjour... To hell my buddy,<span style="color:rgb(229, 255, 0)">SINS </span>
always with you</p>
<img src="asset/WIN_20241105_13_36_01_Pro.jpg" alt="My photo">
<a href="#product"><button> see my product!</button></a>
<button>Welcome To My Project Buddy</button>
</header>
<main>
<div class ="about">
<div class="left-about">
<image src="asset/mizu.jpg" alt="about image">
<div>
</div claas="right about ">
<h2>Welcome</h2>
<p> Halo namaku yoyo selmat datang di rumah semua orang</p>
<div>
</div>
<div id="product">
<h2>OUR PRODUCTS</h2>
<div class="products-card">
<div class="card">
<img src="asset/asta sword.png" alt="Product 1">
<h3>Asta Sword Replica(1 Sword)</h3>
<p>Rp 800.000</p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now!
</Button></a>
</div>
<div class="card">
<img src="asset/download (14).jpg" alt="Product 2">
<h3>Zenitsu Sword Replica</h3>
<p>Rp 750.000</p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now!
</Button></a>
</div>
<div class="card">
<img src="asset/script boruto - 💅armas💅.jpg" alt="Product 3">
<h3>Sasuke Sword Replica</h3>
<p>Rp 700.000</p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now!
</Button></a>
</div>
<div class="card">
<img src="asset/asta grimoare.png" alt="Product 4">
<h3>Asta Grimoire</h3>
<p>Rp 500.000<p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now!
</Button></a>
</div>
<div class="card">
<img src="asset/kirito sword.png" alt="Product 5">
<h3>Kirito Sword Replica</h3>
<p>Rp 800.000</p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now
</Button></a>
</div>
<div class="card">
<img src="asset/_sword.png" alt="Product 6">
<h3>Miwhwak Sword </h3>
<p>Rp 900.000</p>
<a href="https://wa.wizard.id/eb7e97" target="_blank"><Button>Buy Now!
</Button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<p>Copyright © 2025. Yonime Store. </p>
</footer>
</body>
</html>