Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit ef43cf4

Browse files
committed
add data boxes to explore
1 parent 9aed6a3 commit ef43cf4

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

client/js/pages/explore/index.js

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,76 @@ const listPage = (state, emit) => {
1717
<p class="content-subtitle horizontal-rule">
1818
Explore public data shared with Dat.
1919
</p>
20+
21+
<div class="row">
22+
<div class="col-xs-12 col-sm-6 col-md-4">
23+
<div class="example">
24+
<div class="example-header example-header--california">
25+
<img src="/public/img/example-california.svg" alt="" class="example-img">
26+
</div>
27+
<div class="example-body">
28+
<p class="mb0 f7 ttu color-neutral-70">
29+
California Civic Data
30+
</p>
31+
<h4>California Campaign Finance Data</h4>
32+
<p>
33+
An open-source archive serving up daily downloads from CAL-ACCESS, California’s database tracking money in state politics.
34+
</p>
35+
</div>
36+
<div class="example-footer">
37+
<a href="/534fa5db12b8ea8c0d1a51a31702797b37cea60ee4dee10ec35b59bfb284e4d4" class="fr btn btn--green btn--full open-desktop" data-no-routing>
38+
Preview
39+
</a>
40+
</div>
41+
</div>
42+
</div>
43+
44+
<div class="col-xs-12 col-sm-6 col-md-4">
45+
<div class="example">
46+
<div class="example-header example-header--eop">
47+
<img src="/public/img/eop.png" alt="Logo EOP" class="example-img">
48+
</div>
49+
<div class="example-body">
50+
<p class="mb0 f7 ttu color-neutral-70">
51+
Executive Office of The President
52+
</p>
53+
<h4>
54+
Archive of open.whitehouse.gov
55+
</h4>
56+
<p>
57+
Backup of the open data released by President Barack Obama before being deleted in February, 2017.
58+
</p>
59+
</div>
60+
<div class="example-footer">
61+
<a href="/dfa1660194d17862bb2e017f9926eccc6d73493e3985f25e0b89d06204d30b39" class="fr btn btn--green btn--full open-desktop" data-no-routing>
62+
Preview
63+
</a>
64+
</div>
65+
</div>
66+
</div>
67+
68+
<div class="col-xs-12 col-sm-6 col-md-4">
69+
<div class="example">
70+
<div class="example-header example-header--densho">
71+
<img src="/public/img/example-densho.png" alt="" class="example-img">
72+
</div>
73+
<div class="example-body">
74+
<p class="mb0 f7 ttu color-neutral-70">
75+
Densho Digital Repository
76+
</p>
77+
<h4>Densho Names Registry</h4>
78+
<p>
79+
Names and other information about the individuals held in the ten WRA camps during the WWII incarceration.
80+
</p>
81+
</div>
82+
<div class="example-footer">
83+
<a href="/9df6c69a6337cb24d6a45f8a71364f8e58fa37608f14ca37fec743a856b3ed97" class="fr btn btn--green btn--full open-desktop" data-no-routing>
84+
Preview
85+
</a>
86+
</div>
87+
</div>
88+
</div>
89+
</div>
2090
</div>
2191
</section>
2292

0 commit comments

Comments
 (0)