Skip to content

Commit 1dbd57c

Browse files
author
Roméo Maignal
committed
feat(everything): TLDR: Gave a new look to the website.
This website is only meant to showcase data visualizations. Thus, I change the background from beige to the most neutral color (black) in order to let the widgets be the center of attention. Furthermore, the color accent was set to blue as the color is closer to the aviation world than beige. The Team section was filled with acknowledgements and descriptions of our contributions.
1 parent e727e19 commit 1dbd57c

30 files changed

Lines changed: 828 additions & 359 deletions

dist/assets/index-B6rQ8NOb.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-BcbK1PKB.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-CD2TtmZx.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/assets/index-D65hrDD1.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>flight-inspectors</title>
8-
<script type="module" crossorigin src="/flight-inspectors/assets/index-D65hrDD1.js"></script>
9-
<link rel="stylesheet" crossorigin href="/flight-inspectors/assets/index-CD2TtmZx.css">
7+
<title>Flight Inspectors</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
11+
<script type="module" crossorigin src="/flight-inspectors/assets/index-B6rQ8NOb.js"></script>
12+
<link rel="stylesheet" crossorigin href="/flight-inspectors/assets/index-BcbK1PKB.css">
1013
</head>
1114
<body>
1215
<div id="root"></div>

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>flight-inspectors</title>
7+
<title>Flight Inspectors</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
811
</head>
912
<body>
1013
<div id="root"></div>

node_modules/.tmp/tsconfig.app.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.tmp/tsconfig.node.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)