Gracedamien commited on
Commit
ad734d6
·
verified ·
1 Parent(s): 71811e2

Create an app for ironworkers that has all the tools they may need - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +266 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: A
3
- emoji: 🦀
4
- colorFrom: green
5
- colorTo: yellow
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: a
3
+ emoji: 🐳
4
+ colorFrom: gray
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,266 @@
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" class="scroll-smooth">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Ironworkers Toolbox</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
+ .tool-card {
11
+ transition: all 0.3s ease;
12
+ }
13
+ .tool-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
16
+ }
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #1e3a8a 0%, #172554 100%);
19
+ }
20
+ .active-tab {
21
+ background-color: rgba(255, 255, 255, 0.2);
22
+ border-left: 4px solid white;
23
+ }
24
+ .safety-badge {
25
+ position: absolute;
26
+ top: -8px;
27
+ right: -8px;
28
+ }
29
+ </style>
30
+ </head>
31
+ <body class="bg-gray-100 font-sans">
32
+ <!-- Header -->
33
+ <header class="gradient-bg text-white shadow-lg">
34
+ <div class="container mx-auto px-4 py-6">
35
+ <div class="flex justify-between items-center">
36
+ <div class="flex items-center space-x-4">
37
+ <i class="fas fa-hard-hat text-3xl text-yellow-400"></i>
38
+ <div>
39
+ <h1 class="text-2xl font-bold">Ironworkers Toolbox</h1>
40
+ <p class="text-sm text-blue-200">Essential tools for steel workers</p>
41
+ </div>
42
+ </div>
43
+ <div class="hidden md:flex items-center space-x-4">
44
+ <button class="bg-yellow-500 hover:bg-yellow-600 text-gray-900 px-4 py-2 rounded-lg font-medium transition flex items-center">
45
+ <i class="fas fa-user-shield mr-2"></i> Safety First
46
+ </button>
47
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium transition">
48
+ Sign In
49
+ </button>
50
+ </div>
51
+ <button class="md:hidden text-white text-2xl">
52
+ <i class="fas fa-bars"></i>
53
+ </button>
54
+ </div>
55
+ </div>
56
+ </header>
57
+
58
+ <!-- Main Content -->
59
+ <main class="container mx-auto px-4 py-8">
60
+ <!-- Hero Section -->
61
+ <section class="bg-white rounded-xl shadow-md overflow-hidden mb-10">
62
+ <div class="md:flex">
63
+ <div class="md:w-1/2 p-8 md:p-12">
64
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Your Complete Ironworking Companion</h2>
65
+ <p class="text-gray-600 mb-6">Access essential calculation tools, reference materials, safety guidelines, and more—all in one place.</p>
66
+ <div class="flex flex-wrap gap-3">
67
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition flex items-center">
68
+ <i class="fas fa-bolt mr-2"></i> Quick Tools
69
+ </button>
70
+ <button class="border border-blue-600 text-blue-600 hover:bg-blue-50 px-6 py-3 rounded-lg font-medium transition flex items-center">
71
+ <i class="fas fa-graduation-cap mr-2"></i> Learn
72
+ </button>
73
+ </div>
74
+ </div>
75
+ <div class="md:w-1/2 relative hidden md:block">
76
+ <div class="absolute inset-0 bg-gradient-to-r from-blue-900 to-blue-700 opacity-90"></div>
77
+ <img src="https://images.unsplash.com/photo-1581094794329-c811329cf0f7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80"
78
+ alt="Ironworker at work"
79
+ class="w-full h-full object-cover">
80
+ <div class="absolute bottom-0 left-0 right-0 p-6 text-white">
81
+ <div class="flex items-center space-x-2">
82
+ <i class="fas fa-exclamation-triangle text-yellow-300"></i>
83
+ <span class="text-sm">Always follow proper safety protocols</span>
84
+ </div>
85
+ </div>
86
+ </div>
87
+ </div>
88
+ </section>
89
+
90
+ <!-- Tools Navigation -->
91
+ <div class="flex flex-col md:flex-row gap-6 mb-10">
92
+ <!-- Sidebar Navigation -->
93
+ <div class="w-full md:w-64 flex-shrink-0 bg-white rounded-xl shadow-md p-4 h-fit sticky top-4">
94
+ <h3 class="font-bold text-gray-700 mb-4 flex items-center">
95
+ <i class="fas fa-tools mr-2 text-blue-600"></i> Tool Categories
96
+ </h3>
97
+ <ul class="space-y-2">
98
+ <li>
99
+ <a href="#calculators" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-blue-700 active-tab">
100
+ <i class="fas fa-calculator mr-2"></i> Calculators
101
+ </a>
102
+ </li>
103
+ <li>
104
+ <a href="#references" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-gray-700">
105
+ <i class="fas fa-book mr-2"></i> References
106
+ </a>
107
+ </li>
108
+ <li>
109
+ <a href="#safety" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-gray-700">
110
+ <i class="fas fa-shield-alt mr-2"></i> Safety Tools
111
+ </a>
112
+ </li>
113
+ <li>
114
+ <a href="#blueprints" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-gray-700">
115
+ <i class="fas fa-ruler-combined mr-2"></i> Blueprint Tools
116
+ </a>
117
+ </li>
118
+ <li>
119
+ <a href="#productivity" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-gray-700">
120
+ <i class="fas fa-chart-line mr-2"></i> Productivity
121
+ </a>
122
+ </li>
123
+ <li>
124
+ <a href="#conversions" class="block px-4 py-2 rounded-lg hover:bg-blue-50 text-gray-700">
125
+ <i class="fas fa-exchange-alt mr-2"></i> Unit Converter
126
+ </a>
127
+ </li>
128
+ </ul>
129
+ <div class="mt-6 p-4 bg-yellow-50 rounded-lg border border-yellow-200">
130
+ <h4 class="font-medium text-yellow-800 flex items-center">
131
+ <i class="fas fa-exclamation-circle mr-2 text-yellow-500"></i> Safety Tip
132
+ </h4>
133
+ <p class="text-sm text-yellow-700 mt-1">Always inspect your harness and PPE before every use.</p>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Main Tools Section -->
138
+ <div class="flex-1">
139
+ <!-- Calculators Section -->
140
+ <section id="calculators" class="bg-white rounded-xl shadow-md p-6 mb-8">
141
+ <div class="flex items-center justify-between mb-6">
142
+ <h2 class="text-2xl font-bold text-gray-800 flex items-center">
143
+ <i class="fas fa-calculator text-blue-600 mr-3"></i> Construction Calculators
144
+ </h2>
145
+ <div class="relative">
146
+ <input type="text" placeholder="Search tools..." class="pl-10 pr-4 py-2 border rounded-lg w-64 focus:outline-none focus:ring-2 focus:ring-blue-500">
147
+ <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
152
+ <!-- Bolt Torque Calculator -->
153
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg relative">
154
+ <div class="safety-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full shadow">OSHA</div>
155
+ <div class="p-5">
156
+ <div class="flex items-start">
157
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
158
+ <i class="fas fa-bolt text-blue-600 text-xl"></i>
159
+ </div>
160
+ <div>
161
+ <h3 class="font-bold text-lg mb-1">Bolt Torque Calculator</h3>
162
+ <p class="text-gray-600 text-sm">Calculate proper torque values for structural bolts</p>
163
+ </div>
164
+ </div>
165
+ <div class="mt-4">
166
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition">
167
+ Open Tool
168
+ </button>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Steel Weight Calculator -->
174
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg">
175
+ <div class="p-5">
176
+ <div class="flex items-start">
177
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
178
+ <i class="fas fa-weight-hanging text-blue-600 text-xl"></i>
179
+ </div>
180
+ <div>
181
+ <h3 class="font-bold text-lg mb-1">Steel Weight Calculator</h3>
182
+ <p class="text-gray-600 text-sm">Calculate weight of steel beams, plates, and bars</p>
183
+ </div>
184
+ </div>
185
+ <div class="mt-4">
186
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition">
187
+ Open Tool
188
+ </button>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Beam Load Calculator -->
194
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg">
195
+ <div class="p-5">
196
+ <div class="flex items-start">
197
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
198
+ <i class="fas fa-vector-square text-blue-600 text-xl"></i>
199
+ </div>
200
+ <div>
201
+ <h3 class="font-bold text-lg mb-1">Beam Load Calculator</h3>
202
+ <p class="text-gray-600 text-sm">Calculate load capacities for steel beams</p>
203
+ </div>
204
+ </div>
205
+ <div class="mt-4">
206
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition">
207
+ Open Tool
208
+ </button>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Welding Rod Calculator -->
214
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg relative">
215
+ <div class="safety-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full shadow">OSHA</div>
216
+ <div class="p-5">
217
+ <div class="flex items-start">
218
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
219
+ <i class="fas fa-fire text-blue-600 text-xl"></i>
220
+ </div>
221
+ <div>
222
+ <h3 class="font-bold text-lg mb-1">Welding Rod Calculator</h3>
223
+ <p class="text-gray-600 text-sm">Determine welding rod requirements</p>
224
+ </div>
225
+ </div>
226
+ <div class="mt-4">
227
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition">
228
+ Open Tool
229
+ </button>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Connection Design Tool -->
235
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg">
236
+ <div class="p-5">
237
+ <div class="flex items-start">
238
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
239
+ <i class="fas fa-link text-blue-600 text-xl"></i>
240
+ </div>
241
+ <div>
242
+ <h3 class="font-bold text-lg mb-1">Connection Design</h3>
243
+ <p class="text-gray-600 text-sm">Design bolted and welded connections</p>
244
+ </div>
245
+ </div>
246
+ <div class="mt-4">
247
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-2 rounded-lg transition">
248
+ Open Tool
249
+ </button>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Lift Planning Tool -->
255
+ <div class="tool-card bg-white border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg relative">
256
+ <div class="safety-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full shadow">Critical</div>
257
+ <div class="p-5">
258
+ <div class="flex items-start">
259
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
260
+ <i class="fas fa-crane text-blue-600 text-xl"></i>
261
+ </div>
262
+ <div>
263
+ <h3 class="font-bold text-lg mb-1">Lift Planning Tool</h3>
264
+
265
+ <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=Gracedamien/a" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
266
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Create an app for ironworkers that has all the tools they may need