-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (146 loc) · 8.33 KB
/
index.html
File metadata and controls
150 lines (146 loc) · 8.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netreplica | Home</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTK4BZ3G09"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XTK4BZ3G09');
</script>
<!-- Link to the Bootstrap CSS stylesheet -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Link to custom CSS stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- Path to the favicon -->
<link rel="shortcut icon" href="assets/brand/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="bg-dark">
<div class="hero text-center py-5">
<div class="container">
<img src="assets/brand/netreplica-logo-hero.png" alt="Netreplica" class="hero-logo mb-4">
<p class="lead text-light command-line">$ nr prod/network fork lab/allow-vlan</p>
</div>
<!-- Newsletter subscription form -->
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-5">
<form class="input-group mb-3" action="https://api.sheetmonkey.io/form/iXQpb5PvWkmWx4LzUcQCco" method="post">
<input type="email" name="Email" class="form-control" placeholder="where shall we send the news?" aria-label="Enter your email address" aria-describedby="button-addon2" required />
<input type="hidden" name="Created" value="x-sheetmonkey-current-date-time" />
<input class="btn btn-primary" type="submit" id="button-addon2" value="Subscribe" />
</form>
</div>
</div>
</div>
</div>
</header>
<!-- Beta Announcement Banner -->
<div class="beta-announcement">
<div class="container">
<div class="row justify-content-center">
<div class="col-auto">
<span class="beta-badge">BETA</span>
<span class="beta-text"><a href="https://graphite.netreplica.com" target="_blank" class="beta-link">Graphite 2.0</a> preview now available</span>
</div>
</div>
</div>
</div>
<main>
<!-- Product: nrx -->
<section class="product-section py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="product-image">
<img src="assets/products/nrx-preview.svg" alt="nrx / topology exporter" class="img-fluid rounded shadow">
</div>
</div>
<div class="col-lg-6">
<div class="product-content">
<h2 class="mb-3">nrx</h2>
<h4 class="text-muted mb-4">topology exporter</h4>
<p class="lead mb-4">Replicate networks in software from NetBox data center inventory. Export network topologies and
automatically generate simulated network environments for testing and development in
<a href="https://containerlab.dev/" target="_blank">Containerlab</a>,
<a href="https://developer.cisco.com/modeling-labs/" target="_blank">Cisco CML</a> or
<a href="https://www.nvidia.com/en-us/networking/ethernet-switching/air/" target="_blank">NVIDIA Air</a>.</p>
<a href="http://nrx.netreplica.com" class="btn btn-primary btn-lg" target="_blank">Read Documentation</a>
<a href="https://github.com/netreplica/nrx" class="btn btn-secondary btn-lg" target="_blank">View on GitHub</a>
</div>
</div>
</div>
</div>
</section>
<!-- Product: graphite -->
<section class="product-section bg-light py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2 mb-4 mb-lg-0">
<div class="product-image">
<img src="assets/products/graphite-preview.gif" alt="Graphite - Topology Visualization" class="img-fluid rounded shadow" style="cursor: pointer;" data-bs-toggle="modal" data-bs-target="#graphiteModal">
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="product-content">
<h2 class="mb-3">graphite</h2>
<h4 class="text-muted mb-4">topology visualization</h4>
<p class="lead mb-4">The human-facing side of network automation. Visualize your network topology in an intuitive, interactive interface that makes complex networks easy to understand.</p>
<a href="https://github.com/netreplica/graphite" class="btn btn-primary btn-lg" target="_blank">View on GitHub</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer bg-black text-light py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h3 class="text-center mb-4 text-light">About Netreplica</h3>
<p class="text-center lead mb-4">
This project exists to try new ideas for network automation.
</p>
<div class="text-center mb-4">
<p class="mb-3">
<strong>Developed by
<a href="https://www.linkedin.com/in/bortok/" target="_blank" class="footer-link">Alex Bortok</a> and contributors.</strong>
</p>
<p class="mb-4">
Reach out via our <a href="https://discord.gg/M2SkgSdKht" class="footer-link">Discord</a> server,
or open an issue on <a href="https://github.com/netreplica" target="_blank" class="footer-link">GitHub</a>.
</p>
</div>
<div class="social-media text-center mb-4">
<a href="https://github.com/netreplica" target="_blank"><i class="fab fa-github text-light"></i></a>
<a href="https://twitter.com/netreplica" target="_blank"><i class="fab fa-twitter text-light"></i></a>
<a href="https://www.linkedin.com/company/netreplica/" target="_blank"><i class="fab fa-linkedin text-light"></i></a>
</div>
<p class="text-center text-muted mb-0">© 2023-2025 Netreplica. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Modal for enlarged image -->
<div class="modal fade" id="graphiteModal" tabindex="-1" aria-labelledby="graphiteModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content bg-transparent border-0">
<div class="modal-header border-0">
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center p-0">
<img src="assets/products/graphite-preview.gif" alt="Graphite - Topology Visualization" class="img-fluid">
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/a60e36566b.js" crossorigin="anonymous"></script>
<!-- Link to the Bootstrap JS bundle -->
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>