File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,22 @@ <h2>👨🔧 Contact via WhatsApp</h2>
7878 💬 Send Message via WhatsApp
7979 </ a >
8080 </ div >
81- </ div >
81+ < div class ="card ">
82+ < h2 > 📊 Production Calculator</ h2 >
83+ < p > Estimate tons per hour (TPH):</ p >
84+ < input type ="number " id ="feedRate " placeholder ="Feed Rate (m³/hr) ">
85+ < input type ="number " id ="density " placeholder ="Rock Density (Standard 2.6) ">
86+ < button onclick ="calculateTPH() " class ="btn btn-diag "> Calculate TPH</ button >
87+ < p id ="tphResult " style ="color: var(--primary); font-weight: bold; text-align: center; "> </ p >
88+ </ div >
89+
90+ < div class ="card ">
91+ < h2 > 📅 Maintenance Tracker</ h2 >
92+ < p > Hours since last greasing:</ p >
93+ < input type ="number " id ="workHours " placeholder ="Total hours worked ">
94+ < button onclick ="checkMaintenance() " class ="btn btn-diag " style ="background-color: #ff9800; "> Check Maintenance Needs</ button >
95+ < p id ="maintResult " style ="text-align: center; font-weight: bold; "> </ p >
96+ </ div >
8297
8398 < footer style ="text-align: center; color: #8b949e; font-size: 12px; padding: 20px; ">
8499 © 2026 Abdurhaman Mohammed
You can’t perform that action at this time.
0 commit comments