Skip to content

Commit

Permalink
Add guest post about sol75.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Nov 7, 2021
1 parent b7a3738 commit 3fb38ef
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $(document).ready(function() {
$content = $(this).find('.entry').html();
$shortContent = jQuery.trim($content).substring(0, 150).split(" ").slice(0, -1).join(" ") + "...";
if(i<3){
$('#sidebar ul').append("<li style='padding-bottom:10px;'><strong><small>"+$date+"</small><strong><br/><a class='underline' href='news.html#"+$(this).attr("id")+"'>"+$title+"</a><br/><small>"+$shortContent+"</small></li>");
$('#sidebar ul').append("<li style='padding-bottom:10px;'><strong><small>"+$date+"</small><strong><br/><a class='underline' href='news.html#"+$(this).attr("id")+"'>"+$title+"</a><br/><small>"+$shortContent+"</small></li><br clear='all'>");
}
i++;
});
Expand Down
64 changes: 64 additions & 0 deletions images/sol75-beta.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,31 @@ <h1>News</h1>
</div>

<article>

<section id="20211107">
<h1 class="title">SOL75 - A functional customizer</h1>
<h2 class="date">7 Nov 2021</h2>
<div class="entry">
<p>
<h3>Guest post introducing SOL75</h3>
</p>
<img class="newsimg" src="images/sol75-beta.svg" title="SOL75"/>
<p>
Experimenting with the OpenSCAD language, <a href="https://www.sol75.com/">SOL75</a>
offers an online customizer where the inputs are the desired performances of a component.
The software then finds a suitable value for each of the component parameters, modifying
its geometry to make it compliant with the requested performances.
This allows for example to directly specify the maximum mass for a part, or the mechanical
load it shall support.
</p>
<p>
The project is geared toward functional mechanical parts, with built-in support for common
printing materials, customizable printer configurations and dynamically generated documentation
based on component requirements. You can have a look at <a href="https://www.sol75.com/">SOL75 landing page</a>
or try <a href="https://www.sol75.com/component/electronic_enclosure_if">the online demo</a>
directly.
</p>
</div>
</section>
<section id="20210312">
<h1 class="title">Google Summer of Code 2021</h1>
<h2 class="date">12 March 2021</h2>
Expand Down

0 comments on commit 3fb38ef

Please sign in to comment.