|
7 | 7 | <title>Patterns Advent Calendar / InnerSource Commons</title> |
8 | 8 | <meta name="description" content="An advent calendar for 2025, to highlight InnerSource patterns that need your help!" /> |
9 | 9 | <meta name="keywords" content="advent calendar, web, html template, 3d, cubes, css, javascript, anime.js" /> |
10 | | - <meta name="author" content="Codrops" /> |
| 10 | + <meta name="author" content="InnerSource Commons" /> |
11 | 11 | <link rel="shortcut icon" href="favicon.ico"> |
12 | 12 | <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Droid+Sans+Mono" rel="stylesheet" /> |
13 | 13 | <link rel="stylesheet" type="text/css" href="css/normalize.css" /> |
@@ -77,9 +77,9 @@ <h1 class="codrops-header__title">Patterns Advent Calendar</h1> |
77 | 77 | <div class="cube" data-bg-color="#E0E1F5" data-title="Principle Of Having"></div> |
78 | 78 | <div class="cube" data-bg-color="#DFD1F0" data-title="Enemies"></div> |
79 | 79 | <div class="cube" data-bg-color="#DFD1F0" data-title="Better World"></div> |
80 | | - <div class="cube" data-inactive data-bg-color="#6161616" data-title="Coming soon"></div> |
81 | | - <div class="cube" data-inactive data-bg-color="#6161616" data-title="Coming soon"></div> |
82 | | - <div class="cube" data-inactive data-bg-color="#6161616" data-title="Coming soon"></div> |
| 80 | + <div class="cube" data-bg-color="#6161616" data-title="23"></div> |
| 81 | + <div class="cube" data-bg-color="#6161616" data-title="24"></div> |
| 82 | + <div class="cube" data-bg-color="#6161616" data-title="25"></div> |
83 | 83 | </div> |
84 | 84 | <div class="content"> |
85 | 85 | <!-- 1 --> |
@@ -197,6 +197,21 @@ <h3 class="content__title">Better World</h3> |
197 | 197 | <p class="content__description">If you assume that there is no hope, you guarantee that there will be no hope. If you assume that there is an instinct for freedom, that there are opportunities to change things, then there is a possibility that you can contribute to making a better world.</p> |
198 | 198 | <p class="content__meta">Noam Chomsky</p> |
199 | 199 | </div> |
| 200 | + <div class="content__block"> |
| 201 | + <h3 class="content__title">23</h3> |
| 202 | + <p class="content__description">23</p> |
| 203 | + <p class="content__meta">23</p> |
| 204 | + </div> |
| 205 | + <div class="content__block"> |
| 206 | + <h3 class="content__title">24</h3> |
| 207 | + <p class="content__description">24</p> |
| 208 | + <p class="content__meta">24</p> |
| 209 | + </div> |
| 210 | + <div class="content__block"> |
| 211 | + <h3 class="content__title">25</h3> |
| 212 | + <p class="content__description">25</p> |
| 213 | + <p class="content__meta">25</p> |
| 214 | + </div> |
200 | 215 | <div class="content__number">0</div> |
201 | 216 | <button class="btn-back" aria-label="Back to the grid view">↵</button> |
202 | 217 | </div><!-- /content --> |
|
0 commit comments