12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {% extends "base_2017.html" %}
- {% block lang %}en{% endblock lang %}
- {% block title %}Emergency{% endblock %}
- {% block extra_head %}
- <meta name="robots" content="noindex, follow">
- {% endblock %}
- {% block content %}
- <h1>Emergency</h1>
- <article>
- <h2>Oops! David Larlet is in trouble 😓</h2>
-
- <p>Persons to contact:</p>
- <ul>
- <li>Emilie Chastel (wife, in Montreal/Canada): <a href="tel:+14384886862">+1 438 488 6862</a></li>
- <li>Luce Le Huerou (mother, in Marseille/France): <a href="tel:+33649294190">+33 6 49 29 41 90</a></li>
- </ul>
- <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>
-
- <h2>Planned routes</h2>
-
- <h3>2019-08-30 — 2019-09-01</h3>
-
- <p>Labelle, QC: around Nantel lake. </p>
-
- <p>46°18'31.4"N 74°42'31.6"W</p>
-
- <p>46.308723, -74.708769</p>
-
- <h2>Things to know about David</h2>
-
- <h3>Health</h3>
-
- <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>
- <ul>
- <li>Blood group: A+</li>
- <li>Weight: 72 kilograms == 160 pounds</li>
- <li>Height: 178 centimeters == 5 feet, 10 inches</li>
- <li>Hair: brown</li>
- <li>Eyes: brown</li>
- </ul>
-
- <h3>Abilities</h3>
-
- <ul>
- <li>Healthy, regularly practicing endurance sports for a decade.</li>
- <li>Strong mental, used to survival situations alone in the bush.</li>
- <li>Basic first-aid skills, should know how to self-repair non-critical injuries.</li>
- <li>Hopefully humble enough to make a call before it gets too bad…</li>
- </ul>
- </article>
- {% endblock content %}
- {% block aside %}{% endblock aside %}
|