mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-10-29 17:22:20 +00:00
55 lines
2.4 KiB
HTML
55 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>TIP-Index</title>
|
|
<meta name="description" content="" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" href="Assets/img/telecom-favicon.ico" type="image/gif" sizes="16x16">
|
|
<link href="css/thirdparty/bootstrap.min.css" rel="stylesheet" />
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
|
<link href="css/thirdparty/font-awesome.css" rel="stylesheet" />
|
|
<link href="css/thirdparty/roboto-css.css" rel="stylesheet" />
|
|
<link href="css/thirdparty/oswald-css.css" rel="stylesheet" />
|
|
<script src="js/thirdparty/popper.min.js"></script>
|
|
<script src="js/thirdparty/bootstrap.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body class="back-body background_img">
|
|
<div class="main-content">
|
|
<h3 class="head">
|
|
<img src="Assets/img/Logo icon.svg" class="w-50px" /> GNPy Optical network
|
|
planning tool
|
|
</h3>
|
|
<div class="container card-main">
|
|
<div class="row align-items-center h-100">
|
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6 d-flex align-items-center pl-5">
|
|
<div class="">
|
|
<p class="card-title-1">GNPy Optical <br />network planning tool</p>
|
|
<p class="card-p">
|
|
GNPy is a open source optical network planning tool which can be used to simulate multi-vendor open optical networks. Click below to explore the tool
|
|
</p>
|
|
<a href="homepage.html" class="btn-get">Get started</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
|
|
<img src="Assets/img/Hero img.svg" class="img-fluid p-5 mt-5" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p class="m-0">Powered by Vayu Group and Telecom Infra Project</p>
|
|
<p class="m-0">Privacy</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |