Skip to content

Commit eb8ba43

Browse files
author
Lukas Gentele
committed
improve responsive nav and remove footer for docs
1 parent 847bf7a commit eb8ba43

File tree

2 files changed

+6
-49
lines changed

2 files changed

+6
-49
lines changed

docs/website/core/Footer.js

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -24,55 +24,6 @@ class Footer extends React.Component {
2424
render() {
2525
return (
2626
<footer className="nav-footer" id="footer">
27-
<div className="footer-container">
28-
<div className="devspace-company">
29-
<img src="/img/devspace-logo.svg" />
30-
DevSpace CLI and DevSpace Cloud are products developed by the covexo GmbH.
31-
The terms "DevSpace" and "covexo" are registered trademarks of the covexo GmbH.
32-
</div>
33-
<div className="social-networks">
34-
<a className="fb-icon" href="https://www.facebook.com/covexo" target="_blank"><img src="/img/facebook-square.svg" /></a>
35-
<a className="twitter-icon" href="https://twitter.com/covexo" target="_blank"><img src="/img/twitter-square.svg" /></a>
36-
<a className="sof-icon" href="https://stackoverflow.com/questions/tagged/devspace" target="_blank"><img src="/img/stackoverflow-square.svg" /></a>
37-
<a className="gh-icon" href="https://github.com/covexo/devspace" target="_blank"><img src="/img/github-square.svg" /></a>
38-
</div>
39-
<div className="doc-links">
40-
<div className="links">
41-
<h5 className="title">DevSpace CLI</h5>
42-
<a className="link" target="_blank" href="https://github.com/covexo/devspace">GitHub Repository</a>
43-
<a className="link" href="/getting-started">Quickstart Guide</a>
44-
<a className="link" target="_blank" href="https://devspace.covexo.com/docs/cli/init.html">Command List</a>
45-
<a className="link" target="_blank" href="https://devspace.covexo.com/docs/getting-started/faq.html">FAQ</a>
46-
</div>
47-
<div className="links">
48-
<h5 className="title">DevSpace Cloud</h5>
49-
<a className="link" href="/products">Products</a>
50-
<a className="link" href="/products">Pricing</a>
51-
<a className="link" href="/products">Enterprise Edition</a>
52-
</div>
53-
<div className="links invisible"></div>
54-
<div className="links invisible"></div>
55-
<div className="links">
56-
<h5 className="title">Documentation</h5>
57-
<a className="link" href="/getting-started">Getting Started</a>
58-
<a className="link" target="_blank" href="https://docs.devspace-cloud.com/docs/cli/configuration/config.yaml.html">Configuration</a>
59-
<a className="link" target="_blank" href="https://docs.devspace-cloud.com/docs/advanced/architecture.html">Architecture</a>
60-
</div>
61-
<div className="links">
62-
<h5 className="title">Community</h5>
63-
<a className="link" target="_blank" href="http://slack.devspace-cloud.com">Slack Chat</a>
64-
<a className="link" target="_blank" href="https://www.meetup.com/members/231546888">Meetups</a>
65-
<a className="link" target="_blank" href="https://github.com/covexo/devspace#contributing">Contribute</a>
66-
</div>
67-
<div className="links">
68-
<h5 className="title">Legal</h5>
69-
<a className="link" href="/terms">Terms and Conditions</a>
70-
<a className="link" href="/privacy-policy">Privacy Policy</a>
71-
<a className="link" href="/legal-notice">Legal Notice</a>
72-
</div>
73-
<div className="links"/>
74-
</div>
75-
</div>
7627
</footer>
7728
);
7829
}

docs/website/static/css/nav.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,9 @@
5858
text-decoration: none;
5959
color: #1c65f7;
6060
}
61+
62+
@media(max-width: 1023px) {
63+
.docsNavContainer {
64+
position: absolute;
65+
}
66+
}

0 commit comments

Comments
 (0)