Skip to content

Commit e83ce9e

Browse files
committed
Front page style and text tweaks.
- Legacy-Id: 9460
1 parent cbc7c7c commit e83ce9e

1 file changed

Lines changed: 24 additions & 31 deletions

File tree

ietf/templates/doc/frontpage.html

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,32 @@
55
{% block content %}
66
<div class="row">
77
<div class="col-md-12">
8-
<div class="text-center">
9-
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF">
10-
{% if server_mode == "production" %}
11-
<h1>IETF Datatracker</h1>
12-
{% else %}
13-
<h1 style="color:#ff0000">IETF Datatracker -- Development Mode</h1>
14-
{% endif %}
15-
</div>
16-
</div>
17-
</div>
8+
<div class="text-center padded">
9+
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF">
10+
{% if server_mode != "production" %}
11+
<h1>Datatracker</h1>
12+
{% else %}
13+
<h1 style="color:#ff0000">Datatracker -- Development Mode</h1>
14+
{% endif %}
15+
<p class="center-block">
1816

19-
<div class="row">
20-
<div class="col-md-12">
21-
<h2>Search Documents</h2>
22-
{% include "doc/search/search_form.html" %}
17+
The IETF Datatracker is the day-to-day front-end to the IETF database for people
18+
who work on IETF standards.<br/>
19+
It contains data about the documents, working groups,
20+
meetings, agendas, minutes, presentations, and more, of the IETF.
2321

24-
</div>
25-
</div>
26-
<div class="row">
27-
<hr/>
28-
<div class="col-md-4 col-md-offset-1">
29-
<h2>About this site</h2>
30-
<p>The IETF Datatracker is the IETF's web system for managing organizational information, such as:</p>
31-
</div>
32-
<div class="col-md-7">
33-
<div class="h2"></div>
34-
<ul class="list-group list-unstyled">
35-
<li><a href="{% url "doc_search" %}">Internet-Drafts (I-Ds) and Requests for Comments (RFCs)</a></li>
36-
<li><a href="/ipr/">IPR disclosures</a></li>
37-
<li><a href="/liaison/">Liaison statements</a></li>
38-
<li><a href="/meeting/agenda/">Meeting agendas</a> and <a href="/meeting/">session agendas, slides and minutes</a></li>
39-
<li><a href="/iesg/agenda/">IESG telechat agendas</a></li>
40-
</ul>
22+
</p>
23+
<p class="center-block">
24+
25+
The primary public face of the IETF is at <a href="https://www.ietf.org/">www.ietf.org</a>.
26+
27+
</p>
28+
</div>
29+
30+
<div class="padded">
31+
<h2>IETF Document Search</h2>
32+
{% include "doc/search/search_form.html" %}
33+
</div>
4134
</div>
4235
</div>
4336

0 commit comments

Comments
 (0)