Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add Past Life (season 7)

Ghustvn d6c893aa b22964a6

+106 -2
src/assets/images/seasons/7.webp

This is a binary file and will not be displayed.

+103
src/data/seasons.json
··· 1 1 [ 2 2 { 3 + "id": "7", 4 + "title": "Past Life", 5 + "seasonNumber": 7, 6 + "videos": { 7 + "BdoubleO100": [ 8 + { 9 + "id": "4oxAO-dNUWk", 10 + "title": "Bdubs Past Life :: I'm an Alpha in a Beta" 11 + } 12 + ], 13 + "BigB": [ 14 + { 15 + "id": "TSlENFGBepc", 16 + "title": "Past Life SMP | Ep.1 | THE BETA VERSION!" 17 + } 18 + ], 19 + "Etho": [ 20 + { 21 + "id": "gLbv7LFEGgI", 22 + "title": "Past Life #1 - History Repeats" 23 + } 24 + ], 25 + "GeminiTay": [ 26 + { 27 + "id": "aRuXViO7vco", 28 + "title": "A New Beginning... Past Life - Episode 1" 29 + } 30 + ], 31 + "GoodTimesWithScar": [ 32 + { 33 + "id": "NRJRKBfWl48", 34 + "title": "Cabin Core Boys!! - Past Life: episode 1" 35 + } 36 + ], 37 + "Grian": [ 38 + { 39 + "id": "05vyterhe_o", 40 + "title": "PAST LIFE: Episode 1 - BACK TO THE BEGINNING!" 41 + } 42 + ], 43 + "Impulse": [ 44 + { 45 + "id": "cIRcRDAUI0w", 46 + "title": "The Goodest Gluten Guys! | Past Life Episode 1" 47 + } 48 + ], 49 + "InTheLittleWood": [ 50 + { 51 + "id": "0Y_21B20gFw", 52 + "title": "BLOCK TUB TIME MACHINE - Minecraft Past Life #1" 53 + } 54 + ], 55 + "PearlescentMoon": [ 56 + { 57 + "id": "n-rxPX29Vrg", 58 + "title": "Back to BETA Minecraft! | Past Life: Episode 1" 59 + } 60 + ], 61 + "Rendog": [ 62 + { 63 + "id": "Hba3fflOaKg", 64 + "title": "LAVA PYRAMID FOR THE BOYS! | Past Life SMP | Ep 01" 65 + } 66 + ], 67 + "Skizzleman": [ 68 + { 69 + "id": "N9dIp0HpBaI", 70 + "title": "Past Life Ep 1 - REJECTS ASSEMBLE!" 71 + } 72 + ], 73 + "Smajor1995": [ 74 + { 75 + "id": "8SSFWtfWr5s", 76 + "title": "A BLAST From the PAST! - Past Life - Ep.1" 77 + } 78 + ], 79 + "SmallishBeans": [ 80 + { 81 + "id": "_tGP6G6SaCI", 82 + "title": "Everything is UGLY | Past Life | Ep.1" 83 + } 84 + ], 85 + "Solidarity": [ 86 + { 87 + "id": "YkH826UqH5E", 88 + "title": "WE ARE BACK IN THE PAST!! | Minecraft PAST LIFE | #1" 89 + } 90 + ], 91 + "Tango": [ 92 + { 93 + "id": "1GnBjMDAeAc", 94 + "title": "Time to Flex Our GLUTES! - PastLife #1" 95 + } 96 + ], 97 + "ZombieCleo": [ 98 + { 99 + "id": "BCeqCenwAlo", 100 + "title": "PAST LIFE - 01 - THE LOST GENERATION" 101 + } 102 + ] 103 + } 104 + }, 105 + { 3 106 "id": "6", 4 107 "title": "Wild Life", 5 108 "seasonNumber": 6,
+2 -2
src/pages/seasons/[season_id]/[member_name].astro
··· 32 32 --- 33 33 34 34 <SeasonsLayout title={title} season={season}> 35 - <div> 35 + <div class="py-80"> 36 36 {movie && ( 37 37 <h2 class="sr-only">The Movie</h2> 38 38 <YouTube ··· 51 51 > 52 52 {sessions.map((session) => ( 53 53 <li> 54 - <h3 class="pb-16 text-xl">{session.title}</h3> 54 + <h3 class="pb-8 text-xl">{session.title}</h3> 55 55 <YouTube id={session.id} title={session.title} class="rounded" /> 56 56 </li> 57 57 ))}
+1
src/styles/global.css
··· 95 95 li:nth-child(4) { --angle: -1deg; } 96 96 li:nth-child(5) { --angle: 2deg; } 97 97 li:nth-child(6) { --angle: -3deg; } 98 + li:nth-child(7) { --angle: 1deg; } 98 99 99 100 a { 100 101 transition: scale var(--spring-transition-duration), rotate var(--spring-transition-duration);