-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (209 loc) · 10.2 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pandhu Armarendra | Portfolio</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- meta tag untuk SEO -->
<meta name="description" content="I am a student at SMP Muhammadiyah 5 Yogyakarta, I like programming and graphic design with approximately 1-2 year of experience. Experience is to create website, design graphic, and any more...">
<meta name="keywords" content="portfolio, pandhu armarendra, github, github pages">
<!-- open graph -->
<meta property="og:title" content="Pandhu Armarendra | Portfolio">
<meta property="og:description" content="I am a student at SMP Muhammadiyah 5 Yogyakarta, I like programming and graphic design with approximately 1-2 year of experience. Experience is to create website, design graphic, and any more...">
<meta property="og:image" content="https://media.discordapp.net/attachments/1239568210823610408/1252445257724067971/about.png?ex=66723e0a&is=6670ec8a&hm=0fc5cc5b88ab1f0271a6e52af08e2291e7fd334a03521b680d71b0fdc8eca27b&=&format=webp&quality=lossless">
<meta property="og:url" content="https://pandhu-rendra.github.io">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Pandhu Armarendra | Portfolio">
<meta property="og:locale" content="id_ID">
<!-- Box icons link -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- Remix icons link -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
<!-- Google fonts link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Favicons -->
<link href="img/about.png" rel="icon">
<link href="img/about.png" rel="apple-touch-icon">
</head>
<body>
<!-- header -->
<header>
<a href="#" class="logo">Pandhu <span>Armarendra.</span></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navList">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="top-btn">
<a href="mailto:[email protected]" class="h-btn">Contact me</a>
</div>
</header>
<!-- hero -->
<section class="hero" id="home">
<div class="main-content" data-aos="fade-in">
<h4>Hi, There!</h4>
<h1>I'm <span>Pandhu Armarendra</span></h1>
<p>I am a student at SMP Muhammadiyah 5 Yogyakarta, I like programming and graphic design with approximately 1-2 year of experience.
Experience is to create website, design graphic, and any more...</p>
<div class="social">
<a href="https://www.tiktok.com/@rendra_1nd"><i class="ri-tiktok-fill"></i></a>
<a href="https://instagram.com/pandhu.rendra?igshid=OGQ5ZDc2ODk2ZA=="><i class="ri-instagram-fill"></i></a>
<a href="https://github.com/pandhu-rendra"><i class="ri-github-fill"></i></a>
<a href="https://discord.com/users/941844949824069692"><i class="ri-discord-fill"></i></a>
</div>
<div class="main-btn">
<a href="mailto:[email protected]" class="btn">Contact me</a>
<a href="404.html" class="btn btn2">Download CV</a>
</div>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="about-img" data-aos="zoom-in-down">
<img src="img/about.png">
</div>
<div class="about-text" data-aos="zoom-in-up">
<h2>I am a <span>Student</span><br> & Beginner <span>Programmer</span></h2>
<div class="exp-area">
<p class="exp">
Exprerience:
<span>1-2 Years</span>
</p>
<p class="exp">
Specialty:
<span>Web Designer & JavaScript(js)</span>
</p>
<p class="exp">
Address:
<span>Yogyakarta, Indonesia</span>
</p>
<p class="exp">
Email:
<span>[email protected]</span>
</p>
<p class="exp">
Phone:
<span>081325798778</span>
</div>
<a href="404.html" class="btn">View All Projects</a>
</div>
</section>
<!-- Service -->
<section class="services" id="services">
<div class="center-text" data-aos="fade-down">
<h2>My <span>Service</span></h2>
</div>
<div class="services-content" data-aos="zoom-in-up">
<div class="box">
<img src="img/minecraftmfa.png">
<h3>Minecraft Account</h3>
<p>MFA Account, is a full access Minecraft account that you can access in full at a low price, you can also change your email, password, name and much more. You can buy it by clicking <u>Buy now</u></p>
<a href="https://overwritestore.my.id/discord">Buy now<i class="ri-arrow-right-line"></i></a>
</div>
<div class="box">
<img src="img/memberdc.png">
<h3>Member Discord</h3>
<p>Boost your Discord community with engaged members eager to join and contribute. Enhance reputation and foster dynamic discussions and events with our tailored solutions. You can buy it by clicking <u>Buy now</u></p>
<a href="https://overwritestore.my.id/discord">Buy now<i class="ri-arrow-right-line"></i></a>
</div>
<div class="box">
<img src="img/domainic.png">
<h3>Domain</h3>
<p>Secure a premium domain name for your business or project or anything else! Choose from memorable options to enhance online visibility and brand presence. You can buy it by clicking <u>Buy now</u></p>
<a href="http://overwritestore.my.id/discord">Buy now<i class="ri-arrow-right-line"></i></a>
</div>
</div>
</section>
<!-- Projects -->
<section class="projects" id="projects">
<div class="center-text" data-aos="fade-down">
<h2>My <span>Projects</span></h2>
</div>
<div class="projects-content" data-aos="zoom-in-up">
<div class="row">
<img src="img/overwritestore.png">
<div class="main-row">
<div class="row-text">
<h5>OVERWRITE STORE</h5>
</div>
<div class="row-icon">
<a href="https://overwritestore.my.id/discord"><i class="ri-links-line"></i></a>
</div>
</div>
<h4>My online store on discord</h4>
</div>
<div class="row">
<img src="img/soon.png">
<div class="main-row">
<div class="row-text">
<h5>SOON!!</h5>
</div>
<div class="row-icon">
<a href="./404.html"><i class="bx bxs-error"></i> </a>
</div>
</div>
<h4>Soon ya, wait until the information comes</h4>
</div>
<div class="row">
<img src="img/soon.png">
<div class="main-row">
<div class="row-text">
<h5>SOON!!</h5>
</div>
<div class="row-icon">
<a href="./404.html"><i class="bx bxs-error"></i> </a>
</div>
</div>
<h4>Soon ya, wait until the information comes</h4>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="center-text" data-aos="fade-down">
<h2>Contact <span>Me</span></h2>
<div class="contact-form" data-aos="zoom-in">
<form id="contactForm" action="https://submit-form.com/Hd4HCREUW" method="POST" onsubmit="resetForm()" target="_blank">
<input type="text" name="nama" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Email Address.." required>
<textarea name="pesan" id="pesan" cols="30" rows="10" placeholder="Write Message Here..." required></textarea>
<button type="submit" class="send-btn">Send Message</button>
</form>
</div>
</section>
<div class="footer">
<div class="copyright">
<p>© 2024 Pandhu Armarendra, All Rights Reserved.</p>
</div>
<a href="#home" class="scroll-top">
<i class="ri-arrow-up-s-fill"></i>
</a>
</div>
<!-- js link -->
<script src="js/script.js"></script>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 300,
duration: 1400,
});
</script>
<!-- script reset form & open on new tab-->
<script>
document.getElementById('contactForm').addEventListener('submit', function() {
setTimeout(function() {
document.getElementById('contactForm').reset();
}, 500); // Tambahkan sedikit penundaan sebelum mereset form
});
</script>
</body>
</html>