File tree Expand file tree Collapse file tree 1 file changed +28
-7
lines changed
Expand file tree Collapse file tree 1 file changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -91,25 +91,46 @@ <h2 id="ecsact-unreal-plugin-features">Ecsact Unreal Plugin Features</h2>
9191 < a
9292 class ="aspect-video rounded-lg shadow-lg border border-transparent hover:border-secondary transition-colors bg-content-bg py-4 px-8 "
9393 routerLink ="/start/unreal/runtime ">
94- < div > Ecsact Runtime</ div >
95- < div > TODO</ div >
94+ < div
95+ class ="w-full h-full flex flex-col items-center justify-center font-bold text-lg text-secondary ">
96+ < div class ="text-4xl ">
97+ < span class ="i48 "> code</ span >
98+ </ div >
99+ < div > Runtime</ div >
100+ </ div >
96101 </ a >
97102 < a
98103 class ="aspect-video rounded-lg shadow-lg border border-transparent hover:border-secondary transition-colors bg-content-bg py-4 px-8 "
99104 routerLink ="/start/unreal/codegen ">
100- < div > Ecsact Unreal Codegen</ div >
105+ < div
106+ class ="w-full h-full flex flex-col items-center justify-center font-bold text-lg text-secondary ">
107+ < div class ="text-4xl ">
108+ < span class ="i48 "> deployed_code</ span >
109+ </ div >
110+ < div > Codegen</ div >
111+ </ div >
101112 </ a >
102113 < a
103114 class ="aspect-video rounded-lg shadow-lg border border-transparent hover:border-secondary transition-colors bg-content-bg py-4 px-8 "
104115 routerLink ="/start/unreal/runner ">
105- < div > Ecsact Runner</ div >
106- < div > TODO</ div >
116+ < div
117+ class ="w-full h-full flex flex-col items-center justify-center font-bold text-lg text-secondary ">
118+ < div class ="text-4xl ">
119+ < span class ="i48 "> sprint</ span >
120+ </ div >
121+ < div > Runner</ div >
122+ </ div >
107123 </ a >
108124 < a
109125 class ="aspect-video rounded-lg shadow-lg border border-transparent hover:border-secondary transition-colors bg-content-bg py-4 px-8 "
110126 routerLink ="/start/unreal/subsystems ">
111- < div > Ecsact Runner Subsystems</ div >
112- < div > TODO</ div >
127+ < div
128+ class ="w-full h-full flex flex-col items-center justify-center font-bold text-lg text-secondary ">
129+ < div class ="text-4xl ">
130+ < span class ="i48 "> event_list</ span >
131+ </ div >
132+ < div > Subsystems</ div >
133+ </ div >
113134 </ a >
114135 </ div >
115136 </ section >
You can’t perform that action at this time.
0 commit comments