Skip to content

Commit

Permalink
Merge pull request Screenly#1147 from rusko124/reworked_footer
Browse files Browse the repository at this point in the history
Edits: added links on footer
  • Loading branch information
vpetersson authored Jun 10, 2019
2 parents d5fd97d + 54e5a12 commit c4cedfa
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 21 deletions.
12 changes: 7 additions & 5 deletions static/css/screenly.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions static/sass/screenly.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,16 @@ label {
#screenly-logo {
position: absolute;
right: 0;
top: $topOffset;
color: #535d79;
font-weight: bold;
text-decoration: none;

a {
color: #535d79;
font-weight: bold;
text-decoration: none;
}

#github-stars {
margin-top: $topOffset / 2;
}
}

.copy {
Expand Down
26 changes: 23 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

<link href="{{ url_for('static', filename='fontawesome/css/all.css') }}" rel="stylesheet"/>

<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript">
var default_duration = {{context.default_duration}};
var default_streaming_duration = {{context.default_streaming_duration}};
Expand Down Expand Up @@ -477,9 +478,28 @@ <h2>{{ context.player_name }}</h2>
<div class="copy">
&copy; Screenly, Inc.
</div>
<a id="screenly-logo" href="http://screenly.io/" target="_blank">
Screenly.io
</a>
<div id="screenly-logo" class="row">
<a href="/api/docs/" target="_blank" class="mr-4 justify-content-center align-self-center">
API
</a>
<a href="https://support.screenly.io/hc/en-us/sections/202652366-Frequently-Asked-Questions-FAQ-"
target="_blank" class="mr-4 justify-content-center align-self-center">
Knowledge Base
</a>
<a href="http://screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Screenly.io
</a>
<a href="https://forums.screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Support
</a>
<div id="github-stars">
<a class="github-button"
href="https://github.com/screenly/screenly-ose" data-size="large" data-show-count="true"
aria-label="Star screenly/screenly-ose on GitHub">
Star
</a>
</div>
</div>
</div>
</div>

Expand Down
27 changes: 24 additions & 3 deletions templates/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

<link href="{{ url_for('static', filename='fontawesome/css/all.css') }}" rel="stylesheet"/>

<script async defer src="https://buttons.github.io/buttons.js"></script>

<script src="{{ url_for('static', filename='js/jquery-1.9.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/popper.min.js') }}"></script>

Expand Down Expand Up @@ -158,9 +160,28 @@ <h1 class="page-header">
<div class="copy">
&copy; Screenly, Inc.
</div>
<a id="screenly-logo" href="http://screenly.io/" target="_blank">
Screenly.io
</a>
<div id="screenly-logo" class="row">
<a href="/api/docs/" target="_blank" class="mr-4 justify-content-center align-self-center">
API
</a>
<a href="https://support.screenly.io/hc/en-us/sections/202652366-Frequently-Asked-Questions-FAQ-"
target="_blank" class="mr-4 justify-content-center align-self-center">
Knowledge Base
</a>
<a href="http://screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Screenly.io
</a>
<a href="https://forums.screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Support
</a>
<div id="github-stars">
<a class="github-button"
href="https://github.com/screenly/screenly-ose" data-size="large" data-show-count="true"
aria-label="Star screenly/screenly-ose on GitHub">
Star
</a>
</div>
</div>
</div>
</div>
</body>
Expand Down
27 changes: 24 additions & 3 deletions templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

<link href="{{ url_for('static', filename='fontawesome/css/all.css') }}" rel="stylesheet"/>

<script async defer src="https://buttons.github.io/buttons.js"></script>

<script src="{{ url_for('static', filename='js/jquery-1.9.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/popper.min.js') }}"></script>

Expand Down Expand Up @@ -312,9 +314,28 @@ <h1 class="page-header">
<div class="copy">
&copy; Screenly, Inc.
</div>
<a id="screenly-logo" href="http://screenly.io/" target="_blank">
Screenly.io
</a>
<div id="screenly-logo" class="row">
<a href="/api/docs/" target="_blank" class="mr-4 justify-content-center align-self-center">
API
</a>
<a href="https://support.screenly.io/hc/en-us/sections/202652366-Frequently-Asked-Questions-FAQ-"
target="_blank" class="mr-4 justify-content-center align-self-center">
Knowledge Base
</a>
<a href="http://screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Screenly.io
</a>
<a href="https://forums.screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Support
</a>
<div id="github-stars">
<a class="github-button"
href="https://github.com/screenly/screenly-ose" data-size="large" data-show-count="true"
aria-label="Star screenly/screenly-ose on GitHub">
Star
</a>
</div>
</div>
</div>
</div>
</body>
Expand Down
27 changes: 24 additions & 3 deletions templates/system-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@

<link href="{{ url_for('static', filename='fontawesome/css/all.css') }}" rel="stylesheet"/>

<script async defer src="https://buttons.github.io/buttons.js"></script>

<script src="{{ url_for('static', filename='js/jquery-1.9.1.min.js') }}"></script>
</head>
<body>
Expand Down Expand Up @@ -133,9 +135,28 @@ <h1 class="page-header">
<div class="copy">
&copy; Screenly, Inc.
</div>
<a id="screenly-logo" href="http://screenly.io/" target="_blank">
Screenly.io
</a>
<div id="screenly-logo" class="row">
<a href="/api/docs/" target="_blank" class="mr-4 justify-content-center align-self-center">
API
</a>
<a href="https://support.screenly.io/hc/en-us/sections/202652366-Frequently-Asked-Questions-FAQ-"
target="_blank" class="mr-4 justify-content-center align-self-center">
Knowledge Base
</a>
<a href="http://screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Screenly.io
</a>
<a href="https://forums.screenly.io/" target="_blank" class="mr-4 justify-content-center align-self-center">
Support
</a>
<div id="github-stars">
<a class="github-button"
href="https://github.com/screenly/screenly-ose" data-size="large" data-show-count="true"
aria-label="Star screenly/screenly-ose on GitHub">
Star
</a>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit c4cedfa

Please sign in to comment.