Skip to content

Commit e721b56

Browse files
committed
feat(new tool): Visual Subnet Calculator
Fix CorentinTh#1746
1 parent 3c58f7c commit e721b56

32 files changed

Lines changed: 6708 additions & 1 deletion

public/visualsubnetcalc/404.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Visual Subnet Calculator - 404 - Page Not Found</title>
7+
<link rel="stylesheet" href="css/bootstrap.min.css">
8+
<link href="css/main.css" rel="stylesheet">
9+
<meta name="description" content="Quickly and easily design network layouts. Split and join subnets, add notes and color, then collaborate with others by sharing a custom link to your design.">
10+
<meta name="robots" content="noindex, nofollow">
11+
<meta name="googlebot" content="noindex, nofollow">
12+
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
13+
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
14+
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png">
15+
<link rel="manifest" href="icon/site.webmanifest">
16+
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#5bbad5">
17+
<meta name="msapplication-TileColor" content="#da532c">
18+
<meta name="theme-color" content="#ffffff">
19+
</head>
20+
<body>
21+
<div class="container-xxl mt-3">
22+
<div class="float-end" id="navigation">
23+
<a href="https://github.com/sharevb/visualsubnetcalc" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
24+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
25+
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
26+
</svg>
27+
</a>
28+
</div>
29+
<h1>Visual Subnet Calculator | 404 - Page Not Found</h1>
30+
<div class="mb-4 mt-4">
31+
<a href="/" class="btn btn-primary btn-lg">Return to Homepage</a>
32+
</div>
33+
<p class="text-muted">
34+
If you believe this is an error, please <a href="https://github.com/sharevb/visualsubnetcalc/issues" target="_blank" rel="noopener noreferrer">open an issue</a> on GitHub.
35+
</p>
36+
<script src="js/bootstrap.bundle.min.js"></script>
37+
<script src="js/jquery.min.js"></script>
38+
<script src="js/jquery.validate.min.js"></script>
39+
<script src="js/additional-methods.min.js"></script>
40+
<script src="js/lz-string.min.js"></script>
41+
<script src="js/main.js"></script>
42+
</div>
43+
</body>
44+
</html>

public/visualsubnetcalc/ads.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
placeholder.example.com, placeholder, DIRECT, placeholder

public/visualsubnetcalc/css/bootstrap.min.css

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

public/visualsubnetcalc/css/bootstrap.min.css.map

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

public/visualsubnetcalc/css/font/bootstrap-icons.css

Lines changed: 2078 additions & 0 deletions
Large diffs are not rendered by default.
172 KB
Binary file not shown.
128 KB
Binary file not shown.

0 commit comments

Comments
 (0)