-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
116 lines (107 loc) · 4.66 KB
/
index_old.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Cisco Innovation Edge</title>
<meta charset="utf-8"/>
<meta name="description" content="Cisco's Open-Source, Co-Dev Software Effort">
<meta name="keywords" content="Cisco, Innovation Edge, Web, innovation, software, open-source">
<meta name="author" content="Innovation Edge - Zia Syed">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/hover-min.css">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="index">
<div id="page-wrapper">
<header id="header" class="alt">
<h1 id="logo"><a href="index.html">Cisco<span> Innovation Edge</span></a></h1>
<nav id="nav">
<ul>
<li class="home-button"><a href="index.html">Home</a></li>
<li><a href="mission.html">Mission</a></li>
<li class="submenu">
<a href="#">Projects</a>
<ul>
<li><a href="#">Telemetry and Analytics</a></li>
<li><a href="#">Collaboration</a></li>
<li><a href="#">Programmable Routing</a></li>
</ul>
</li>
<li><a href="team.html">Team</a></li>
</ul>
</nav>
</header>
<section id="banner">
<div class="inner">
<header>
<h2>Innovation Edge</h2>
</header>
<p><strong>Cisco Open Source</strong> <nav></nav>navigating unchartered territory <br /> to <strong> connect the world</strong>
</div>
</section>
<article id="main">
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2>We create <strong>innovative software solutions</strong><br/> for real-world problems related to<br/> data, automation, and networking at scale.</h2>
<p>In today's clear market transitions, <strong>Cisco</strong> needs a strong core of programmability and collaboration <br/> in order to enable and inspire the world around us. With the demand for a connected world <br/>becoming insatiable, <strong>we earnestly take on the challenges that await.</strong>
</header>
<section class="wrapper style3 container special">
<header class="major">
<h2><!--[-->Innovation Edge <!--]--> <strong><!--[-->Open Source<!--]--></strong></h2>
</header>
<div class="row">
<div class="6u 12u(narrower)">
<section>
<a href="solenoid.html" class="image featured"><img src="images/solenoid.jpg" alt="" /></a>
<header class="hvr-grow">
<a href="solenoid.html"><h3><!--[-->Solenoid<!--]--></h3></a>
</header>
<p>Solenoid takes a third-party BGP protocol and sends the BGP updates to Cisco's RIB table on the IOS-XR devices, allowing for increased flexibility over the BGP protocols used on the box.</p>
</section>
</div>
<div class="6u 12u(narrower)">
<section>
<a href="pipedown.html" class="image featured"><img src="images/pipedown.jpg" alt="" /></a>
<header class="hvr-grow">
<a href="pipedown.html"><h3><!--[-->Pipedown<!--]--></h3></a>
</header>
<p>Pipedown monitors CDN routers and ensures that they have stable links to the data center. If a link goes down, Pipedown will take the router offline by removing its link to the internet.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u 12u(narrower)">
<section>
<a href="grpc.html" class="image featured"><img src="images/grpc3.jpg" alt="" /></a>
<header class="hvr-grow">
<a href="grpc.html"><h3><!--[-->gRPC Connection Libraries<!--]--></h3></a>
</header>
<p>The gRPC Connection Libraries provide connectivity support between the IOS-XR gRPC servers and clients.</p>
</section>
</div>
</div>
</section>
</article>
<footer id="footer">
<ul class="page-footer icons">
<li><a href="https://github.com/cisco-ie" class="icon circle fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Cisco 2017</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
</body>
</html>