Skip to content

Commit

Permalink
removed about, fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Feb 12, 2024
1 parent ee3e354 commit 933f385
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 42 deletions.
22 changes: 6 additions & 16 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ title: About Data.gov

<div id="top"></div>

[About data.gov](#about)

- [Mission](#mission)
- [Who developed Data.gov?](#who)
- [With what technology is Data.gov built?](#technology)
- [What standards were used to develop the metadata displayed on Data.gov?](#standards)

[Get Data on Data.gov](#adddata)

- [How are the datasets on Data.gov collected?](#collected)

[Media Inquiries](#media)

<h1 id="about">{{ title }}</h1>

<h2 id="mission">Mission</h2>
Expand Down Expand Up @@ -55,7 +42,7 @@ Data.gov follows the [DCAT-US Schema v1.1 (Project Open Data Metadata Schema)](h

[Top](#top)

<h1 id="adddata">Get Data on Data.gov</h2>
<h1 id="adddata">Get Data on Data.gov</h1>

<h2 id="collected">How are the datasets on Data.gov collected?</h2>

Expand All @@ -73,8 +60,11 @@ Agency Public Data Listings are made available on agency websites as JSON files

[Top](#top)

<h1 id="media">Media inquiries</h2>
<div class="mediabox">
<h1 id="media">Media inquiries</h1>

If you are preparing an article or creating an event, and are interested in finding information, a speaker, or other help in communicating about open data, contact the Data.gov team at [[email protected]](mailto:[email protected]).

If you are preparing an article or creating an event, and are interested in finding information, a speaker, or other help in communicating about open data, contact the Data.gov team at [[email protected]](mailto:[email protected]).
</div>

[Top](#top)
25 changes: 0 additions & 25 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,6 @@ <h4 class="text-uppercase">
</div>
</section>

<!-- About -->
<section class="usa-section about">
<div class="grid-container">
<div class="grid-row grid-gap-lg">
<div class="grid-col-12 desktop:grid-col-4">
<img class="datagov-age-icon" alt="Data Gov is 14yrs old!" role="img"
src="https://s3-us-gov-west-1.amazonaws.com/cg-0817d6e3-93c4-4de8-8b32-da6919464e61/datagov-age-14.png" />
</div>
<div class="grid-col-12 desktop:grid-col-8">
<h1>About Data.gov</h1>
<div>
Data.gov is the United States government's open data website. It provides access to datasets published by agencies
across the federal government. Data.gov is intended to provide access to government open data to the public, achieve
agency missions, drive innovation, fuel economic activity, and uphold the ideals of an open and transparent government.
</div>
<div class="grid-row-auto margin-top-3">
<a href="{% page '/timeline/' %}" class="usa-button usa-button--secondary">
Explore the timeline {% usa_icon "arrow_forward" %}
</a>
</div>
</div>
</div>
</div>
</section>

<!-- Mission -->
<section class="usa-section mission">
<div class="grid-container">
Expand Down
10 changes: 9 additions & 1 deletion styles/partials/datagovtheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,21 @@ html.datagov {

.mission {
background-image: url($s3_image_mission_section_bg);
background-size: cover;
background-repeat: no-repeat;
background-size: 75% auto;
background-position: 375% 0;
background-color: color('base-lightest');
min-height: 25em;

border-top: 1px solid color('gray-10');
margin: auto;
text-align: center;
}

.mediabox {
border: 1px solid color('gray-10');
}

.about {
border-top: 1px solid color('gray-10');
}
Expand Down

0 comments on commit 933f385

Please sign in to comment.