-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 987 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
css: home.css
title: Datsi (UPM)
---
<section class="homehero">
<a href="arquitectura" class="homehero__link">
<h1 class="homehero__title">Nuevo Arquitectura '16</h1>
<p class="homehero__subtitle">Exámenes como nunca los has visto. Proyectos como nunca los harías.</p>
</a>
</section>
<section class="hometiles container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg hometiles-item hometiles-item--bsvc">
<a href="#" class="hometiles__link "></a></li>
</div>
<div class="col-xs-12 col-sm-6 col-lg hometiles-item hometiles-item--ranking">
<a href="#" class="hometiles__link"></a></li>
</div>
<div class="col-xs-12 col-sm-6 col-lg hometiles-item hometiles-item--examenes">
<a href="#" class="hometiles__link"></a></li>
</div>
<div class="col-xs-12 col-sm-6 col-lg hometiles-item hometiles-item--nuevaweb">
<a href="#" class="hometiles__link"></a></li>
</div>
</div>
</section>