Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function NewHeader() {
<div className='container'>
<div className='row' style={{padding: '0.5rem 0'}}>
<div className='col col--12' style={{display: 'flex', flexDirection: 'column', justifyContent: 'center'}}>
<h2 className='margin-bottom--lg' style={{textAlign: 'center', lineHeight: '1.2', fontSize: '1.5rem'}}>The Ondsel Lens server is permanently shutting down on November 22, 2024</h2>
<h2 className='margin-bottom--lg' style={{textAlign: 'center', lineHeight: '1.2', fontSize: '1.5rem'}}>Please read <a href="https://ondsel.com/blog/goodbye/">our statement</a> on the shutdown of the company</h2>
</div>
</div>

Expand Down Expand Up @@ -167,7 +167,7 @@ export default function Home({ recentPosts }) {
</div>

<div className='col col--6'>
<iframe className='shadow--md' style={{borderRadius: '1.5rem', border: 'solid 1px gray', minHeight: '300px'}} width="100%" height="100%" src="https://lens.ondsel.com/share/669041ae5bde15ad8f1e8831" title="Filametrix Mosquito Mount by Stefan"></iframe>
<img style={{borderRadius: '1.5rem', border: 'solid 1px gray', minHeight: '300px'}} width="100%" src="/img/homepage-lens-screen.png" alt="Ondsel Lens" />
</div>

</div>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ We have already submitted the rest of our changes to FreeCAD, too. Most of them

## Will you release the source code of the Lens server and the MBD solver?

We are looking into that.
We have already released the source code of the Lens server. We are looking into releasing the source code of the MBD solver.

## Will Lens customers get refunds?

We have already processed all the refunds we realistically could.
Loading