forked from thepolicylab/initial-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clouds.html
executable file
·37 lines (34 loc) · 1.27 KB
/
clouds.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
28
29
30
31
32
33
34
35
36
37
---
layout: default
title: The Policy Lab
nav-title: Home
permalink: /clouds
show-nav: false
show-foot: false
body-class: home presentation
---
<div class="presentation__wrapper s__sky s__lil-splatter">
{% include header.html %}
<main id="content" class="main__content">
<article class="main__article intro">
<header class="intro__header">
<h1>
<span class="text-uppercase">Welcome to</span>
<span class="display-1">The Policy Lab</span>
</h1>
</header>
<div class="intro__content u__content mx-auto">
<p class="h4 alt-bold">We’re at the center of Rhode Island’s<br> infrastructure for evidence-based policymaking.</p>
<p class="h4 alt-bold">Let’s learn together.</p>
</div>
</article>
</main>
<div class="city--header city__sky">
<div class="cloud cloud--1"></div>
<div class="cloud cloud--2"></div>
<div class="cloud cloud--3"></div>
<div class="cloud cloud--4"></div>
<div class="cloud cloud--5"></div>
<img class="city__cityscape" src="{{ '/' | relative_url }}assets/illus/cityscape_nosky.png" alt="">
</div>
</div>