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.

69 lines
2.7 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
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"> 2021 USA Junior Mathematical Olympiad Qualifier </h2></a>
  15. <p>
  16. In the 2020-21 MAA Season, I obtained a USAJMO qualification
  17. index of 241 (AMC 10A + AIME I) 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 Division </h2></a>
  26. <p>
  27. In the 2021 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>2020 American Invitational Mathematics Exam Qualifier</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 2020 AIME.
  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 United States National Chemistry Olympiad Local
  44. Exam, I was nominated by the Silicon Valley Division of the
  45. American Chemical Society to take the USNCO National exam.
  46. </p>
  47. </div>
  48. </div>
  49. <div class="row">
  50. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  51. <h2> 2021 National Latin Exam </h2>
  52. <p>
  53. In the 2021 National Latin Exam Beginning Latin Exam,
  54. I received a Summa Cum Laude gold medal.
  55. </p>
  56. </div>
  57. <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
  58. <a href="https://cemc.uwaterloo.ca/contests/past_contests/2021/2021CCCResults.pdf"target="new">
  59. <h2 class="text-light">
  60. 2021 Canadian Computing Competition </h2> </a>
  61. <p>
  62. In the 2021 Canadian Computing Competition Senior Division,
  63. I placed in the top 75 out of 2920 competitors.
  64. </p>
  65. </div>
  66. </div>
  67. </div>
  68. {% endblock %}