changed homepage to remove license info
This commit is contained in:
parent
51eba0166f
commit
4977ce1adf
|
@ -8,8 +8,6 @@ This site is currently under construction. I intend for this to be a place to pu
|
||||||
|
|
||||||
I'm interested in a broad set of topics such as Linux, analytics and data engineering, Geographic Information Systems (GIS) and bitcoin. So expect to see content related to these topics published on this site.
|
I'm interested in a broad set of topics such as Linux, analytics and data engineering, Geographic Information Systems (GIS) and bitcoin. So expect to see content related to these topics published on this site.
|
||||||
|
|
||||||
I strongly believe in the philosophy of [Free Software](https://www.gnu.org/philosophy/free-sw.html) and [Open Data](https://en.wikipedia.org/wiki/Open_data). Therefore, all material on this site that belongs to me is released into the public domain unless otherwise stated. For more information, see [here](/license).
|
|
||||||
|
|
||||||
### Explore Based Data
|
### Explore Based Data
|
||||||
|
|
||||||
{{< content-list >}}
|
{{< content-list >}}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<footer>
|
<footer>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p>
|
<p>
|
||||||
baseddata.io by Sam Chance.
|
baseddata.io by Sam Chance. | Built with
|
||||||
<a href="/license">Uncopywrited.</a>
|
<a href="https://gohugo.io/">Hugo</a>
|
||||||
|
| <a href="/license">Uncopywrited.</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -133,7 +133,10 @@ footer {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
height: 10vh;
|
height: 10vh;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
border-top: var(--border-width) var(--border-style) var(--border-color);
|
border-top: var(--border-width) var(--border-style) var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue