You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.0 KiB

3 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="container-fluid">
  4. <div class="row">
  5. <h1> Achievements </h1>
  6. <p> I have competed in numerous olympiads and academic competitions as
  7. of this date. </p>
  8. </div>
  9. <div class="row">
  10. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  11. <a
  12. href="https://www.maa.org/sites/default/files/pdf/AMC/usamo/2021/JMO%20List.pdf"
  13. target="new"
  14. ><h2 class="text-light"> USA Junior Mathematical Olympiad Qualifier 2021 </h2></a>
  15. <p>
  16. In the 2020-21 MAA Season, I obtained a USAJMO qualification
  17. index of 241 and was thus eligible to participate in the
  18. USA Junior Mathematical Olympiad.
  19. </p>
  20. </div>
  21. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  22. <a
  23. href="http://usaco.org/current/data/jan21_gold_results.html"
  24. target="new"
  25. ><h2 class="text-light"> USACO Platinum </h2></a>
  26. <p>
  27. In the 2021 USACO January Contest, I was promoted to the
  28. Platinum Division of the USA Computing Olympiad.
  29. </p>
  30. </div>
  31. </div>
  32. <div class="row">
  33. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  34. <h2> American Invitational Mathematics Qualifier 2020 </h2>
  35. <p>
  36. In the 2019-20 MAA season, I scored a 109.5 on the AMC 10A 2020
  37. and qualified for the AIME 2020.
  38. </p>
  39. </div>
  40. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  41. <h2> USNCO National Exam Nominee </h2>
  42. <p>
  43. In the 2021 USNCO Local Exam, I was nominated by the Silicon
  44. Valley Division of ACS to take the USNCO National exam.
  45. </p>
  46. </div>
  47. </div>
  48. </div>
  49. {% endblock %}