Update member list #3
					 1 changed files with 12 additions and 11 deletions
				
			
		|  | @ -26,24 +26,25 @@ pub fn main_page(ctx: &BuildContext) -> Result<()> { | |||
|     log_info("Rendering main page…"); | ||||
| 
 | ||||
|     let members = [ | ||||
|         ("charlotte som", "https://som.codes/", "founder"), | ||||
|         ("agatha rose", "https://agatharose.dev/", "meow"), | ||||
|         ("maya", "https://1312.gay/", "chief director of maya"), | ||||
|         ("charlotte som", "https://char.lt/", "founder"), | ||||
|         ( | ||||
|             "Luna Lulu", | ||||
|             "https://lunaisa.dev", | ||||
|             "critically acclaimed website maker", | ||||
|             "agatha lovelace", | ||||
|             "https://technogothic.net/", | ||||
|             "vampy wolfy", | ||||
|         ), | ||||
|         ( | ||||
|             "annie versario", | ||||
|             "https://annie.kitty.lgbt", | ||||
|             "regional marquee technician", | ||||
|             "https://versary.town", | ||||
|             "marquee technician", | ||||
|         ), | ||||
|         ("ella paws", "#", ""), | ||||
|         ( | ||||
|             "The System", | ||||
|             "https://the-system.eu.org", | ||||
|             "lead systems specialist", | ||||
|             "maia arson crimew", | ||||
|             "https://maia.crimew.gay/", | ||||
|             "tiny kitten", | ||||
|         ), | ||||
|         ("easrng", "https://easrng.net/", "cursed code contributor"), | ||||
|         ("luna nova", "https://luna.mint.lgbt", "local anime catgirl/ruby enthusiast"), | ||||
|     ]; | ||||
| 
 | ||||
|     ctx.write( | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue