Skip to content

Commit c5e9d05

Browse files
adding icon to footer (#380)
1 parent 20f73eb commit c5e9d05

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

LOCAL_DEVELOPMENT_HOWTO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ define('SENDGRID_API_KEY', '<SENDGRID API KEY>');
4040
3. Drop here [docker-compose/mysql/model](docker-compose/mysql/model) the database dump *.sql file
4141
4. Install docker and docker compose see
4242
[https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04) and [https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
43-
5. Run script ./start_local_server.sh
43+
5. Run script ./start_local_server.sh (http://localhost:9000/)
4444
6. In order to use CMS admin locally without IDP integration do the following (https://localhost:9000/admin)[https://localhost:9000/admin]
4545
1. run this SQL command at DB
4646
1. ````bash
Lines changed: 4 additions & 0 deletions
Loading

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
<a href="https://www.linkedin.com/groups/3239106/" target="_blank"><i class="fab fa-linkedin" style="font-size: 36px;color:#eaeaea;padding-right:10px;"></i></a>
4747
<a href="https://www.youtube.com/user/OpenStackFoundation" target="_blank"><i class="fab fa-youtube-square" style="font-size: 36px;color:#eaeaea;padding-right:10px;"></i></a>
4848
<a href="" data-toggle="modal" data-target="#wechat-modal"><i style="font-size: 36px;color:#eaeaea;padding-right:10px;" class="fab fa-weixin"></i></a>
49+
<a href="https://bsky.app/profile/openstack.org" target="_blank"/>
50+
<img
51+
src="/themes/openstack/home_images/Icons/SVG/Bluesky_Logo.svg"
52+
alt="bluesky"
53+
style="width: 36px;position:relative;top:-10px;left:-5px"
54+
/>
55+
</a>
4956
<!-- <form class="form-inline">
5057
<div class="form-group newsletter-form">
5158
<label>Join Our Newsletter</label>

0 commit comments

Comments
 (0)