Skip to content

Commit

Permalink
Rockwell update (#17)
Browse files Browse the repository at this point in the history
* Update logo for rockwell aquisition and adjust spacing to align everything

* Update copyright for rockwell aquisition
  • Loading branch information
hilary-luo committed Dec 20, 2023
1 parent 27886ca commit 5d09518
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
25 changes: 12 additions & 13 deletions _includes/extra/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ a img {
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
margin-left: 20px;
margin-right: 30px;
margin-left: 15px;
margin-right: 10px;
margin-top: 3px;
}

Expand All @@ -75,39 +75,38 @@ a img {

.cpr-logo{
background-image:url('/turtlebot4-user-manual/media/cpr_logo.png');
width: 199px;
height: 50px;
width: 355px;
height: 40px;
}

.osrf-logo{
background-image:url('/turtlebot4-user-manual/media/openrobotics-logo-REV.png');
height: 50px;
width: 120px;
height: 40px;
width: 146px;
}

.ros-logo{
background-image:url('/turtlebot4-user-manual/media/ros_logo.png');
height: 40px;
width: 160px;
margin-bottom: 5px;
}

.lessons-logo{
background-image:url('/turtlebot4-user-manual/media/lessons.png');
height: 50px;
width: 50px;
height: 40px;
width: 40px;
}

.github-logo{
background-image:url('/turtlebot4-user-manual/media/github_logo.png');
height: 50px;
width: 50px;
height: 40px;
width: 40px;
}

.shop-logo{
background-image:url('/turtlebot4-user-manual/media/shop.jpg');
height: 50px;
width: 59px;
height: 40px;
width: 47px;
}

// Remove Home icon
Expand Down
6 changes: 3 additions & 3 deletions _includes/templates/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<hr>

<div class="copyright text-center text-gray" role="contentinfo">
<i class="fa fa-copyright"></i>
Clearpath Robotics Inc.
2023
Clearpath Robotics, by Rockwell Automation. All rights reserved.
{{ __.revision | default: "Revision" }}
<a class="text-gray" href="{{ docs.repository_url }}/commit/{{ docs.build_revision }}" title="{{ docs.build_revision }}" rel="noreferrer" target="_blank">
{{- docs.build_revision | slice: 0, 7 -}}
</a>
<br>
<i class="fa fa-copyright"></i> Clearpath Robotics, Inc., a Rockwell Automation Company. All rights reserved.
{% unless site.url contains "rundocs.io" %}
<br>
<div class="generator">
Expand Down
Binary file modified media/cpr_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/openrobotics-logo-REV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d09518

Please sign in to comment.