Home: Layout and style adjustments
* Replace images with icons. * Add links to ongoing projects and swap for code blog entries. * Style tweaks.
This commit is contained in:
parent
2987e8e46b
commit
d72b4f9bb7
5 changed files with 203 additions and 110 deletions
|
@ -1,20 +1,27 @@
|
|||
<div class="ui card">
|
||||
<div class="content">
|
||||
<span class="header">Ongoing Projects</span>
|
||||
<div class="meta">
|
||||
<span class="date">Focused activities to advance Blender</span>
|
||||
</div>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>Animation 25 — Next generation animation system</li>
|
||||
<li>Simulation Nodes — Everything with nodes</li>
|
||||
<li>Brush Assets — The asset system and browser</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
<span class="right floated">
|
||||
<a>View all projects...</a>
|
||||
</span>
|
||||
<div class="content">
|
||||
<h3>Ongoing Projects</h3>
|
||||
<p>Focused activities to advance Blender.</p>
|
||||
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://code.blender.org/2022/11/the-future-of-character-animation-rigging/">
|
||||
The Future of Character Animation
|
||||
</a>
|
||||
<li>
|
||||
<a href="https://code.blender.org/2022/12/brush-assets-workflow/">
|
||||
Brush Assets
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
<span class="right floated">
|
||||
<a href="https://code.blender.org">
|
||||
See all articles {{svg "octicon-chevron-right" 18}}
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue