Parcourir la source

FABS ship kit brochure

raylu il y a 1 mois
Parent
commit
0e49dbb7eb
5 fichiers modifiés avec 42 ajouts et 0 suppressions
  1. BIN
      www/imgs/blu.avif
  2. BIN
      www/imgs/hrt_curie.avif
  3. BIN
      www/imgs/hrt_curie_reduced.avif
  4. 32 0
      www/kit.html
  5. 10 0
      www/style.css

BIN
www/imgs/blu.avif


BIN
www/imgs/hrt_curie.avif


BIN
www/imgs/hrt_curie_reduced.avif


+ 32 - 0
www/kit.html

@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<meta charset="UTF-8">
+	<title>forevermore ship kit</title>
+	<link rel="stylesheet" type="text/css" href="style.css">
+	<link rel="icon" href="https://www.raylu.net/hammer-man.svg" />
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="theme-color" content="#222">
+</head>
+<body>
+	<a href="/">← back</a>
+	<main class="kit">
+		<h1>forevermore ship kit</h1>
+		<img src="imgs/blu.avif">
+		see it on <a href="https://drydock.cc/?bp=1-111241&n=fabs+LCB">drydock</a>
+		<h2>how does our kit compare against COSM's LCB?</h2>
+		<p>it comes with an MFL instead of an LFL, so it only holds enough fuel to do HRT → BEN one way
+			(but still enough fuel to do a HRT → MOR → HRT round trip).
+			this makes it slightly faster at STL<img src="imgs/prom_avalon.avif"></p>
+		<p>it runs an RCT instead of a QCR, so it can do FTL faster with more fuel<img src="imgs/hrt_curie.avif"></p>
+		<p>it can do FTL at the same speed for the same fuel<img src="imgs/hrt_curie_reduced.avif"></p>
+
+		<h2>what are my other buying options?</h2>
+		<a href="https://discordapp.com/channels/855488309802172469/1202440660246986782/1427269894226837557">HGH/craftsmanthirteen</a>'s queue is 7 months; 3.5 mil
+		<br><a href="https://docs.google.com/forms/d/e/1FAIpQLScvObs1DmfdGZcf-L8uqraqLL0wPpMOH_et0ozST4U8Je4Caw/viewform">COSM</a>'s <a href="https://punoted.net/cosm?tab=production">queue</a> is 3 months; 5.1 mil
+		<br><a href="https://discordapp.com/channels/855488309802172469/1487382583321825360/1492910834387648604">SNF/cptwaffles</a>'s queue is 6 weeks; 6.65 mil
+		<br><a href="https://discordapp.com/channels/855488309802172469/1289570727644631160/1499999925444804710">GTU/schaitr</a>'s <a href="https://docs.google.com/spreadsheets/d/1n3IuCfAuEOFcHc18Fw-9CeGJADU01IKZqwsdMdEvmlM">queue</a> is 3 weeks; 5.94-6.58 mil (ENG, SSL, SFL, BHP)
+		<br><a href="https://discordapp.com/channels/855488309802172469/1500400845005787146/1503067909000265728">OOG</a>'s queue is 2 weeks; 7.2 mil (STS)
+	</main>
+</body>
+</html>

+ 10 - 0
www/style.css

@@ -131,6 +131,16 @@ main.gov {
 	}
 }
 
+main.kit {
+	width: 1200px;
+
+	img {
+		display: block;
+		max-width: 100%;
+		margin: 0.5em auto;
+	}
+}
+
 main.mat {
 	width: 90%;
 	min-width: 500px;