diff options
author | Markus Krogh <markus@nordu.net> | 2018-02-20 16:04:18 +0100 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2018-02-20 16:04:18 +0100 |
commit | e8537d6c2e2b20a4b073f2b4eb66214e85c0c85a (patch) | |
tree | d8fee78c6da206e2fdc4dbf6fc143ba19ad4415b /www/nunocweb/home.html |
Initial import of data
Diffstat (limited to 'www/nunocweb/home.html')
-rw-r--r-- | www/nunocweb/home.html | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/www/nunocweb/home.html b/www/nunocweb/home.html new file mode 100644 index 0000000..86f03b4 --- /dev/null +++ b/www/nunocweb/home.html @@ -0,0 +1,150 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnet.css" type="text/css" media="screen" title="NUNOC" charset="utf-8" />
+
+ <link rel="stylesheet" href="/resources/NORDUnetPrint.css" type="text/css" media="print" title="NUNOC" charset="utf-8" />
+
+ <title>NUNOC - Home</title>
+
+ </head>
+
+ <body>
+
+ <div id="container">
+ <div id="top">
+ <table id="top_table" style="margin-top: 0;">
+ <tr>
+ <td><img src="/resources/nunoc_logo.png" width="317" height="94" alt="" /></td>
+ <td>
+ <ul id="main_nav">
+ <li id="selectedPage">
+
+ <a href="home.html"><span>Home</span></a>
+
+ </li>
+ <li>
+
+ <a href="support___fault_reporting.html"><span>Support & Fault reporting</span></a>
+
+ </li>
+ <li>
+
+ <a href="jobs.html"><span>Jobs</span></a>
+
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+ <div id="left">
+ <div id="nav">
+ <form action="http://www.google.com/search" id="search_form">
+ <fieldset style="display: none">
+ <input name="hl" value="en" type="hidden" />
+ <input name="ie" value="UTF-8" type="hidden" />
+ <input name="oe" value="UTF-8" type="hidden" />
+ <input size="25" value="www.nunoc.net" name="as_sitesearch" type="hidden" />
+ </fieldset>
+
+ <p>
+
+ <label for="google_search">Search this site using Google:</label><br />
+
+ <input type="text" name="q" id="google_search" size="18" />
+
+ <input class="input_image" type="image" value="Google search" name="btnG" src="/resources/search.gif" alt="Search" />
+
+ </p>
+
+ </form>
+
+
+
+<ul class="site_tree">
+
+ <li class="level1"><strong class="level1">
+ Home</strong>
+
+ <ul>
+ <li class="level2">
+ <a href="news.html" class="level2">News</a>
+ </li>
+ <li class="level2">
+ <a href="organisation.html" class="level2">Organisation</a>
+ </li>
+ <li class="level2">
+ <a href="operations_management.html" class="level2">Operations Management</a>
+ </li>
+ <li class="level2">
+ <a href="-_operations.html" class="level2">- Operations</a>
+ </li>
+ <li class="level2">
+ <a href="-_engineering.html" class="level2">- Engineering</a>
+ </li>
+ <li class="level2">
+ <a href="-_optical_network_department.html" class="level2">- Optical Network Department</a>
+ </li>
+ <li class="level2">
+ <a href="network.html" class="level2">Network</a>
+ </li>
+ <li class="level2">
+ <a href="services.html" class="level2">Services</a>
+ </li>
+ <li class="level2">
+ <a href="visiting_address.html" class="level2">Visiting address</a>
+ </li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+
+
+ <div id="nav_pic"><img src="/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+
+
+
+ </div>
+
+ </div>
+
+
+
+<div id="ConfluenceContent"><h2 id="Home-WelcometotheNUNOCHomepage">Welcome to the NUNOC Homepage</h2> + + +<p>NUNOC is the 24x7 Operations organisation established by NORDUnet, to operate and support Optical and IP network infrastructure for the NORDIC Research & Educational network(s).</p> + + +<p>NUNOC is currently operating and supporting the NORDUnet and the national Swedish Research & Educational network (SUNET) fibre, optical and IP networks, as well as various <a href="../nunocweb/services.html">services</a>. NUNOC is available for all NORDIC Research and Educational organisations with a 24x7 technical operations and support requirement. </p> + +<p>The NUNOC Network Operations Centre is located at Tulegatan 11 in Stockholm, with a combined office and state of the art Hosting facility. The Network Operations Centre is supported by pan Nordic technology expert teams covering all aspects of IP and Optical networking.</p></div>
+
+
+
+
+ <div id="footer">
+
+ <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p>
+</div>
+
+ </div>
+
+ </body>
+ </html> |