-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
323 lines (249 loc) · 14.5 KB
/
home.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!--My CSS-->
<link rel="stylesheet" href="style.css">
<title>Portofolio | VinoPalebangan</title>
<link href="Image/kindpng_3933309.png" rel="icon">
</head>
<body>
<!--navbar-->
<div class="row" id="navbar">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="Image/kindpng_3933309.png" width="30" height="30" alt="">
</a>
<a class="navbar-brand" href="#">PORTFOLIO</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto text-center">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#Profile">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#myproject">My Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!--End navbar-->
<!-- welcome -->
<section class="row-1 d-flex align-items-center">
<div class="container">
<div class="row">
<div class="text-wellcome col-lg-6 d-flex flex-column justify-content-center text-center text-light">
<h1 data-aos="fade-right" data-aos-duration="1000">Wellcome to My Website</h1>
<h2 data-aos="fade-right" data-aos-duration="2000">let's build your app with us</h2>
<p data-aos="fade-right" data-aos-duration="3000">if you are interested contact Me</p>
<div class="text-center" data-aos="fade-right" data-aos-duration="4000">
<a class="btn btn-secondary btn-lg" href="#contact" role="button">Contact Me</a>
</div>
</div>
<div class="col-lg-6 img-wellcome text-center" data-aos="fade-left" data-aos-duration="3000">
<img src="Image/kindpng_3933309.png" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#80b1b3" fill-opacity="1" d="M0,64L60,90.7C120,117,240,171,360,186.7C480,203,600,181,720,149.3C840,117,960,75,1080,85.3C1200,96,1320,160,1380,192L1440,224L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"></path></svg>
<!--Profile-->
<section id="Profile">
<div class="container-fluid">
<div class="row">
<div class="jumbotron text-center profile mb-5">
<img src="image/Profile.png" alt="VinoPalebangan" width="150" class="rounded-circle img-thumbnail" data-aos="fade-down" data-aos-duration="2000">
<h1 class="display-4 text-light" data-aos="fade-down" data-aos-duration="2000">Vino Palebangan</h1>
<p class="lead text-light" data-aos="fade-down" data-aos-duration="2000">Student</p>
<div class="d-flex justify-content-center" data-aos="fade-up" data-aos-duration="2000">
<a class="nav-link active" aria-current="page" href="https://www.instagram.com/vinopalebangan/"><i class="bi bi-instagram" style="color:white;font-size: 20px;" ></i></a>
<a class="nav-link active" href="mailto:[email protected]"><i class="bi bi-envelope" style="color:white;font-size: 20px;"></i></a>
<a class="nav-link active" href=""><i class="bi bi-facebook" style="color:white;font-size: 20px;"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--End Profile-->
<!--Skill-->
<section class="skills mt-5" id="skills">
<div class="container">
<h1 class="text-center">Skills</h1>
<div class="row text-center" data-aos="flip-right" data-aos-duration="2000">
<div class="col"><img src="image/HTML.png" alt="HTML" width="80"></div>
<div class="col"><img src="image/CSS.png" alt="CSS" width="50"></div>
<div class="col"><img src="image/JavaScript.png" alt="JavaScript" width="80"></div>
<div class="col"><img src="image/PHP.png" alt="PHP" width="80"></div>
<div class="col"><img src="image/Laravel.png" alt="Laravel" width="80"></div>
<div class="col"><img src="image/Vue.png" alt="Vuejs" width="50"></div>
</div>
</div>
</section>
<!--End Skill-->
<!--Portfolio-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#80b1b3" fill-opacity="1" d="M0,32L80,69.3C160,107,320,181,480,176C640,171,800,85,960,69.3C1120,53,1280,107,1360,133.3L1440,160L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>
<section class="portfolio" id="myproject">
<div class="container-fluid">
<div class="row text-light">
<h1 class="text-center">My Project</h1>
<!--Card 1-->
<div class="col-md-4 mt-4" data-aos="fade-right" data-aos-offset="300" data-aos-duration="2000" data-aos-delay="200">
<div class="card">
<img src="Image/Portfolio 1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Film</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Numquam rem voluptatem quod doloremque. Quis, iste! Consectetur adipisci culpa reiciendis, reprehenderit dolorum
</div>
</div>
</div>
<!--End Card 1-->
<!--Card 2-->
<div class="col-md-4 mt-4" data-aos="fade-right" data-aos-offset="300" data-aos-duration="2000" data-aos-delay="200">
<div class="card">
<img src="Image/Portfolio 2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Mini Ecommerce</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Numquam rem voluptatem quod doloremque. Quis, iste! Consectetur adipisci culpa reiciendis, reprehenderit dolorum
</div>
</div>
</div>
<!--End Card 2-->
<!--Card 3-->
<div class="col-md-4 mt-4" data-aos="fade-right" data-aos-offset="300" data-aos-duration="2000" data-aos-delay="200">
<div class="card">
<img src="Image/Portfolio 3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-center">Online Shop</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Numquam rem voluptatem quod doloremque. Quis, iste! Consectetur adipisci culpa reiciendis, reprehenderit dolorum
</div>
</div>
</div>
<!--End Card 3-->
</div>
</div>
<a href="Card.html">
<div class="text-gray-50 mt-20 py-5 text-center">
<button
class="btn py-1 px-5 text-light">
See More
<i class="bi bi-arrow-right"></i>
</button>
</div>
</a>
</section>
<!--End Portfolio-->
<!--About-->
<section class="About" id="About">
<div class="container py-5 px-5">
<h1 class="text-center text-light">About Me</h1>
<div class="jumbotron text-center text-light">
<img src="image/Profile.png" alt="VinoPalebangan" width="150" class="rounded-circle img-thumbnail" data-aos="zoom-in-up" data-aos-duration="1000"
data-aos-delay="200">
<h1 class="col-sm text-light" data-aos="zoom-in-down" data-aos-duration="1000" data-aos-delay="200">Vino Palebangan</h1>
<p class="text-light mb-3 about" data-aos="fade-right" data-aos-duration="3000" data-aos-delay="200" data-aos-delay="50"\
>I am a junior programmer with good knowledge of both front-end and back-end techniques. I like structure and order and
I also support quality. I like spending time fixing small details and optimizing web applications.
I also like working in a team, you will learn faster and more. As the saying goes: 'two heads are
better than one'</p>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#a6a6a6" fill-opacity="1" d="M0,96L80,101.3C160,107,320,117,480,101.3C640,85,800,43,960,26.7C1120,11,1280,21,1360,26.7L1440,32L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>
<!--End About-->
<section id="contact">
<div class="container-fluid mb-5">
<h1 class="text-center mb-3">Contact Me</h1>
<div class="row justify-content-center">
<div class="col-md-4">
<form>
<div class="mb-3" data-aos="fade-right" data-aos-duration="2000" data-aos-delay="200">
<input type="text" class="form-control" id="name" aria-describedby="name" placeholder="Full name">
</div>
<div class="mb-3" data-aos="fade-left" data-aos-duration="2000" data-aos-delay="200">
<input type="emai" class="form-control" id="email" aria-describedby="email" placeholder="E-mail">
</div>
<div class="mb-3" data-aos="fade-up" data-aos-duration="2000">
<textarea class="form-control" id="comment" style="height: 100px" placeholder="Comments"></textarea>
</div>
<button type="submit" class="btn btn-success" data-aos="fade-up-right" data-aos-duration="2000" data-aos-delay="200">Submit</button>
</form>
</div>
</div>
</div>
</section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#273036" fill-opacity="1" d="M0,224L48,192C96,160,192,96,288,106.7C384,117,480,203,576,245.3C672,288,768,288,864,277.3C960,267,1056,245,1152,224C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>
<div class="container-fluid">
<div class="row">
<div class="copy footer mt-8 bg-gray-900 py-4 text-gray-50 animated wow slideInRight" data-wow-delay="1s">
<div class="text-center">
<span>2021 & copy Vino Palebangan</span>
</div>
</div>
</div>
</div>
<div onclick="topFunction()" title="Go to top" class="text-3xl text-green-700 fixed z-10 hidden opacity-80 bottom-5 right-5">
<i class="bi bi-arrow-up-circle-fill" id="myBtn"></i>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src=
"https://code.jquery.com/jquery-3.3.1.min.js">
</script>
<script>
const galleryCard = document.querySelectorAll('.allcard');
galleryCard.forEach((img, i) => {
img.dataset.aos = 'fade-right';
img.dataset.aosDelay = i * 500;
})
AOS.init({
once: true,
});
//Get the button:
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 520 || document.documentElement.scrollTop > 520) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</script>
<script src="index.js"></script>
</body>
</html>