1+ <!DOCTYPE html>
2+ < html lang ="id ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Pustaka Software</ title >
7+
8+ < link rel ="stylesheet " href ="style.css ">
9+
10+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
11+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
12+ < link href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap " rel ="stylesheet ">
13+
14+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css ">
15+
16+ < link rel ="icon " type ="image/png " href ="images/favicon.png "> </ head >
17+ < body >
18+
19+ < header >
20+ < div class ="container header-content ">
21+ < h1 > < i class ="fas fa-box-archive "> </ i > Pustaka Software</ h1 >
22+ < button id ="theme-toggle " class ="theme-toggle-btn ">
23+ < i class ="fas fa-moon "> </ i >
24+ </ button >
25+ </ div >
26+ </ header >
27+
28+ < main class ="container ">
29+
30+ < div class ="search-container ">
31+ < i class ="fas fa-search "> </ i >
32+ < input type ="search " id ="search-bar " placeholder ="Cari di semua software... ">
33+ </ div >
34+
35+ < nav class ="category-nav ">
36+ < a href ="#java-section "> < i class ="fab fa-java "> </ i > Software Java & Localhost</ a >
37+ < a href ="#coding-section "> < i class ="fas fa-code "> </ i > Software Coding IDE</ a >
38+ </ nav >
39+
40+
41+ < section id ="java-section " class ="software-category ">
42+ < h2 > < i class ="fab fa-java "> </ i > Software Java & Localhost</ h2 >
43+
44+ < div class ="software-grid ">
45+
46+ < div class ="software-card ">
47+ < div class ="card-icon ">
48+ < img src ="https://www.logo.wine/a/logo/Java_(programming_language)/Java_(programming_language)-Logo.wine.svg " alt ="JAVA VERSION ">
49+ </ div >
50+ < h3 > Java Development Kit</ h3 >
51+ < p > JDK yang dibutuhkan.</ p >
52+ < button class ="download-btn version-toggle-btn ">
53+ < i class ="fas fa-download "> </ i > Tampilkan Versi
54+ < i class ="fas fa-chevron-down toggle-icon "> </ i >
55+ </ button >
56+
57+ < div class ="version-list " style ="display: none; ">
58+ < a href ="https://www.mediafire.com/file/z0xlbh821bzae8h/jdk-24.0.2_windows-x64_bin.exe/file " class ="version-link " target ="_blank ">
59+ < strong > JDK 24.0.2</ strong > (Terbaru Support Netbeans 21+)
60+ </ a >
61+ < a href ="https://www.mediafire.com/file/5yhs6efoax8cl5g/jdk-17.0.12_windows-x64_bin.exe/file " class ="version-link " target ="_blank ">
62+ < strong > JDK 17.0.12</ strong > (JDK 17 Support Netbeans 17+)
63+ </ a >
64+ < a href ="https://www.mediafire.com/file/gqfum32dx68z0g3/jdk-8u461-windows-i586.exe/file " class ="version-link " target ="_blank ">
65+ < strong > JDK 8 8u41</ strong > (Download ini kalo pake netbeans lawas 8.2)
66+ </ a >
67+ < a href ="https://www.mediafire.com/file/atfqwevd2kwvjsn/mysql-connector-j-9.4.0.rar/file " class ="version-link " target ="_blank ">
68+ < strong > JDK MYSQL Connector</ strong > (Download ini Buat Library Connect Database)
69+ </ a >
70+ </ div >
71+ </ div >
72+
73+ < div class ="software-card ">
74+ < div class ="card-icon ">
75+ < img src ="https://cdn2.iconfinder.com/data/icons/pack1-baco-flurry-icons-style/512/XAMPP.png " alt ="XAMPP ">
76+ </ div >
77+ < h3 > XAMPP</ h3 >
78+ < p > Localhost</ p >
79+
80+ < a href ="https://www.mediafire.com/file/s1owaerjug7pkgc/xampp-windows-x64-8.0.30-0-VS16-installer.exe/file " class ="download-btn " download >
81+ < i class ="fas fa-download "> </ i > Unduh
82+ </ a >
83+ </ div >
84+
85+ </ div >
86+ </ section >
87+
88+
89+ < section id ="coding-section " class ="software-category ">
90+ < h2 > < i class ="fas fa-code "> </ i > Kumpulan Software Coding</ h2 >
91+
92+ < div class ="software-grid ">
93+ < div class ="software-card ">
94+ < div class ="card-icon ">
95+ < img src ="https://www.logo.wine/a/logo/NetBeans/NetBeans-Logo.wine.svg " alt ="Netbeans ">
96+ </ div >
97+ < h3 > Apache Netbeans</ h3 >
98+ < p > IDE untuk JAVA.</ p >
99+ < button class ="download-btn version-toggle-btn ">
100+ < i class ="fas fa-download "> </ i > Tampilkan Versi
101+ < i class ="fas fa-chevron-down toggle-icon "> </ i >
102+ </ button >
103+
104+ < div class ="version-list " style ="display: none; ">
105+ < a href ="https://www.mediafire.com/file/7u7lhw8gbavtg3s/Apache-NetBeans-27.exe/file " class ="version-link " target ="_blank ">
106+ < strong > Apache Netbeans 27</ strong > (Terbaru)
107+ </ a >
108+ < a href ="https://www.mediafire.com/file/siyb741ka84czrw/Apache-NetBeans-17-bin-windows-x64.exe/file " class ="version-link " target ="_blank ">
109+ < strong > Apache Netbeans 17</ strong > (Versi 17)
110+ </ a >
111+ < a href ="https://www.mediafire.com/file/xms9ja33o2ymnq7/netbeans-8.2-windows.exe/file " class ="version-link " target ="_blank ">
112+ < strong > Netbeans 8.2</ strong > (Old version)
113+ </ a >
114+ </ div >
115+ </ div >
116+
117+ < div class ="software-grid ">
118+ < div class ="software-card ">
119+ < div class ="card-icon ">
120+ < img src ="https://www.logo.wine/a/logo/C%2B%2B/C%2B%2B-Logo.wine.svg " alt ="Netbeans ">
121+ </ div >
122+ < h3 > Dev C++</ h3 >
123+ < p > IDE C++.</ p >
124+ < button class ="download-btn version-toggle-btn ">
125+ < i class ="fas fa-download "> </ i > Tampilkan Versi
126+ < i class ="fas fa-chevron-down toggle-icon "> </ i >
127+ </ button >
128+
129+ < div class ="version-list " style ="display: none; ">
130+ < a href ="https://www.mediafire.com/file/vdsfjjoyzd11prr/devcpp-4.9.9.2_setup.exe/file " class ="version-link " target ="_blank ">
131+ < strong > Dev cpp 4.9.9.2</ strong >
132+ </ a >
133+ < a href ="https://www.mediafire.com/file/5a985c9tfcuqo3r/Embarcadero_Dev-Cpp_6.3_TDM-GCC_9.2_Setup.zip/file " class ="version-link " target ="_blank ">
134+ < strong > Embarcadero Dev-cpp 6.3</ strong > (Katanya lebih ringan lebih enak lebih jos!)
135+ </ a >
136+
137+ </ div >
138+ </ div >
139+
140+ < div class ="software-card ">
141+ < div class ="card-icon ">
142+ < img src ="https://upload.wikimedia.org/wikipedia/commons/9/9a/Visual_Studio_Code_1.35_icon.svg " alt ="XAMPP ">
143+ </ div >
144+ < h3 > Visual Studio Code</ h3 >
145+ < p > Editor Text Ringan</ p >
146+
147+ < a href ="https://www.mediafire.com/file/xkfjw23yeqqyyqz/VSCodeUserSetup-x64-1.105.1.exe/file " class ="download-btn " download >
148+ < i class ="fas fa-download "> </ i > Unduh
149+ </ a >
150+ </ div >
151+
152+ </ div >
153+
154+ </ div >
155+ </ section >
156+
157+ </ main >
158+ </ main > < footer class ="site-footer ">
159+ < p > Dibuat dengan < i class ="fas fa-heart " style ="color: #e74c3c; "> </ i > oleh < strong > CIBAYGAMTENK</ strong > © 2025</ p >
160+ < p >
161+ < a href ="[LINK_GITHUB_ANDA] " target ="_blank "> < i class ="fab fa-github "> </ i > </ a >
162+ < a href ="[LINK_INSTAGRAM_ANDA] " target ="_blank "> < i class =""> </ i > </ a >
163+ </ p >
164+ </ footer >
165+
166+ < script src ="script.js "> </ script >
167+ </ body >
168+ </ html >
0 commit comments