Smart_Disaster_Response_System #189052
Unanswered
12rucg
asked this question in
Programming Help
Replies: 1 comment
-
|
Thanks for posting in the GitHub Community, @12rucg! We've moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. You are more likely to get a useful response if you are explicit about what your project entails — giving a few more details might help someone give you a nudge in the right direction. For example:
Even if you aren’t able to answer every bullet, providing as much information as you can will help the community provide the support that you need. Looking forward to your response! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Show & Tell
Body
🚨 Disaster Simulation Training
{% if disaster == "flood" %}
🌊 Flood Simulation
Flood safety training: Move to higher ground and avoid water currents.
{% elif disaster == "earthquake" %}
🌍 Earthquake Simulation
Earthquake safety training: Drop, Cover, and Hold On.
{% elif disaster == "wildfire" %}
🔥 Wildfire Simulation
Wildfire safety training: Evacuate immediately and avoid smoke areas.
{% else %}
No simulation selected.
{% endif %}
⬅ Back to Dashboard
Beta Was this translation helpful? Give feedback.
All reactions