1
0
Fork 0

First pass on homepage content when anonymous

This commit is contained in:
Francesco Siddi 2023-01-31 17:36:55 +01:00
parent 2d09e39a1b
commit cd13db56cc
4 changed files with 161 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
public/img/thumb_manual.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -1,5 +1,19 @@
{{template "base/head" .}} {{template "base/head" .}}
<style>
ul {
padding-inline-start: 15px;
}
.ui.cards>.card, .ui.card {
width: 100%;
}
.hero p {
width: 70%;
font-size: 1.2rem;
}
</style>
<div class="page-content home"> <div class="page-content home">
<div class="ui stackable middle very relaxed page grid"> <div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide aligned column"> <div class="sixteen wide aligned column">
@ -10,15 +24,157 @@
<p> <p>
Welcome to the Blender Projects portal! Welcome to the Blender Projects portal!
This is where all the official initiatives are coordinated and managed. This is where all the official initiatives are coordinated and managed.
</p>
<p>
Read on to find out how to get involved, report bugs, see what's happening, Read on to find out how to get involved, report bugs, see what's happening,
and discover resources and documentation. and discover resources and documentation.
</p> </p>
<div class="ui info message"> </div>
<p>projects.blender.org is currently under development.</p>
<p>For Blender development updates go to <a href="https://developer.blender.org/">developer.blender.org</a>.</p> <div class="ui stackable two column grid">
<div class="column">
<div class="ui card">
<div class="content">
<a class="header">Ongoing Projects</a>
<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>
</div>
<div class="ui card">
<div class="content">
<a class="header">Releases</a>
<div class="meta">
<span class="date">Current and scheduled releases</span>
</div>
<div class="description">
<ul>
<li>Blender 3.5 — Bcon2: Improve and stabilize</li>
<li>Blender 3.4 — Released on December 7, 2022</li>
<li>Blender 3.3 LTS — Released on September 7, 2022</li>
<li>Blender 2.93 LTS — Released on June 2, 2021</li>
</ul>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a href="https://wiki.blender.org/wiki/Process/Release_Cycle">More info on the release cycle...</a>
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<div class="content">
<a class="header">Modules</a>
<div class="meta">
<span class="date">Point of contact for projects</span>
</div>
<div class="description">
<ul>
<li>Animation & Rigging</li>
<li>Core</li>
<li>Development Management</li>
<li>Grease Pencil</li>
<li>Modeling</li>
<li>Nodes & Physics</li>
<li>Geometry Nodes</li>
<li>Pipeline, Assets & I/O</li>
<li>Asset Browser</li>
<li>Platforms, Builds, Tests & Devices</li>
<li>Python & Add-ons</li>
<ul>
<li>Python API & Text Editor</li>
<li>Officially Maintained Add-ons</li>
<li>Community Maintained Add-ons</li>
</ul>
<li>Rendering</li>
<ul>
<li>EEVEE & Viewport</li>
<li>Render & Cycles</li>
</ul>
<li>Sculpt, Paint & Texture</li>
<li>Triaging</li>
<li>User Interface</li>
<li>VFX & Video</li>
</ul>
</div>
</div>
</div>
</div>
</div> </div>
<h2 class="ui header title">Featured Repositories</h2>
<p>The portal hosts more that just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!</p>
<div class="ui stackable three column grid">
<div class="column">
<div class="ui card">
<a href="#" class="image">
<img src="/assets/img/thumb_blender.jpg">
</a>
<div class="content">
<a class="header">Blender</a>
<div class="description">
<p>The official repo of the Blender 3D content creation suite.</p>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a>Browse repo...</a>
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<a href="#" class="image">
<img src="/assets/img/thumb_manual.jpg">
</a>
<div class="content">
<a class="header">User Manual</a>
<div class="description">
<p>The official Blender user manual, with references and examples.</p>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a>Browse repo...</a>
</span>
</div>
</div>
</div>
<div class="column">
<div class="ui card">
<a href="#" class="image">
<img src="/assets/img/thumb_flamenco.jpg">
</a>
<div class="content">
<a class="header">Flamenco</a>
<div class="description">
<p>Free & Open Source Render Management.</p>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a>Browse repo...</a>
</span>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>