Skip to content

Commit db0114f

Browse files
authored
Merge pull request #130 from datacite/update-footer-links
Update footer template
2 parents 6b0ec7d + 028b69f commit db0114f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/includes/_footer.html.erb

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,56 @@
33
<footer class='row footer' style="position:static">
44
<div class="container-fluid">
55
<div class='col-md-3 col-sm-4'>
6-
<h4>About DataCite</h4>
6+
<h4>About Us</h4>
77
<ul>
88
<% data.links.about_links.each do |link| %>
99
<li><%= link_to link.name, link.url %></a></li>
1010
<% end %>
1111
</ul>
1212
</div>
1313
<div class='col-md-3 col-sm-4'>
14-
<h4>Services</h4>
14+
<h4>Work With Us</h4>
1515
<ul>
1616
<% data.links.services_links.each do |link| %>
1717
<li><%= link_to link.name, link.url %></a></li>
1818
<% end %>
1919
</ul>
2020
</div>
2121
<div class='col-md-3 col-sm-4'>
22-
<h4>Resources</h4>
22+
<h4>Membership</h4>
2323
<ul>
24-
<% data.links.resources_links.each do |link| %>
24+
<% data.links.community_links.each do |link| %>
2525
<li><%= link_to link.name, link.url %></a></li>
2626
<% end %>
2727
</ul>
28-
<h4>Community</h4>
28+
<h4>Resources</h4>
2929
<ul>
30-
<% data.links.community_links.each do |link| %>
30+
<% data.links.resources_links.each do |link| %>
3131
<li><%= link_to link.name, link.url %></a></li>
3232
<% end %>
3333
</ul>
3434
</div>
3535
<div class='col-md-3'>
36-
<h4 class="share">Contact us</h4>
36+
<h4 class="share">Contact Us</h4>
3737
<% link_to 'mailto:support@datacite.org', class: "share" do %>
3838
<i class='fas fa-envelope'></i>
3939
<% end %>
40-
<% link_to 'https://blog.datacite.org', class: "share" do %>
40+
<% link_to 'https://datacite.org/blog/', class: "share" do %>
4141
<i class='fas fa-blog'></i>
4242
<% end %>
43-
<% link_to 'https://twitter.com/datacite', class: "share" do %>
44-
<i class='fab fa-twitter'></i>
45-
<% end %>
4643
<% link_to 'https://github.com/datacite/datacite', class: "share" do %>
4744
<i class='fab fa-github'></i>
4845
<% end %>
49-
<% link_to 'https://www.youtube.com/channel/UCVsSDZhIN_WbnD_v5o9eB_A', class: "share" do %>
50-
<i class='fab fa-youtube'></i>
46+
<% link_to 'https://twitter.com/datacite', class: "share" do %>
47+
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" style="fill: #a3acb2;position: relative;bottom: -3;"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg>
5148
<% end %>
49+
<a rel="me" class="share" href="https://openbiblio.social/@datacite"><i class='fab fa-mastodon'></i></a>
5250
<% link_to 'https://www.linkedin.com/company/datacite', class: "share" do %>
5351
<i class='fab fa-linkedin'></i>
5452
<% end %>
55-
<a rel="me" class="share" href="https://openbiblio.social/@datacite"><i class='fab fa-mastodon'></i></a>
53+
<% link_to 'https://www.youtube.com/@DataCiteChannel', class: "share" do %>
54+
<i class='fab fa-youtube'></i>
55+
<% end %>
5656
<ul class="share">
5757
<% data.links.contact_links.each do |link| %>
5858
<li><%= link_to link.name, link.url %></a></li>

0 commit comments

Comments
 (0)