Skip to content
Permalink
d6e4f3dddf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (25 sloc) 1.05 KB
{% extends "base.twig" %}
{% block content %}
<main class="u-container">
<section class="applyCampus">
<figure class="applyCampus__inner">
<img src="http://localhost:8888/wp-content/uploads/2016/07/storrs-1.jpg" alt="Storrs" />
<figcaption>
<h1>STORRS</h1>
<a href="http://admissions.uconn.edu/content/freshman" class="applyCampus__link">SUBMIT YOUR APPLICATION</a>
<a href="https://uconnadmissions.slideroom.com/#/Login" class="applyCampus__link">SUBMIT YOUR PORTFOLIO TO SLIDEROOM</a>
</figcaption>
</figure>
</section>
<section class="applyCampus">
<figure class="applyCampus__inner">
<img src="http://localhost:8888/wp-content/uploads/2016/07/stamford-1.jpg" alt="Stamford" />
<figcaption>
<h1>STAMFORD</h1>
<a href="http://admissions.uconn.edu/content/freshman" class="applyCampus__link">SUBMIT YOUR APPLICATION</a>
<a href="https://uconnadmissions.slideroom.com/#/login/program/26304" class="applyCampus__link">SUBMIT YOUR PORTFOLIO TO SLIDEROOM</a>
</figcaption>
</figure>
</section>
</main>
{% endblock %}