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.
|
|
{% extends "base.html" %}
{% block content %} <div class="container-fluid"> <div class="row"> <h1> School </h1> </div> <div class="row"> <div class="col-md-5 m-1"> <p> I currently attend Stanford Online High School full-time, where I participate in the following activities:<br> <ol> <li> TA of the AP Calculus BC Class </li> <li> Leader of the OHS Competitive Programming Circle </li> <li> Participant in the OHS Math Competition Homeroom and the OHS Chemistry Olympiad Club </li> </ol> </p> </div> <div class="col-md-5 m-1"> <img src="{{url_for('static', filename='images/pixel.png')}}" style="width:200px;height:200px;" ></img> </div> </div> </div> {% endblock %}
|