File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88> This website is in Catalan due the main target audience is the UPC students.
99
10+ ## Procedure to open or close applications
11+
12+ ### Open applications
13+
14+ Go to the file ` src/app/data/hero_data.ts ` and change two parameters:
15+
16+ - ** applicationsLink** should be the link to the new typeform for the current edition.
17+ - ** applicationsOpen** should be ** true** .
18+
19+ ### Close applications
20+
21+ Go to the file ` src/app/data/hero_data.ts ` and change the parameter ** applicationsOpen** to ** false** .
22+
1023## Change information in the landing page easily
1124
1225This landing page have 4 sections apart from the hero and the footer. The sections are:
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ export const hero_data: HeroInformation = {
55 applicationsOpenTextButton : "Apunta’t ara!" ,
66 applicationsLink : "https://hackersatupc.typeform.com/to/wTMkorGB" ,
77 applicationsClosedTextButton : "Les inscripcions estan tancades" ,
8- applicationsOpen : true ,
8+ applicationsOpen : false ,
99} ;
You can’t perform that action at this time.
0 commit comments