-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
65 lines (60 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/style.css" type="text/css"/>
<link rel="icon" href="./img/icon.jpg"" sizes="32x32" />
<link rel="icon" href="./img/icon.jpg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="./img/icon.jpg" />
<meta name="msapplication-TileImage" content="./img/icon.jpg" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Portfolio | Kyxzy </title>
</head>
<body>
<div class="hero_section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<h3>Hello!</h3>
<h1>I<span style="color: #f87652;">'</span>m Kiyotaka</h1>
<h2>Students To Achieve Their Dreams</h2>
<p>I come from Indonesia. A young man who has a dream to become DevOps. It might seem silly, because I'm not very computer savvy either.
But I'm sure that I can reach my goals</p>
<div class="btn_container">
<a href="./portfolio/index.html"><button class="btn btn-light animate__animated">Hire Me</button></a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<center>
<img src="./img/kiyo.jpg" alt="">
</center>
</div>
</div>
</div>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'particles.json',
function(){
console.log('particles.json loaded...')
})
</script>
<script type="text/javascript" src="./js/app.js"></script>
<script type="text/javascript" src="./js/particles.js"></script>
</body>
</html>