Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

emergency.html 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {% extends "base_2017.html" %}
  2. {% block lang %}en{% endblock lang %}
  3. {% block title %}Emergency{% endblock %}
  4. {% block extra_head %}
  5. <meta name="robots" content="noindex, follow">
  6. {% endblock %}
  7. {% block content %}
  8. <h1>Emergency</h1>
  9. <article>
  10. <h2>Oops! David Larlet is in trouble 😓</h2>
  11. <p>Persons to contact:</p>
  12. <ul>
  13. <li>Emilie Chastel (wife, in Montreal/Canada): <a href="tel:+14384886862">+1 438 488 6862</a></li>
  14. <li>Luce Le Huerou (mother, in Marseille/France): <a href="tel:+33649294190">+33 6 49 29 41 90</a></li>
  15. </ul>
  16. <p>If you found me in bad conditions, please activate my Personal Locator Beacon to call search and rescue operations. It is located in the pharmacy (red bag with white cross).</p>
  17. <h2>Planned routes</h2>
  18. <h3>2019-08-30 — 2019-09-01</h3>
  19. <p>Labelle, QC: around Nantel lake. </p>
  20. <p>46°18'31.4"N 74°42'31.6"W</p>
  21. <p>46.308723, -74.708769</p>
  22. <h2>Things to know about David</h2>
  23. <h3>Health</h3>
  24. <p>No drug prescription as of September 2019. Blood very fluid but coagulation is OK. Do NOT administrate any anti-coagulation drug (NO ASPIRIN).</p>
  25. <ul>
  26. <li>Blood group: A+</li>
  27. <li>Weight: 72 kilograms == 160 pounds</li>
  28. <li>Height: 178 centimeters == 5 feet, 10 inches</li>
  29. <li>Hair: brown</li>
  30. <li>Eyes: brown</li>
  31. </ul>
  32. <h3>Abilities</h3>
  33. <ul>
  34. <li>Healthy, regularly practicing endurance sports for a decade.</li>
  35. <li>Strong mental, used to survival situations alone in the bush.</li>
  36. <li>Basic first-aid skills, should know how to self-repair non-critical injuries.</li>
  37. <li>Hopefully humble enough to make a call before it gets too bad…</li>
  38. </ul>
  39. </article>
  40. {% endblock content %}
  41. {% block aside %}{% endblock aside %}