Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"orgUrl":"https://github.com/CiscoDevNet"
},
{
"title":"ciscosparkapi",
"title":"webexteamsapi",
"desc":"Simple, lightweight, scalable Python API wrapper for the Cisco Webex APIs",
"githubUrl":"https://github.com/CiscoDevNet/webexteamssdk",
"forks":115,
Expand Down
69 changes: 10 additions & 59 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,61 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ciscodevnet.github.io</title>
<meta name="description" content="Cisco DevNet org's GitHub Pages. Cisco DevNet is the Developer Program from Cisco, providing tools that help you use Cisco APIs to enhance or manage your existing Cisco network and build Cisco-enabled applications. DevNet offers developer sandboxes, developer forums, learning labs and tutorials, and API references for Cisco APIs.">
<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />

<link rel="stylesheet" href="styles/cisco.css">

</head>
<body ng-app="devnetApp">
<!--[if lte IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<div ng-include="'views/partials/navigation.html'"></div>
<!-- Add your site or application content here -->

<!-- Full Width Image Header -->
<header class="header-image">
<div class="headline">
<div class="container">
<h1>Cisco DevNet</h1>
</div>
</div>
</header>

<div class="container" ng-controller="MainCtrl">
<div ng-view=""></div>
</div>

<div ng-include="'views/partials/footer.html'"></div>

<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-4043100-13');
ga('send', 'pageview');
</script>

<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-resource.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-route.min.js"></script>
<script src="scripts/directives/dirPagination.js"></script>


<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/services/projectsvc.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<!-- Replace https://www.example.com with your desired destination URL -->
<meta http-equiv="refresh" content="0; url=https://www.example.com/">
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://www.example.com/">link to the new page</a>.</p>
</body>
</html>