-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (213 loc) · 10.8 KB
/
index.html
File metadata and controls
239 lines (213 loc) · 10.8 KB
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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kumpulan tutorial belajar PHP, Laravel, MySQL, Bootstrap, Git, Github, dan SEO untuk web developer dari ONPHPID Tutorial.">
<meta name="keywords" content="belajar PHP, tutorial PHP, Laravel, MySQL, Bootstrap, Git, Github, SEO web developer, onphpid">
<meta name="author" content="ONPHPID Tutorial">
<link rel="canonical" href="https://www.onphpid.com/bio">
<title>ONPHPID Tutorial - Belajar PHP dan Web Development</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<style>
:root {
--primary-color: #5B6F99;
--secondary-color: #303E4F;
--text-color-light: #333;
--bg-color-light: #f8f9fa;
--text-color-dark: #e0e0e0;
--bg-color-dark: #212529;
--card-bg-light: #ffffff;
--card-bg-dark: #343a40;
--link-hover-light: #dee2e6;
--link-hover-dark: #495057;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: var(--bg-color-light);
color: var(--text-color-light);
transition: background-color 0.3s, color 0.3s;
}
.dark-mode {
background-color: var(--bg-color-dark);
color: var(--text-color-dark);
}
.dark-mode .list-group-item {
background-color: var(--card-bg-dark);
color: var(--text-color-dark);
border-color: #495057;
}
.dark-mode .list-group-item:hover {
background-color: var(--link-hover-dark);
}
h1, h2, h5 {
color: var(--primary-color);
}
.dark-mode h1, .dark-mode h2, .dark-mode h5 {
color: var(--primary-color); /* Keep primary color for headings in dark mode */
}
.list-group-item {
border-left: 5px solid var(--primary-color);
margin-bottom: 8px;
border-radius: .375rem;
transition: background-color 0.2s, transform 0.2s;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.list-group-item:hover {
background-color: var(--link-hover-light);
transform: translateX(5px);
}
.list-group-item p {
font-size: 0.9em;
color: #6c757d;
}
.dark-mode .list-group-item p {
color: #adb5bd;
}
.social-links a {
color: var(--secondary-color);
transition: color 0.2s;
}
.social-links a:hover {
color: var(--primary-color);
}
.dark-mode .social-links a {
color: var(--text-color-dark);
}
.dark-mode .social-links a:hover {
color: var(--primary-color);
}
.container {
max-width: 700px;
padding-top: 30px;
padding-bottom: 30px;
}
.dark-mode-toggle {
cursor: pointer;
position: absolute;
top: 20px;
right: 20px;
font-size: 1.5rem;
color: var(--secondary-color);
transition: color 0.2s;
}
.dark-mode-toggle:hover {
color: var(--primary-color);
}
.dark-mode .dark-mode-toggle {
color: var(--text-color-dark);
}
.dark-mode .dark-mode-toggle:hover {
color: var(--primary-color);
}
</style>
</head>
<body>
<div class="container">
<i class="bi bi-moon-fill dark-mode-toggle" id="darkModeToggle"></i>
<header class="text-center mb-5">
<h1 class="display-4 fw-bold">ONPHPID Tutorial</h1>
<p class="lead text-muted">Belajar PHP dan Pengembangan Web dari Dasar hingga Mahir</p>
<hr class="my-4">
<div class="social-links">
<a href="https://www.onphpid.com" target="_blank" class="text-decoration-none mx-3" aria-label="Homepage ONPHPID">
<i class="bi bi-house-fill" style="font-size: 2rem;"></i>
</a>
<a href="https://www.facebook.com/belajarngoding/" target="_blank" class="text-decoration-none mx-3" aria-label="Facebook ONPHPID">
<i class="bi bi-facebook" style="font-size: 2rem;"></i>
</a>
<a href="https://github.com/onphpid/" target="_blank" class="text-decoration-none mx-3" aria-label="Github ONPHPID">
<i class="bi bi-github" style="font-size: 2rem;"></i>
</a>
<a href="https://www.youtube.com/channel/UCg8MvozK4HnkSfTH7GSmUUQ" target="_blank" class="text-decoration-none mx-3" aria-label="Youtube ONPHPID">
<i class="bi bi-youtube" style="font-size: 2rem;"></i>
</a>
</div>
</header>
<section class="mb-5">
<h2 class="text-center mb-4">Daftar Tutorial</h2>
<div class="list-group">
<a href="https://www.onphpid.com/belajar-php-pemula.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div>
<h5 class="mb-1">Belajar PHP Dasar</h5>
<p class="mb-1">Pahami fundamental bahasa pemrograman PHP, mulai dari sintaks dasar hingga tipe data dan kontrol alur program.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="https://www.onphpid.com/belajar-php-oop.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div>
<h5 class="mb-1">Belajar PHP OOP</h5>
<p class="mb-1">Selami konsep Object-Oriented Programming (OOP) dalam PHP untuk membangun aplikasi yang terstruktur dan mudah di-maintain.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="https://www.onphpid.com/belajar-php-mysql.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div>
<h5 class="mb-1">Belajar PHP MySQL</h5>
<p class="mb-1">Pelajari cara mengintegrasikan PHP dengan database MySQL untuk mengelola dan memanipulasi data aplikasi web Anda.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="https://www.onphpid.com/belajar-bootstrap-dan-php.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div>
<h5 class="mb-1">Belajar Bootstrap & PHP</h5>
<p class="mb-1">Kombinasikan keindahan desain responsif Bootstrap dengan fungsionalitas PHP untuk membuat antarmuka pengguna yang modern.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="https://www.onphpid.com/belajar-laravel.html" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
<div>
<h5 class="mb-1">Belajar Laravel</h5>
<p class="mb-1">Kuasai framework PHP populer Laravel untuk mengembangkan aplikasi web kompleks dengan lebih cepat dan efisien.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center disabled" aria-disabled="true">
<div>
<h5 class="mb-1">Belajar Membuat Website Sederhana <span class="badge bg-secondary">On Progress</span></h5>
<p class="mb-1">Ikuti panduan langkah demi langkah untuk membangun website sederhana dari awal hingga siap publikasi.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center disabled" aria-disabled="true">
<div>
<h5 class="mb-1">Belajar Git & Github <span class="badge bg-secondary">On Progress</span></h5>
<p class="mb-1">Pahami sistem kontrol versi Git dan platform GitHub untuk kolaborasi tim dan manajemen kode yang efektif.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
<a href="#" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center disabled" aria-disabled="true">
<div>
<h5 class="mb-1">Belajar SEO For Web Developer <span class="badge bg-secondary">On Progress</span></h5>
<p class="mb-1">Optimalkan website Anda agar mudah ditemukan di mesin pencari dengan teknik SEO khusus untuk developer.</p>
</div>
<i class="bi bi-chevron-right"></i>
</a>
</div>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const darkModeToggle = document.getElementById('darkModeToggle');
const body = document.body;
// Check for saved dark mode preference
if (localStorage.getItem('darkMode') === 'enabled') {
body.classList.add('dark-mode');
darkModeToggle.classList.replace('bi-moon-fill', 'bi-sun-fill');
}
darkModeToggle.addEventListener('click', function() {
body.classList.toggle('dark-mode');
if (body.classList.contains('dark-mode')) {
localStorage.setItem('darkMode', 'enabled');
darkModeToggle.classList.replace('bi-moon-fill', 'bi-sun-fill');
} else {
localStorage.setItem('darkMode', 'disabled');
darkModeToggle.classList.replace('bi-sun-fill', 'bi-moon-fill');
}
});
});
</script>
</body>
</html>