caio246 commited on
Commit
e81c702
·
verified ·
1 Parent(s): 35b34e8

- Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +290 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Pc Bild
3
- emoji: 🔥
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: pc-bild
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,290 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>New Build | BuildCores</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .loading-pulse {
11
+ animation: pulse 1.5s infinite;
12
+ }
13
+ @keyframes pulse {
14
+ 0%, 100% { opacity: 0.5; }
15
+ 50% { opacity: 1; }
16
+ }
17
+ .sidebar {
18
+ transition: transform 0.3s ease;
19
+ }
20
+ .sidebar-hidden {
21
+ transform: translateX(-100%);
22
+ }
23
+ .gradient-bg {
24
+ background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
25
+ }
26
+ .part-card:hover {
27
+ transform: translateY(-5px);
28
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
29
+ }
30
+ </style>
31
+ </head>
32
+ <body class="bg-gray-100 text-gray-900 font-sans">
33
+ <!-- Header -->
34
+ <header class="gradient-bg text-white shadow-lg">
35
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
36
+ <div class="flex items-center space-x-3">
37
+ <img src="https://www.buildcores.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo.1d1e0dcd.png&w=64&q=75"
38
+ alt="BuildCores Logo" class="w-10 h-10">
39
+ <span class="font-bold text-xl">BuildCores <span class="text-xs bg-blue-500 px-2 py-1 rounded">BETA v0.12</span></span>
40
+ </div>
41
+ <button id="sidebarToggle" class="md:hidden text-white focus:outline-none">
42
+ <i class="fas fa-bars text-xl"></i>
43
+ </button>
44
+ </div>
45
+ </header>
46
+
47
+ <div class="flex flex-col md:flex-row">
48
+ <!-- Sidebar -->
49
+ <aside id="sidebar" class="sidebar w-64 bg-gray-800 text-white h-screen fixed md:relative z-10">
50
+ <div class="p-4 border-b border-gray-700">
51
+ <h2 class="text-xl font-bold">PC Builds</h2>
52
+ </div>
53
+ <div class="p-4 space-y-4">
54
+ <div class="bg-gray-700 p-3 rounded-lg">
55
+ <div class="flex justify-between items-center mb-2">
56
+ <span class="font-medium">Current Build</span>
57
+ <button class="text-blue-400 hover:text-blue-300 text-sm">Switch Build</button>
58
+ </div>
59
+ <div class="bg-gray-600 p-2 rounded">
60
+ <div class="loading-pulse h-4 w-3/4 bg-gray-500 rounded mb-1"></div>
61
+ <div class="loading-pulse h-3 w-1/2 bg-gray-500 rounded"></div>
62
+ </div>
63
+ </div>
64
+
65
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded-lg flex items-center justify-center space-x-2">
66
+ <i class="fas fa-plus"></i>
67
+ <span>Create New Build</span>
68
+ </button>
69
+
70
+ <div class="bg-gray-700 p-3 rounded-lg">
71
+ <div class="flex justify-between items-center mb-2">
72
+ <span class="font-medium">Recent Builds</span>
73
+ </div>
74
+ <div class="space-y-2">
75
+ <div class="bg-gray-600 p-2 rounded">
76
+ <div class="loading-pulse h-4 w-3/4 bg-gray-500 rounded mb-1"></div>
77
+ <div class="loading-pulse h-3 w-1/2 bg-gray-500 rounded"></div>
78
+ </div>
79
+ <div class="bg-gray-600 p-2 rounded">
80
+ <div class="loading-pulse h-4 w-3/4 bg-gray-500 rounded mb-1"></div>
81
+ <div class="loading-pulse h-3 w-1/2 bg-gray-500 rounded"></div>
82
+ </div>
83
+ </div>
84
+ </div>
85
+ </div>
86
+ </aside>
87
+
88
+ <!-- Main Content -->
89
+ <main class="flex-1 md:ml-64 p-4 md:p-6">
90
+ <div class="max-w-6xl mx-auto">
91
+ <!-- Build Header -->
92
+ <div class="bg-white rounded-xl shadow-md overflow-hidden mb-6">
93
+ <div class="p-6">
94
+ <div class="flex flex-col md:flex-row md:justify-between md:items-center">
95
+ <div>
96
+ <h1 class="text-2xl font-bold text-gray-800 mb-2">New Build</h1>
97
+ <div class="flex items-center space-x-4 text-sm text-gray-600">
98
+ <span><i class="far fa-calendar mr-1"></i> July 4, 2025</span>
99
+ <span><i class="far fa-user mr-1"></i> Anonymous</span>
100
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">
101
+ <i class="fas fa-check-circle mr-1"></i> Compatible
102
+ </span>
103
+ </div>
104
+ </div>
105
+ <div class="mt-4 md:mt-0 flex space-x-2">
106
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg flex items-center">
107
+ <i class="fas fa-share-alt mr-2"></i> Share
108
+ </button>
109
+ <button class="bg-gray-200 hover:bg-gray-300 text-gray-800 px-4 py-2 rounded-lg flex items-center">
110
+ <i class="fas fa-clone mr-2"></i> Clone
111
+ </button>
112
+ </div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Benchmark Cards -->
118
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6">
119
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
120
+ <div class="p-4 flex items-center">
121
+ <img src="https://www.buildcores.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2F3dmark.6e9e4b94.png&w=256&q=75"
122
+ alt="3DMark" class="w-16 h-16 mr-4">
123
+ <div>
124
+ <h3 class="font-bold text-gray-800">3DMark Time Spy</h3>
125
+ <div class="text-sm text-gray-600">
126
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">
127
+ <i class="fas fa-check-circle mr-1"></i> Compatible
128
+ </span>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
134
+ <div class="p-4 flex items-center">
135
+ <img src="https://www.buildcores.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2F3dmark.6e9e4b94.png&w=256&q=75"
136
+ alt="3DMark" class="w-16 h-16 mr-4">
137
+ <div>
138
+ <h3 class="font-bold text-gray-800">3DMark Time Spy</h3>
139
+ <div class="text-sm text-gray-600">
140
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded-full text-xs">
141
+ <i class="fas fa-check-circle mr-1"></i> Compatible
142
+ </span>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Parts List -->
150
+ <div class="bg-white rounded-xl shadow-md overflow-hidden mb-6">
151
+ <div class="border-b border-gray-200 p-4">
152
+ <h2 class="text-xl font-bold text-gray-800">Parts List</h2>
153
+ </div>
154
+ <div class="p-4">
155
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
156
+ <!-- Part cards would be dynamically loaded here -->
157
+ <div class="part-card bg-gray-50 rounded-lg p-4 border border-gray-200 transition-all duration-300">
158
+ <div class="loading-pulse h-6 w-3/4 bg-gray-300 rounded mb-3"></div>
159
+ <div class="loading-pulse h-4 w-full bg-gray-300 rounded mb-2"></div>
160
+ <div class="loading-pulse h-4 w-1/2 bg-gray-300 rounded"></div>
161
+ </div>
162
+ <div class="part-card bg-gray-50 rounded-lg p-4 border border-gray-200 transition-all duration-300">
163
+ <div class="loading-pulse h-6 w-3/4 bg-gray-300 rounded mb-3"></div>
164
+ <div class="loading-pulse h-4 w-full bg-gray-300 rounded mb-2"></div>
165
+ <div class="loading-pulse h-4 w-1/2 bg-gray-300 rounded"></div>
166
+ </div>
167
+ <div class="part-card bg-gray-50 rounded-lg p-4 border border-gray-200 transition-all duration-300">
168
+ <div class="loading-pulse h-6 w-3/4 bg-gray-300 rounded mb-3"></div>
169
+ <div class="loading-pulse h-4 w-full bg-gray-300 rounded mb-2"></div>
170
+ <div class="loading-pulse h-4 w-1/2 bg-gray-300 rounded"></div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Export Options -->
177
+ <div class="bg-white rounded-xl shadow-md overflow-hidden mb-6">
178
+ <div class="border-b border-gray-200 p-4">
179
+ <h2 class="text-xl font-bold text-gray-800">Export Build</h2>
180
+ </div>
181
+ <div class="p-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
182
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 p-4 rounded-lg flex flex-col items-center">
183
+ <i class="fas fa-link text-2xl mb-2 text-blue-500"></i>
184
+ <span>Link</span>
185
+ </button>
186
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 p-4 rounded-lg flex flex-col items-center">
187
+ <i class="fas fa-table text-2xl mb-2 text-green-500"></i>
188
+ <span>Markdown Table</span>
189
+ </button>
190
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 p-4 rounded-lg flex flex-col items-center">
191
+ <i class="fas fa-file-alt text-2xl mb-2 text-purple-500"></i>
192
+ <span>Text</span>
193
+ </button>
194
+ <button class="bg-gray-100 hover:bg-gray-200 text-gray-800 p-4 rounded-lg flex flex-col items-center">
195
+ <i class="fas fa-copy text-2xl mb-2 text-orange-500"></i>
196
+ <span>Clone Build</span>
197
+ </button>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Ad Banner -->
202
+ <div class="bg-white rounded-xl shadow-md overflow-hidden mb-6 p-4 flex justify-center">
203
+ <a href="https://www.playwire.com/contact-direct-sales" target="_blank" rel="noopener noreferrer">
204
+ <img src="https://www.buildcores.com/_next/image?url=https%3A%2F%2Fwww.playwire.com%2Fhubfs%2FPowered-by-Playwire-Badges%2FAds-Powered-by-playwire-2021-standalone-small-white-300px.png&w=640&q=75"
205
+ alt="Powered by Playwire" class="h-12">
206
+ </a>
207
+ </div>
208
+ </div>
209
+ </main>
210
+ </div>
211
+
212
+ <!-- Footer -->
213
+ <footer class="gradient-bg text-white py-8">
214
+ <div class="container mx-auto px-4">
215
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
216
+ <div class="flex flex-col items-center md:items-start">
217
+ <div class="flex items-center space-x-3 mb-4">
218
+ <img src="https://www.buildcores.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo.1d1e0dcd.png&w=64&q=75"
219
+ alt="BuildCores Logo" class="w-10 h-10">
220
+ <span class="font-bold text-lg">BuildCores</span>
221
+ </div>
222
+ <p class="text-gray-400 text-sm">Build, share, and compare PC builds with the community.</p>
223
+ </div>
224
+
225
+ <div>
226
+ <h3 class="font-bold text-lg mb-4">Company</h3>
227
+ <ul class="space-y-2">
228
+ <li><a href="https://www.buildcores.com/privacy" class="text-gray-400 hover:text-white">Privacy</a></li>
229
+ <li><a href="https://www.buildcores.com/terms" class="text-gray-400 hover:text-white">ToS</a></li>
230
+ <li><a href="https://www.buildcores.com/affiliate" class="text-gray-400 hover:text-white">Affiliate</a></li>
231
+ </ul>
232
+ </div>
233
+
234
+ <div>
235
+ <h3 class="font-bold text-lg mb-4">Community</h3>
236
+ <ul class="space-y-2">
237
+ <li><a href="https://github.com/buildcores/buildcores-open-db" class="text-gray-400 hover:text-white">GitHub</a></li>
238
+ <li><a href="https://discord.gg/gxHtZx3Uxe" class="text-gray-400 hover:text-white">Discord</a></li>
239
+ <li><a href="https://reddit.com/r/buildcores" class="text-gray-400 hover:text-white">Reddit</a></li>
240
+ </ul>
241
+ </div>
242
+
243
+ <div>
244
+ <h3 class="font-bold text-lg mb-4">Contact</h3>
245
+ <ul class="space-y-2">
246
+ <li><a href="https://www.buildcores.com/contact" class="text-gray-400 hover:text-white">Contact Us</a></li>
247
+ </ul>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="border-t border-gray-700 mt-8 pt-6 text-sm text-gray-400 text-center">
252
+ <p>© 2025 BuildCores. All rights reserved.</p>
253
+ <div class="flex justify-center space-x-4 mt-2">
254
+ <a href="https://www.buildcores.com/contact" class="hover:text-white">Contact Us</a>
255
+ <a href="https://www.buildcores.com/privacy" class="hover:text-white">Privacy Policy</a>
256
+ <a href="https://www.buildcores.com/terms" class="hover:text-white">Terms of Service</a>
257
+ <a href="https://www.buildcores.com/affiliate" class="hover:text-white">Affiliate Disclosure</a>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </footer>
262
+
263
+ <script>
264
+ // Toggle sidebar on mobile
265
+ document.getElementById('sidebarToggle').addEventListener('click', function() {
266
+ const sidebar = document.getElementById('sidebar');
267
+ sidebar.classList.toggle('sidebar-hidden');
268
+ });
269
+
270
+ // Simulate loading content
271
+ setTimeout(() => {
272
+ const loadingElements = document.querySelectorAll('.loading-pulse');
273
+ loadingElements.forEach(el => {
274
+ el.classList.remove('loading-pulse', 'bg-gray-300', 'bg-gray-500');
275
+ el.classList.add('bg-transparent');
276
+ // In a real app, you would replace this with actual content
277
+ if(el.parentElement.classList.contains('part-card')) {
278
+ el.parentElement.innerHTML = `
279
+ <h3 class="font-bold text-gray-800">Sample Component</h3>
280
+ <p class="text-gray-600 text-sm">Brand Model XYZ</p>
281
+ <p class="text-blue-600 font-medium">$299.99</p>
282
+ `;
283
+ } else {
284
+ el.textContent = "Loaded content";
285
+ }
286
+ });
287
+ }, 1500);
288
+ </script>
289
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=caio246/pc-bild" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
290
+ </html>