Skip to content

Commit be93fc1

Browse files
committed
Updated links, added new paragraphs, fixed verbiage
1 parent 4b9704f commit be93fc1

4 files changed

Lines changed: 25 additions & 7 deletions

File tree

themes/openstack/css/community-bis.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@
148148
width: 100%;
149149
text-align: left;
150150
font-weight: bold;
151-
height: 45px;
151+
min-height: 45px;
152152
line-height: 30px;
153+
white-space: normal;
154+
}
155+
156+
.nav-first-group .btn p {
157+
font-weight: normal;
158+
font-size: .8em;
153159
}
154160

155161
.project-groups-selected {

themes/openstack/templates/Layout/CommunityPageBis.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<p>
1111
Then you are in the right place! This is the best place to start when you're interested in contributing to OpenStack.
1212
There are lots of benefits to participation, including oportinities to influence the future of the project.
13-
Find out how to get involved.
13+
Find out how to get started:
1414
</p>
1515
<a href="https://docs.openstack.org/contributors" target="_blank" class="banner-button btn btn-primary">
16-
Get Started with our Contributor Guide <i class="fa fa-chevron-circle-right fa-inverse" aria-hidden="true"></i>
16+
Contributor Guide <i class="fa fa-chevron-circle-right fa-inverse" aria-hidden="true"></i>
1717
</a>
1818
<hr />
1919
<p>

themes/openstack/templates/Layout/Includes/CommunityPageBis_Events.ss

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@
33
<div class="col-md-12">
44
<h4>Select an Event Type</h4>
55
</div>
6-
<div class="col-md-4 col-sm-4 nav-first-group-btn">
6+
<div class="col-md-6 col-sm-6 nav-first-group-btn">
77
<a class="btn btn-success" href="https://www.openstack.org/summit/">
88
OpenStack Summit
9+
<p>Biannual, global community events for execs, users and developers of open infrastructure.</p>
910
</a>
1011
</div>
11-
<div class="col-md-4 col-sm-4 nav-first-group-btn">
12+
<div class="col-md-6 col-sm-6 nav-first-group-btn">
1213
<a class="btn btn-success" href="https://www.openstack.org/community/events/openstackdays">
1314
OpenStack Days
15+
<p>Annual, regional events featuring community leadership, local ecosystem and users.</p>
1416
</a>
1517
</div>
16-
<div class="col-md-4 col-sm-4 nav-first-group-btn">
18+
<div class="col-md-6 col-sm-6 nav-first-group-btn">
1719
<a class="btn btn-success" href="https://www.openstack.org/ptg/">
1820
Project Teams Gathering
1921
</a>
22+
<p>Biannual working sessions for project teams to plan and collaborate the next software release.</p>
23+
</div>
24+
<div class="col-md-6 col-sm-6 nav-first-group-btn">
25+
<a class="btn btn-success" href="http://www.opendevconf.com">
26+
OpenDev
27+
</a>
28+
<p>Annual cross-community event with visionary keynotes and collaborative working sessions.</p>
2029
</div>
2130
</div>
2231

themes/openstack/templates/Layout/Includes/CommunityPageBis_Users.ss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
<h4>Plug into the vibrant user community:</h4>
55
</div>
66
<div class="col-md-4 col-sm-4 nav-first-group-btn">
7-
<a class="btn btn-success" href="https://www.openstack.org/foundation/user-committee/">
7+
<a class="btn btn-success" href="https://www.openstack.org/foundation/user-committee/" title="The User Committee is elected by the community and meets weekly in IRC and via their mailing list.">
88
User Committee
9+
<p>The User Committee is elected by the community and meets weekly in IRC and via their mailing list.</p>
910
</a>
1011
</div>
1112
<div class="col-md-4 col-sm-4 nav-first-group-btn">
1213
<a class="btn btn-success" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" title="Join the conversation for those who are currently running OpenStack infrastructure.">
1314
Operator’s Mailing List
15+
<p>Join the conversation for those who are currently running OpenStack infrastructure.</p>
1416
</a>
1517
</div>
1618
<div class="col-md-4 col-sm-4 nav-first-group-btn">
1719
<a class="btn btn-success" href="https://wiki.openstack.org/wiki/OpenStack_SIGs" title="SIGs are teams that collaborate around common interests, whether it’s sharing knowledge or advocating for features upstream.">
1820
OpenStack Special Interest Groups
21+
<p>SIGs are teams that collaborate around common interests, whether it’s sharing knowledge or advocating for features upstream.</p>
1922
</a>
2023
</div>
2124
<div class="col-md-12">

0 commit comments

Comments
 (0)