Skip to content

Commit

Permalink
Remove company branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Houseknecht committed Sep 28, 2016
1 parent e740b70 commit c8cb191
Show file tree
Hide file tree
Showing 50 changed files with 38 additions and 1,423 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ psql:

# Build Galaxy images
build_from_scratch:
ansible-container --var-file ansible/develop.yml --from-scratch -- -e"@/ansible-container/ansible/develop.yml"
ansible-container --var-file ansible/develop.yml build --from-scratch -- -e"@/ansible-container/ansible/develop.yml"

build:
ansible-container --var-file ansible/develop.yml build -- -e"@/ansible-container/ansible/develop.yml"
Expand Down
4 changes: 2 additions & 2 deletions ansible/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
- nodejs
- npm

- name: Install development tools
npm: path=/galaxy
- name: Install node packages
npm: path=/galaxy state=latest

- name: Install gulp globally
npm: name=gulp global=yes
Expand Down
Binary file removed galaxy/static/img/AWX_logo.png
Binary file not shown.
Binary file removed galaxy/static/img/ansible-logo.png
Binary file not shown.
Binary file removed galaxy/static/img/ansible_logo_transparent.png
Binary file not shown.
Binary file removed galaxy/static/img/ansibleworks.png
Binary file not shown.
Binary file removed galaxy/static/img/ansibleworksgalaxy.png
Binary file not shown.
Binary file modified galaxy/static/img/favicon.ico
Binary file not shown.
Binary file removed galaxy/static/img/galaxy-logo.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logo_main.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logo_small.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logob.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logoc.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logod.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logoe.png
Binary file not shown.
Binary file removed galaxy/static/img/galaxy_logof.jpg
Binary file not shown.
Binary file removed galaxy/static/img/logo.png
Binary file not shown.
Binary file removed galaxy/static/img/logo_clr.png
Binary file not shown.
Binary file removed galaxy/static/img/logo_clr_sm.png
Binary file not shown.
Binary file removed galaxy/static/img/logo_infoworld.gif
Binary file not shown.
Binary file removed galaxy/static/img/redhat-ansible-footer.png
Binary file not shown.
2 changes: 1 addition & 1 deletion galaxy/static/js/exploreApp/exploreApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$logProvider.debugEnabled(debug);
$routeProvider.
when('/', {
templateUrl: '/static/partials/main.html',
templateUrl: '/static/partials/explore.html',
controller: 'ExploreCtrl'
}).
otherwise({
Expand Down
169 changes: 2 additions & 167 deletions galaxy/static/less/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//left: 50%;
//margin-left: -585px;
}

#galaxy-footer-blue-line {
height: 1px;
background-color: #ccc;
Expand Down Expand Up @@ -70,170 +71,4 @@
font-size: 10px;
}
}
}

#galaxy-footer {
background-color: @black;
padding: 30px 0;

a, a:active, a:visited {
display: block;
width: auto;
color: @white;
}
a:hover {
color: @blue;
}

h2 {
a {
margin: 0;
font-size: 14px;
text-transform: uppercase;
}
a, a:active, a:visited {
color: @ansible-color;
}
a:hover {
color: @blue;
}
}

section {
h2 {
margin-bottom: 5px;
}
margin-top: 30px;
a {
line-height: 24px;
}
}

section:last-of-type {
margin-bottom: 20px;
}

.left-border {
border-left: 1px solid rgb(51,56,59);
padding-left: 30px;
}

.free-link, .free-link:active, .free-link:visited {
color: @ansible-color;
line-height: 24px;
text-transform: uppercase;
}
.free-link:hover {
color: @blue;
}

.social-logos {
margin-top: 60px;
margin-bottom: 20px;

a:hover {
color: @blue;
border-color: @blue;
}
.github-icon,
.twitter-icon,
.linkedin-icon,
.facebook-icon {
display: inline-block;
vertical-align: top;
border: 2px solid @white;
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: 5px;
color: @white;
}
.twitter-icon i {
padding-top: 5px;
padding-left: 5px;
}
.github-icon i {
padding-top: 4px;
padding-left: 6px;
}
.linkedin-icon i {
padding-top: 2px;
padding-left: 7px;
}
.facebook-icon {
padding-top: 5px;
padding-left: 9px;
}
}

.banner-container {
text-align: center;
padding: 13px 30px 0 15px;
#ansible-logo {
max-width: 110px;
margin-bottom: 30px;
}
#tower-banner {
border-radius: 2px;
background-color: rgb(255, 88, 80);
width: 100%;
text-transform: uppercase;
color: @white;
padding: 30px 20px;
text-align: left;
h2 {
color: white;
font-size: 18px;
font-weight: bold;
}
h3 {
font-size: 24px;
font-weight: 300;
}
.download-btn {
font-size: 14px;
margin-top: 15px;
text-transform: uppercase;
}
.btn-primary {
border-radius: 3px;
}
.btn-sm {
padding-left: 20px;
padding-right: 20px;
}
}
}
}


@media (max-width: 1200px) {
#galaxy-footer {
.banner-container {
#tower-banner {
.download-btn {
font-size: 12px;
}
}
}
}
}

@media (max-width: 990px) {
#galaxy-footer {
.banner-container {
padding-right: 15px;
padding-bottom: 30px;
}
.left-border {
border-left: none;
padding-left: 15px;
}
}
}

@media (max-width: 768px) {
#galaxy-footer {
min-height: 1200px;
}
}
}
3 changes: 1 addition & 2 deletions galaxy/static/less/galaxy.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@import "fonts";
@import "navbar";
@import "banner";
@import "info";
@import "home_content";
@import "footer";
@import "page_title";
@import "tabs.less";
Expand All @@ -66,7 +66,6 @@
@import "page_not_found";
@import "social_signup";
@import "user_detail";
@import "intro_page";
@import "role_detail";
@import "account_landing";
@import "explore";
Expand Down
4 changes: 4 additions & 0 deletions galaxy/static/less/home_content.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
* Add styles for custom home content here
*
*/
135 changes: 0 additions & 135 deletions galaxy/static/less/info.less

This file was deleted.

Loading

0 comments on commit c8cb191

Please sign in to comment.