|
197 | 197 | data=data |
198 | 198 | %} |
199 | 199 | {% endfor %} |
| 200 | + |
| 201 | + <div id="special-thanks" class="section section-special-thanks"> |
| 202 | + <div class="section-title"> |
| 203 | + <div class="container"> |
| 204 | + <h3> |
| 205 | + <a href="#special-thanks">Special thanks</a> |
| 206 | + <div class="section-robot godot-icon-godot" aria-disabled="true"></div> |
| 207 | + </h3> |
| 208 | + </div> |
| 209 | + </div> |
| 210 | + <div class="container"> |
| 211 | + <div class="release-cards"> |
| 212 | + <div id="special-thanks-release-authors" class="release-card span-3 media-bottom"> |
| 213 | + <div class="release-card-container"> |
| 214 | + <div class="release-card-content"> |
| 215 | + <div class="release-card-content-container"> |
| 216 | + <h4 class="c-title"> |
| 217 | + <a href="#special-thanks-release-authors"> |
| 218 | + Release authors |
| 219 | + </a> |
| 220 | + </h4> |
| 221 | + <div class="c-blockquote"> |
| 222 | + <span class="highlight">Team work</span> makes the dream work |
| 223 | + </div> |
| 224 | + <div class="c-content"> |
| 225 | + <p> |
| 226 | + Here you can see all the contributors with PRs merged into this release. |
| 227 | + The names are ordered alphabetically, and sized accordingly to their number |
| 228 | + of contributions. |
| 229 | + </p> |
| 230 | + <p> |
| 231 | + Special thanks goes out to all the engine teams that collaborated on this release, |
| 232 | + especially since commits to other related repositories (documentation, godot-cpp, |
| 233 | + etc.) do not show up in this graphic. |
| 234 | + </p> |
| 235 | + </div> |
| 236 | + </div> |
| 237 | + </div> |
| 238 | + <div class="release-card-media"> |
| 239 | + <div class="release-card-authors"> |
| 240 | + {% assign authors = page.authors_list | split: "|" %} |
| 241 | + {% for author in authors %} |
| 242 | + {% assign author_data = author | split: "," %} |
| 243 | + {% assign author_handle = author_data[0] %} |
| 244 | + {% assign author_commits = author_data[1] %} |
| 245 | + {% assign author_prs = author_data[2] %} |
| 246 | + <div class="release-card-author" data-handle="{{author_handle}}" |
| 247 | + data-commits="{{author_commits}}" data-prs="{{author_prs}}"> |
| 248 | + <a href="https://github.com/godotengine/godot/pulls?q=author%3A{{author_handle}}+is%3Apr+milestone%3A{{release_version_number}}+is%3Aclosed+is%3Amerged+" |
| 249 | + target="_blank">{{author_handle}}</a> |
| 250 | + </div> |
| 251 | + {% endfor %} |
| 252 | + </div> |
| 253 | + </div> |
| 254 | + </div> |
| 255 | + </div> <!-- #special-thanks-release-authors --> |
| 256 | + |
| 257 | + <div id="special-thanks-remi" class="release-card transparent-card span-3"> |
| 258 | + <div class="release-card-container"> |
| 259 | + <div class="release-card-content"> |
| 260 | + <div class="release-card-content-container force-one-column"> |
| 261 | + <div class="c-blockquote"> |
| 262 | + <p> |
| 263 | + [QUOTE] |
| 264 | + </p> |
| 265 | + </div> |
| 266 | + <div class="c-content align-right"> |
| 267 | + — <a href="https://github.com/akien-mga">Rémi Verschelde</a>, project manager, |
| 268 | + <a href="https://github.com/godotengine/godot/commit/[[COMMIT_NUMBER]]">{{release_version_number}} release commit</a> |
| 269 | + </div> |
| 270 | + </div> |
| 271 | + </div> |
| 272 | + </div> |
| 273 | + </div> |
| 274 | + |
| 275 | + <div id="special-thanks-credits" class="release-card span-3"> |
| 276 | + <div class="release-card-container"> |
| 277 | + <div class="release-card-content"> |
| 278 | + <div class="release-card-content-container"> |
| 279 | + <h4 class="c-title"> |
| 280 | + <a href="#special-thanks-credits"> |
| 281 | + Release page credits |
| 282 | + </a> |
| 283 | + </h4> |
| 284 | + <div class="c-content"> |
| 285 | + <p> |
| 286 | + Web development by <a href="https://adamscott.studio">Adam Scott</a> |
| 287 | + with help from <a href="https://coppolaemilio.com/">Emilio Coppola</a> |
| 288 | + </p> |
| 289 | + <p> |
| 290 | + Design template by <a href="https://luiscarli.com/">Luis Carli</a> |
| 291 | + </p> |
| 292 | + <p> |
| 293 | + Visuals by <a href="https://adamscott.studio">Adam Scott</a> |
| 294 | + with special thanks to |
| 295 | + [[CONTENT CREATORS]] |
| 296 | + </p> |
| 297 | + <p> |
| 298 | + Texts by <a href="https://bio.link/murderveggie">Nathalie Galla</a> |
| 299 | + </p> |
| 300 | + </div> |
| 301 | + </div> |
| 302 | + </div> |
| 303 | + </div> |
| 304 | + </div> <!-- #special-thanks-credits --> |
| 305 | + </div> |
| 306 | + </div> |
| 307 | + </div> <!-- #special-thanks --> |
200 | 308 | </div> |
0 commit comments