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
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							50 lines
						
					
					
						
							2.0 KiB
						
					
					
				| {% extends "base.html" %} | |
| 
 | |
| {% block content %} | |
| <div class="container-fluid"> | |
|     <div class="row"> | |
|         <h1> Achievements </h1> | |
|         <p> I have competed in numerous olympiads and academic competitions as | |
|         of this date. </p> | |
|     </div> | |
|     <div class="row"> | |
|         <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px"> | |
|             <a  | |
|             href="https://www.maa.org/sites/default/files/pdf/AMC/usamo/2021/JMO%20List.pdf" | |
|             target="new" | |
|             ><h2 class="text-light"> USA Junior Mathematical Olympiad Qualifier 2021 </h2></a> | |
|             <p> | |
|                 In the 2020-21 MAA Season, I obtained a USAJMO qualification | |
|                 index of 241 and was thus eligible to participate in the | |
|                 USA Junior Mathematical Olympiad. | |
|             </p> | |
|         </div> | |
|         <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px"> | |
|             <a | |
|             href="http://usaco.org/current/data/jan21_gold_results.html" | |
|             target="new" | |
|             ><h2 class="text-light"> USACO Platinum </h2></a> | |
|             <p> | |
|                 In the 2021 USACO January Contest, I was promoted to the | |
|                 Platinum Division of the USA Computing Olympiad. | |
|             </p> | |
|         </div> | |
|     </div> | |
|     <div class="row"> | |
|         <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px"> | |
|             <h2> American Invitational Mathematics Qualifier 2020 </h2> | |
|             <p> | |
|                 In the 2019-20 MAA season, I scored a 109.5 on the AMC 10A 2020 | |
|                 and qualified for the AIME 2020. | |
|             </p> | |
|         </div> | |
|         <div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px"> | |
|             <h2> USNCO National Exam Nominee </h2> | |
|             <p> | |
|                 In the 2021 USNCO Local Exam, I was nominated by the Silicon | |
|                 Valley Division of ACS to take the USNCO National exam. | |
|             </p> | |
|         </div> | |
|     </div> | |
| </div> | |
| {% endblock %}
 |