Skip to content

Commit

Permalink
Issue Open-EO#87 Add license note to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jul 16, 2024
1 parent 616db0a commit f89edd8
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .vuepress/theme/components/PageEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
:href="editLink"
target="_blank"
rel="noopener noreferrer"
>{{ editLinkText }}</a>
<OutboundLink />
>
{{ editLinkText }}
<OutboundLink />
</a>
</div>

<div
Expand All @@ -19,6 +21,21 @@
<span class="prefix">{{ lastUpdatedText }}:</span>
<span class="time">{{ lastUpdated }}</span>
</div>

<div
class="license"
>
This documentation is licensed under the
<a
href="https://github.com/Open-EO/openeo.org/blob/master/LICENSE"
target="_blank"
rel="noopener noreferrer"
>
Apache License, Version 2.0
<OutboundLink />
</a>
</div>

</footer>
</template>

Expand Down Expand Up @@ -115,15 +132,15 @@ export default {
padding-top 1rem
padding-bottom 1rem
overflow auto
font-size 0.9em
.edit-link
display inline-block
margin-right 1rem
a
color lighten($textColor, 25%)
margin-right 0.25rem
.last-updated
float right
font-size 0.9em
display inline-block
.prefix
font-weight 500
color lighten($textColor, 25%)
Expand All @@ -133,11 +150,10 @@ export default {
@media (max-width: $MQMobile)
.page-edit
font-size 0.8em
.edit-link
margin-bottom 0.5rem
.last-updated
font-size 0.8em
float none
text-align left
</style>

0 comments on commit f89edd8

Please sign in to comment.