mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-10-29 17:22:20 +00:00
Cleanup html source code
This commit is contained in:
74
index.html
Normal file
74
index.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<!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/cdn/bootstrap.min.css" rel="stylesheet" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" type="text/css" href="css/Style.css" />
|
||||
<link href="css/cdn/font-awesome.min.css" rel="stylesheet" />
|
||||
|
||||
<link href="css/cdn/roboto-css.css" rel="stylesheet" />
|
||||
<link href="css/cdn/oswald-css.css" rel="stylesheet" />
|
||||
|
||||
<script src="js/CdnURL/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="js/CdnURL/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<!--<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"></script>-->
|
||||
|
||||
|
||||
<script src="js/CdnURL/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="js/CdnURL/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="back-body background_img">
|
||||
<!-- <div class="page-loader">
|
||||
<img src="Assets/img/page.gif" >
|
||||
</div> -->
|
||||
<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>
|
||||
Reference in New Issue
Block a user