-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 2.09 KB
/
index.html
File metadata and controls
50 lines (48 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./images/favicon.ico" rel="icon" />
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@700&display=swap" rel="stylesheet" />
</head>
<body>
<header class="input-sheet__logo">
<div>
<a href="https://www.nerdware.dev"><img class="logo" src="./images/logo-nw-neu.png" alt="Nerdware logo" /></a>
</div>
</header>
<main>
<div class="helper-description home-page">
<p>
Once you've <a href="https://www.thoughtworks.com/radar/byor">created your Radar</a> you can use this service
to generate an interactive version of your Technology Radar. Not sure how?
<a href="https://www.thoughtworks.com/radar/how-to-byor">Read this first.</a>
</p>
<span class="loader-text">
<span class="loader-text__title">Building your radar...</span>
<p>Your Technology Radar will be available in just a few seconds</p>
<div class="loader-wrapper">
<div style="animation-delay: 0s"></div>
<div style="animation-delay: 0.25s"></div>
<div style="animation-delay: 0.75s"></div>
<div style="animation-delay: 0.5s"></div>
</div>
</span>
</div>
<div id="error-container" class="error-container home-page"></div>
<div class="input-sheet-form home-page"></div>
<div class="graph-header"></div>
<div id="radar"></div>
<div class="all-quadrants-mobile show-all-quadrants-mobile"></div>
<div class="graph-footer"></div>
</main>
<footer class="home-page">
<p>Powered by ThoughtWorks. Modified by Nerdware GmbH in 2024. This software is open source.</p>
</footer>
</body>
</html>