move introduction of help teams to separate Help page; added DECT numbers for them
This commit is contained in:
		
							parent
							
								
									a0a109ad09
								
							
						
					
					
						commit
						6675a4adaf
					
				
					 3 changed files with 42 additions and 10 deletions
				
			
		|  | @ -50,6 +50,9 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' | ||||||
| 					<li> | 					<li> | ||||||
| 						<a href='/coc/'>CoC</a> | 						<a href='/coc/'>CoC</a> | ||||||
| 					</li> | 					</li> | ||||||
|  | 					<li> | ||||||
|  | 						<a href='/help/'>Help</a> | ||||||
|  | 					</li> | ||||||
| 					<li> | 					<li> | ||||||
| 						<a | 						<a | ||||||
| 							href='https://engelsystem.hip-berlin.de/' | 							href='https://engelsystem.hip-berlin.de/' | ||||||
|  |  | ||||||
|  | @ -46,17 +46,8 @@ import Layout from '../../layouts/Layout.astro' | ||||||
| 			<p> | 			<p> | ||||||
| 				If you are unable to solve a problem, or if you feel you should not solve a problem yourself, then maybe others around you can help.  If not, then let a volunteer know immediately. | 				If you are unable to solve a problem, or if you feel you should not solve a problem yourself, then maybe others around you can help.  If not, then let a volunteer know immediately. | ||||||
| 			</p> | 			</p> | ||||||
| 			<h3> |  | ||||||
| 				The following is a more detailed introduction to teams that make HiP-Berlin a safe, secure, enjoyable, and open event for all |  | ||||||
| 			</h3> |  | ||||||
| 			<p> | 			<p> | ||||||
| 				The Awareness Team provides a point of contact for people to process experiences, resolve conflicts, and to create a safe and enjoyable atmosphere for all. | 				Check out the <a href='/help/'>Help</a> page for a more detailed introduction of the teams that make HiP-Berlin a safe, secure, enjoyable, and open event for all. | ||||||
| 			</p> |  | ||||||
| 			<p> |  | ||||||
| 				The Safety and Security Team is tasked with preventing behavioral conflicts and their escalation.  This team is also responsible for preventing hazards.  They are a friendly and firm reminder of our principles.  They may expel misbehaving lifeforms if an exceptional situation warrants it. |  | ||||||
| 			</p> |  | ||||||
| 			<p> |  | ||||||
| 				The CERT (Chaos Emergency Response Team) consists of people who will help in case of sickness and minor injuries, and will call professional help if needed.  The CERT provides aid in all situations and emergencies that require professional attention.  The CERT is also tasked with fire prevention, as well as ensuring that escape path codes are observed. |  | ||||||
| 			</p> | 			</p> | ||||||
| 		</article> | 		</article> | ||||||
| 	</main> | 	</main> | ||||||
|  |  | ||||||
							
								
								
									
										38
									
								
								src/pages/help/index.astro
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								src/pages/help/index.astro
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,38 @@ | ||||||
|  | --- | ||||||
|  | import Layout from '../../layouts/Layout.astro' | ||||||
|  | --- | ||||||
|  | 
 | ||||||
|  | <Layout title='help'> | ||||||
|  | 	<main> | ||||||
|  | 		<article> | ||||||
|  | 			<h1>Help</h1> | ||||||
|  | 			<p> | ||||||
|  | 				Do you feel unwell, require medical support, experienced discrimination or conflicts? We are there for you! These  are the teams you can reach out to to get help. | ||||||
|  | 			</p> | ||||||
|  | 
 | ||||||
|  | 			<h3>Awareness</h3> | ||||||
|  | 			<p> | ||||||
|  | 				DECT: AWRE (2973) | ||||||
|  | 			</p> | ||||||
|  | 			<p> | ||||||
|  | 				The Awareness Team provides a point of contact for people to process experiences, resolve conflicts, and to create a safe and enjoyable atmosphere for all. | ||||||
|  | 			</p> | ||||||
|  | 
 | ||||||
|  | 			<h3>Safety and Security Team</h3> | ||||||
|  | 			<p> | ||||||
|  | 				DECT: SECU (7328) | ||||||
|  | 			</p> | ||||||
|  | 			<p> | ||||||
|  | 				The Safety and Security Team is tasked with preventing behavioral conflicts and their escalation.  This team is also responsible for preventing hazards.  They are a friendly and firm reminder of our principles.  They may expel misbehaving lifeforms if an exceptional situation warrants it. | ||||||
|  | 			</p> | ||||||
|  | 
 | ||||||
|  | 			<h3>CERT</h3> | ||||||
|  | 			<p> | ||||||
|  | 				DECT: CERT (2378) | ||||||
|  | 			</p> | ||||||
|  | 			<p> | ||||||
|  | 				The CERT (Chaos Emergency Response Team) consists of people who will help in case of sickness and minor injuries, and will call professional help if needed.  The CERT provides aid in all situations and emergencies that require professional attention.  The CERT is also tasked with fire prevention, as well as ensuring that escape path codes are observed. | ||||||
|  | 			</p> | ||||||
|  | 		</article> | ||||||
|  | 	</main> | ||||||
|  | </Layout> | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue