-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (203 loc) · 10.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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/style.css"/>
<title>I Kadek Teo Prayoga Kartika</title>
<script type="text/javascript"> window.$crisp=[];window.CRISP_WEBSITE_ID="566c9ccd-2076-4b95-8900-a9bf1129e94a";(function(){ d=document;s=d.createElement("script"); s.src="https://client.crisp.chat/l.js"; s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); </script>
</head>
<body>
<section class="jumbotron" id="jumbotron">
<div class="jumbotron text-center">
<img src="assets/img/teo.jpeg" alt="teo" class="rounded-circle">
<h1>I Kadek <b>Teo</b> Prayoga Kartika</h1>
<p>Penggemar <b>Android</b> & <b>Web</b></p>
</div>
</section>
<section id="about" class="about mt-5">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="text-center"><b>Tentang</b> saya</h3>
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-5 offset-sm-1 text-justify">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias autem, esse explicabo laborum minima nihil nisi perspiciatis quos unde? Accusamus culpa dolore ea libero maiores modi neque provident totam vero.
</p>
</div>
<div class="col-sm-5 text-justify">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloribus excepturi ipsum laboriosam minus ratione totam ut. Beatae esse iste, minima nemo nesciunt perspiciatis quas quidem quisquam sequi sint veniam, voluptas.
</p>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-sm-5 offset-sm-1 ">
<section id="pendidikan" class="pendidikan mt-5">
<h3 class="text-center"><b>Pendidikan</b> Saya</h3>
<hr>
<ul class="list-group">
<li class="list-group-item">
<img src="assets/img/sd.png" alt="SD 26 Pemecutan" width="30px" style="margin-right: 10px">
<a href="https://dapo.dikdasmen.kemdikbud.go.id/sekolah/8509E5FC84597BBF513C" target="_blank">SD 26 Pemecutan <span class="badge badge-pill badge-primary float-right">2003-2009</span></a>
</li>
<li class="list-group-item">
<img src="assets/img/smp.jpg" alt="SMP (SLUB) Saraswati 1" width="30px" style="margin-right: 10px">
<a href="https://www.smp-saraswati-dps.sch.id/" target="_blank">SMP (SLUB) Saraswati 1 <span class="badge badge-pill badge-primary float-right">2009-2012</span></a>
</li>
<li class="list-group-item">
<img src="assets/img/sma.png" alt="SMA Negeri 5 Denpasar" width="30px" style="margin-right: 10px">
<a href="https://smanegeri5dps.sch.id/" target="_blank">SMA Negeri 5 Denpasar <span class="badge badge-pill badge-primary float-right">2012-2015</span></a>
</li>
<li class="list-group-item">
<img src="assets/img/udayana.png" alt="Universitas Udayana" width="30px" style="margin-right: 10px">
<a href="https://www.unud.ac.id/" target="_blank">Universitas Udayana, Teknik, TI <span class="badge badge-pill badge-primary float-right">2015-2020</span></a>
</li>
</ul>
</section>
</div>
<div class="col-sm-5">
<section id="skill" class="skill mt-5">
<h3 class="text-center"><b>Skill</b> Saya</h3>
<hr>
<table class="table">
<thead>
<tr>
<th scope="col">Teknologi</th>
<th scope="col">Nilai</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><img src="assets/img/java.png" alt="" width="30px"> Java</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</th>
</tr>
<tr>
<th scope="row"><img src="assets/img/kotlin.png" alt="" width="30px"> Kotlin</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">50%</div>
</div>
</th>
</tr>
<tr>
<th scope="row"><img src="assets/img/php.png" alt="" width="30px"> PHP</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</th>
</tr>
<tr>
<th scope="row"><img src="assets/img/maria.png" alt="" width="30px"> MariaDB & MySQL</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</th>
</tr>
<tr>
<th scope="row"><img src="assets/img/ci.png" alt="" width="30px"> CodeIgniter</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</th>
</tr>
<tr>
<th scope="row"><img src="assets/img/firebase.png" alt="" width="30px"> Firebase</th>
<th scope="row"><div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</th>
</tr>
</tbody>
</table>
</section>
</div>
</div>
</div>
<section class="portofolio mt-5" id="portofolio">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="text-center"><b>Portofolio</b> Saya</h3>
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card">
<img src="assets/img/port.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<img src="assets/img/port.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<img src="assets/img/port.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-sm-12">
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">Previous</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#">Next</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<section class="footer mt-5" id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p class="text-center mt-3">© Teo. 2020</p>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>