mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2025-01-02 21:00:05 -05:00
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
|
@ -185,17 +185,17 @@
|
|||
--color-hover: hsla(213, 18%, 90%, .05);
|
||||
--color-active: hsla(213, 18%, 90%, .1);
|
||||
|
||||
--color-menu: hsl(213, 15%, 21%);
|
||||
--color-card: hsl(213, 15%, 21%);
|
||||
--color-menu: hsl(213, 12%, 21%);
|
||||
--color-card: hsl(213, 12%, 21%);
|
||||
|
||||
--color-markup-table-row: hsla(0, 0%, 100%, 0);
|
||||
--color-markup-code-block: hsla(0, 0%, 100%, 0.1);
|
||||
|
||||
--color-code-bg: #1e2329;
|
||||
--color-code-line-bg-hover: hsl(213, 16%, 16%);
|
||||
--color-code-sidebar-bg: hsl(213, 14.8%, 21%);
|
||||
--color-code-sidebar-bg: hsl(213, 15%, 21%);
|
||||
|
||||
--color-timeline: hsl(220, 10.6%, 33.3%);
|
||||
--color-timeline: hsl(220, 10%, 33%);
|
||||
|
||||
/* Navbar. */
|
||||
--color-navbar: hsl(213, 10%, 18%);
|
||||
|
@ -282,6 +282,11 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
|||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.ui.menu,
|
||||
.ui.vertical.menu {
|
||||
border-color: var(--color-secondary-alpha-30) !important;
|
||||
}
|
||||
|
||||
/* Vertical menu.
|
||||
* Used in: /issues */
|
||||
.ui.vertical.menu {
|
||||
|
@ -447,6 +452,19 @@ footer a {
|
|||
}
|
||||
|
||||
/* Cards. */
|
||||
.ui.card {
|
||||
border-radius: var(--border-radius);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui.card .content {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui.card .content a {
|
||||
color: var(--color-primary-contrast);
|
||||
}
|
||||
|
||||
.ui.cards>.card>.content>a.header,
|
||||
.ui.card>.content>a.header {
|
||||
color: var(--color-text-dark);
|
||||
|
@ -457,6 +475,41 @@ footer a {
|
|||
color: var(--color-text-dark-2);
|
||||
}
|
||||
|
||||
.ui.card.card-with-icon {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.ui.card.card-with-icon .icon svg {
|
||||
margin: 10px 0 0 15px;
|
||||
width: 50px;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
/* Users/Organizations list. */
|
||||
/* Fix alignment issue since */
|
||||
.ui.user.list img.avatar,
|
||||
.ui.user.list img.avatar+.content {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ui.user.list img.avatar {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
vertical-align: initial !important;
|
||||
}
|
||||
|
||||
.ui.user.list .content {
|
||||
margin-left: var(--spacer-2);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.ui.user.list .content .description .svg {
|
||||
margin-right: var(--spacer-1);
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
/* Homepage. */
|
||||
.home a {
|
||||
color: var(--color-accent);
|
||||
|
|
|
@ -1,34 +1,37 @@
|
|||
<div class="ui card">
|
||||
<div class="content">
|
||||
<span class="header">Modules</span>
|
||||
<div class="meta">
|
||||
<span class="date">Point of contact for projects</span>
|
||||
</div>
|
||||
<h3>Modules</h3>
|
||||
<div class="description">
|
||||
<ul>
|
||||
<p>Blender development is split into the following modules and projects.</p>
|
||||
<ul class="mb-0">
|
||||
<li><a href="blender/blender/wiki/Module: Animation & Rigging">Animation & Rigging</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Asset Browser">Asset Browser</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Core">Core</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Development Management">Development Management</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Grease Pencil">Grease Pencil</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Modeling">Modeling</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Nodes & Physics">Nodes & Physics</a></li>
|
||||
<li>
|
||||
<a href="blender/blender/wiki/Module: Nodes & Physics">Nodes & Physics</a>
|
||||
<ul>
|
||||
<li><a href="blender/blender/wiki/Module: Geometry Nodes">Geometry Nodes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="blender/blender/wiki/Module: Pipeline, Assets & I/O">Pipeline, Assets & I/O</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Asset Browser">Asset Browser</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Platforms, Builds, Tests & Devices">Platforms, Builds, Tests & Devices</a></li>
|
||||
<li>Python & Add-ons</li>
|
||||
<li>
|
||||
Python & Add-ons
|
||||
<ul>
|
||||
<li><a href="blender/blender/wiki/Module: Python API & Text Editor">Python API & Text Editor</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Officially Maintained Add-ons">Officially Maintained Add-ons</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Community Maintained Add-ons">Community Maintained Add-ons</a></li>
|
||||
</ul>
|
||||
<li>Rendering</li>
|
||||
</li>
|
||||
<li>
|
||||
Rendering
|
||||
<ul>
|
||||
<li><a href="blender/blender/wiki/Module: EEVEE & Viewport">EEVEE & Viewport</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Render & Cycles">Render & Cycles</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="blender/blender/wiki/Module: Sculpt, Paint & Texture">Sculpt, Paint & Texture</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: Triaging">Triaging</a></li>
|
||||
<li><a href="blender/blender/wiki/Module: User Interface">User Interface</a></li>
|
||||
|
|
|
@ -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>
|
||||
<h3>Ongoing Projects</h3>
|
||||
<p>Focused activities to advance Blender.</p>
|
||||
|
||||
<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>
|
||||
<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>View all projects...</a>
|
||||
<a href="https://code.blender.org">
|
||||
See all articles {{svg "octicon-chevron-right" 18}}
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,21 +1,34 @@
|
|||
<div class="ui card">
|
||||
<div class="content">
|
||||
<span class="header">Release Status</span>
|
||||
<div class="meta">
|
||||
<span class="date">Current and upcoming versions</span>
|
||||
</div>
|
||||
<h3>Release Status</h3>
|
||||
<p>Current and upcoming versions</p>
|
||||
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li><a href="blender/blender/milestone/1">Blender 3.5</a> — Bcon2: Improve and stabilize</li>
|
||||
<li><a href="blender/blender/milestone/2">Blender 3.4</a> — Released on December 7, 2022</li>
|
||||
<li><a href="blender/blender/milestone/3">Blender 3.3 LTS</a> — Released on September 7, 2022</li>
|
||||
<li><a href="blender/blender/milestone/4">Blender 2.93 LTS</a> — Released on June 2, 2021</li>
|
||||
<li>
|
||||
<a href="blender/blender/milestone/1">Blender 3.5</a>
|
||||
— <strong>Bcon2</strong>: Improve & stabilize
|
||||
</li>
|
||||
<li>
|
||||
<a href="blender/blender/milestone/2">Blender 3.4</a>
|
||||
— Released on Dec 7, 2022
|
||||
</li>
|
||||
<li>
|
||||
<a href="blender/blender/milestone/3">Blender 3.3 LTS</a>
|
||||
— Released on Sep 7, 2022
|
||||
</li>
|
||||
<li>
|
||||
<a href="blender/blender/milestone/4">Blender 2.93 LTS</a>
|
||||
— Released on Jun 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>
|
||||
<a href="https://wiki.blender.org/wiki/Process/Release_Cycle">
|
||||
Read more {{svg "octicon-chevron-right" 18}}
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,72 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div class="ui stackable two column grid">
|
||||
<div class="ui stackable twelve column mb-3">
|
||||
<p>The portal hosts more that just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!</p>
|
||||
</div>
|
||||
|
||||
<div class="ui stackable three column grid">
|
||||
<div class="column">
|
||||
<div class="ui card card-with-icon py-2">
|
||||
<a class="icon" href="blender/blender">
|
||||
<svg fill="none" stroke="#bbb" stroke-width="0.75" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="true">
|
||||
<path d="m 7.361665,14.824886 c 0.00549,0.312534 0.1051636,0.919864 0.2546733,1.394155 0.3142236,1.003911 0.8472212,1.932644 1.5888566,2.751145 0.7610632,0.841308 1.6982441,1.517057 2.7807101,1.996839 1.137794,0.503856 2.370615,0.760641 3.651161,0.758529 1.278434,-0.0017 2.511255,-0.263542 3.649049,-0.771199 1.082466,-0.484428 2.018802,-1.163134 2.778598,-2.004864 0.741213,-0.82188 1.273366,-1.752302 1.588435,-2.756213 0.158379,-0.507234 0.258474,-1.022071 0.298597,-1.538596 0.03928,-0.508924 0.02281,-1.018693 -0.04941,-1.528039 C 23.761268,12.134136 23.417902,11.202869 22.889128,10.353959 22.405545,9.573891 21.782166,8.8909618 21.040953,8.3161525 l 0.0017,-0.00127 -7.480128,-5.7434473 c -0.0068,-0.00507 -0.01225,-0.010559 -0.01943,-0.015204 -0.490763,-0.3767303 -1.316022,-0.3754633 -1.855778,0.00211 -0.545668,0.3817984 -0.608174,1.0132017 -0.122479,1.4114715 l -0.0021,0.00211 3.119852,2.5370166 -9.5090662,0.010136 h -0.01267 C 4.374851,6.5199262 3.6192782,7.0356074 3.4697686,7.6872832 3.3160355,8.351207 3.8498779,8.9019427 4.6671128,8.9048991 l -0.00127,0.00296 4.8197854,-0.00929 -8.60060544,6.6016489 c -0.0109809,0.008 -0.0228066,0.01647 -0.0329428,0.0245 -0.81132209,0.621267 -1.07359748,1.654319 -0.5625617,2.308106 0.51863796,0.664769 1.62137714,0.666036 2.44114614,0.0038 l 4.6939269,-3.841635 c 0,0 -0.06842,0.518638 -0.062929,0.829905 z m 12.061711,1.736676 c -0.967166,0.985327 -2.3212,1.544087 -3.78631,1.547044 -1.467222,0.0025 -2.821255,-0.551159 -3.788422,-1.534796 -0.472603,-0.47936 -0.819769,-1.03094 -1.033898,-1.61842 -0.209904,-0.577343 -0.291417,-1.190164 -0.237357,-1.808474 0.0511,-0.604374 0.231022,-1.180872 0.518216,-1.702466 0.282126,-0.512725 0.670682,-0.976036 1.150464,-1.36797 0.940137,-0.7661313 2.137059,-1.1808724 3.388885,-1.1825618 1.253094,-0.00169 2.449171,0.4092507 3.390152,1.1728478 0.478938,0.390245 0.867072,0.851866 1.149197,1.363746 0.288461,0.521172 0.467112,1.095559 0.520328,1.701622 0.05321,0.617466 -0.0283,1.229441 -0.238202,1.807207 -0.214551,0.589169 -0.56045,1.140749 -1.033053,1.622221 z"/>
|
||||
<path d="m 12.869811,13.227375 c 0.03979,-0.709769 0.387352,-1.335087 0.911703,-1.778365 0.514217,-0.435395 1.206346,-0.701512 1.961532,-0.701512 0.754436,0 1.446564,0.266117 1.961157,0.701512 0.523975,0.443278 0.871541,1.068596 0.911703,1.777614 0.03979,0.729287 -0.253356,1.406777 -0.767572,1.908983 -0.524352,0.510839 -1.270154,0.83138 -2.105288,0.83138 -0.835133,0 -1.582438,-0.320541 -2.106413,-0.83138 -0.514592,-0.502206 -0.806983,-1.179696 -0.766822,-1.908232 z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="blender/blender">
|
||||
<h3>Blender</h3>
|
||||
</a>
|
||||
<div class="description">
|
||||
<p>The main repository for Blender's code and all its branches.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<div class="ui card card-with-icon py-2">
|
||||
<a class="icon" href="blender/documentation">
|
||||
<svg fill="none" stroke="#bbb" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="true">
|
||||
<path stroke-linecap="round" stroke-linejoin="round"
|
||||
d="M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="blender/documentation">
|
||||
<h3>User Manual</h3>
|
||||
</a>
|
||||
<div class="description">
|
||||
<p>The official Blender manual, with references and examples.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<div class="ui card card-with-icon py-2">
|
||||
<a class="icon" href="studio/flamenco">
|
||||
<svg fill="none" stroke="#bbb" stroke-width="0.75" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m 13.297177,21.10859 c -0.21887,-0.01823 -0.446844,-0.09119 -0.683924,-0.218856 -0.237108,-0.145902 -0.437725,-0.300923 -0.601852,-0.465067 -0.200632,-0.25533 -0.346535,-0.556258 -0.437712,-0.902781 -0.09121,-0.34652 -0.100323,-0.68392 -0.02736,-1.012209 0.09117,-0.382992 0.282675,-0.720396 0.574497,-1.012207 0.310031,-0.310039 0.656552,-0.501538 1.039564,-0.574497 0.145885,-0.03648 0.346507,-0.04559 0.601853,-0.02736 0.273554,3e-6 0.48329,0.02736 0.629211,0.08207 0.328267,0.127669 0.601836,0.319167 0.820708,0.574494 0.237076,0.237098 0.401219,0.528905 0.492426,0.875425 0.05469,0.164149 0.07294,0.383001 0.05471,0.656566 -1.8e-5,0.273571 -0.02738,0.483307 -0.08207,0.629212 -0.09121,0.255332 -0.23711,0.492427 -0.437712,0.711279 -0.182395,0.200617 -0.401252,0.364761 -0.656566,0.492424 -0.419489,0.20062 -0.848082,0.26445 -1.285778,0.1915 M 0.22054868,19.822807 c -0.018248,-0.03648 -0.009116,-0.428589 0.0273637,-1.176351 -0.0364794,0.911903 0.009116,-0.419464 0.13678542,-3.994113 -1.65e-6,-0.237088 0.009116,-0.674798 0.0273637,-1.313133 l 0.0547109,-1.586706 C 0.50325181,10.603523 0.55796266,9.7554587 0.63092151,9.2083047 0.70386379,8.6429399 0.81329876,8.232587 0.95920485,7.9772442 1.0139157,7.8678391 1.1780582,7.6124964 1.4516306,7.2112459 1.7434345,6.8100269 1.9987673,6.4726262 2.2176256,6.1990387 2.5094296,5.7978231 2.8012368,5.4421826 3.093049,5.1321175 3.4030893,4.8220887 3.8590391,4.4208548 4.4608982,3.9284091 4.9533158,3.508957 5.2907182,3.2445068 5.4731053,3.1350586 5.6554776,3.0074221 5.8560946,2.9253442 6.0749579,2.8888449 c 0.54713,-0.1094052 1.5593372,0.1185705 3.036623,0.6839237 1.4955021,0.5653997 3.5655101,1.5046529 6.2100321,2.8177714 2.826864,1.4408147 5.097491,2.6809942 6.811881,3.720546 0.528877,0.328296 0.893637,0.583628 1.09428,0.765993 0.218831,0.182394 0.382971,0.383011 0.492425,0.601854 0.03645,0.09121 0.05469,0.16415 0.05471,0.218859 0.01822,0.03648 0.01822,0.09119 0,0.164132 l -0.08207,0.218857 c -0.05474,0.09121 -0.373903,0.446839 -0.957493,1.066921 -0.583639,0.601862 -1.066945,1.07605 -1.449919,1.422562 -0.474211,0.437718 -0.802494,0.720408 -0.984852,0.848068 -0.164165,0.127669 -0.337424,0.191504 -0.519781,0.191496 -0.255353,8e-6 -0.538042,-0.06383 -0.848066,-0.191496 -0.291829,-0.127654 -0.802491,-0.41035 -1.53199,-0.848068 -1.53201,-0.930126 -3.446996,-1.96969 -5.744966,-3.118693 C 10.050818,10.630872 8.5461863,9.9104755 7.1418725,9.2903677 5.7740167,8.6702903 5.0809739,8.4058402 5.0627441,8.4970172 L 4.9259587,14.241979 c -0.018248,0.474196 -0.054727,0.802479 -0.1094217,0.984851 -0.018248,0.09121 -0.09119,0.255338 -0.218855,0.492428 -0.3830042,0.802474 -1.0030948,1.632303 -1.8602734,2.489481 -0.5106673,0.492428 -0.9939741,0.902786 -1.4499188,1.231066 -0.45595299,0.328283 -0.77511565,0.492427 -0.95749455,0.492422 -0.0547108,5e-6 -0.0911903,-0.03648 -0.10942171,-0.109421"/>
|
||||
</svg>
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="studio/flamenco">
|
||||
<h3>Flamenco</h3>
|
||||
</a>
|
||||
<div class="description">
|
||||
<p>Free and open source render management software.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ui stackable two column grid mb-4 pt-0">
|
||||
<div class="column">
|
||||
{{template "blender_components/card_releases" .}}
|
||||
{{template "blender_components/card_projects" .}}
|
||||
|
@ -24,54 +89,6 @@
|
|||
{{template "blender_components/card_modules" .}}
|
||||
</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="blender/blender" class="image">
|
||||
<img src="/assets/img/thumb_blender.jpg">
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="blender/blender" class="header">Blender</a>
|
||||
<div class="description">
|
||||
<p>The official repo of the Blender 3D content creation suite.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<div class="ui card">
|
||||
<a href="blender/documentation" class="image">
|
||||
<img src="/assets/img/thumb_manual.jpg">
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="blender/documentation" class="header">User Manual</a>
|
||||
<div class="description">
|
||||
<p>The official Blender user manual, with references and examples.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<div class="ui card">
|
||||
<a href="studio/flamenco" class="image">
|
||||
<img src="/assets/img/thumb_flamenco.jpg">
|
||||
</a>
|
||||
<div class="content">
|
||||
<a href="studio/flamenco" class="header">Flamenco</a>
|
||||
<div class="description">
|
||||
<p>Free & Open Source Render Management.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue