Skip to content

Commit

Permalink
docs: update header
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Oct 31, 2024
1 parent 1149b3b commit 1049849
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function HomepageHeader() {
<div className="row">
<div className="col col--6">
<a href="https://dir-demo.adriansoftware.de" target="_blank">
<img style={{ boxShadow: "0px 0px 10px 0px #8585857d" }} src="/img/p1.png" />
<img style={{ boxShadow: "0px 0px 10px 0px #8585857d" }} src="/img/main2.png" />
</a>
{/* TODO: iframe of demo */}
</div>
Expand Down Expand Up @@ -73,7 +73,7 @@ function SectionDocker() {
function Section2() {
return <div className=" xxx" style={{ textAlign: "center", background: "#000000", padding: "3em", paddingTop: "3em", paddingBottom: "3em" }}>
<h1 className="hero__title" style={{ color: "var(--ifm-color-gray-700)", marginLeft: "auto" }}>🌙 Darkmode</h1>
<img /* style={{ boxShadow: "0px 0px 10px 0px #8585857d" }} */ src="/img/p2.png" />
<img /* style={{ boxShadow: "0px 0px 10px 0px #8585857d" }} */ src="/img/main1.png" />
</div>
}

Expand Down
Binary file added docs/static/img/main1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/main2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1049849

Please sign in to comment.