Skip to content

Commit 1a5e29d

Browse files
committed
About page - turn 2 columns back to 1 column
Needed for mobile viewers
1 parent d780cb5 commit 1a5e29d

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

prefix_finder/frontend/static/css/main.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,20 +1310,6 @@ fieldset {
13101310
padding: 5px 10px;
13111311
color: white;
13121312
}
1313-
.about-page__half--left {
1314-
display: inline-block;
1315-
vertical-align: top;
1316-
width: 50%;
1317-
margin-right: -5px;
1318-
padding-right: 10px;
1319-
1320-
}
1321-
.about-page__half--right {
1322-
display: inline-block;
1323-
vertical-align: top;
1324-
width: 50%;
1325-
padding-left: 10px;
1326-
}
13271313
.about-page__code {
13281314
background-color: #e0e0e0;
13291315
margin-bottom: 20px;

prefix_finder/frontend/templates/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<h1 class="about-page__header">{% trans "About" %}</h1>
99
</div>
1010

11-
<div class="about-page__half--left">
11+
<div>
1212
<h2>What?</h2>
1313
<p><strong>org-id.guide is the easiest, quickest and most accurate way to locate organization identifiers.</strong></p>
1414
<p>We maintain a register of organization lists. Those lists, in turn, provide unique identifiers for companies, charities, government agencies and other kinds of organizations.</p>
1515
<p>We provide a code for each list, so that with the code, plus the identifier, you should be able to uniquely and unambiguously identify any organization in the world.</p>
1616
<p>Many of the lists in our register are official identifier sources (such as a country company register); other lists may be maintained by third-parties. When we can, we link out to websites where you can look up a specific organization, although we also include codes for lists that don't provide a public search service.</p>
1717
<p>We welcome new additions or updates to the register. We don't pre-judge the kinds of lists that should be included - but we do make sure the register includes good meta-data. We use that meta-data to provide a quality score that indicates how accessible and stable identifiers from the list are likely to be.</p>
1818
</div>
19-
<div class="about-page__half--right">
19+
<div>
2020
<h2>Why?</h2>
2121
<p>org-id.guide has been created by a partnership of open data standards groups in order to provide a robust, shared approach to the use of <strong>open</strong>, <strong>interoperable</strong> and <strong>unambiguous</strong> organization identifers.</p>
2222
<p>It is a collaborative project designed to fill a gap in our shared data infrastructure.</p>
@@ -35,7 +35,7 @@ <h2>Why?</h2>
3535
<div>
3636
<h1 class="about-page__header">How do I use it?</h1>
3737
</div>
38-
<div class="about-page__half--left">
38+
<div>
3939
<h2 id="data-creators">Data creators</h2>
4040
<p>Are you collecting or publishing data about organizations? </p>
4141
<p><strong>First</strong>, make sure you are collecting an identifier for each organization, as well as a name. You can lookup the best identifier list to use based on the country, organization type, or sector you are managing data for.</p>
@@ -51,7 +51,7 @@ <h2 id="data-creators">Data creators</h2>
5151
}</code></pre>
5252

5353
</div>
54-
<div class="about-page__half--right">
54+
<div>
5555

5656
<h2 id="data-users">Data users</h2>
5757
<p>If you’ve come across an organization identifier, you can use org-id.guide to find out more about it and where to locate related open data.</p>

0 commit comments

Comments
 (0)