Skip to content

Commit 00ac7cf

Browse files
authored
Merge pull request #9 from CiscoDevNet/development
redirect to developer.cisco.com
2 parents 52de6b6 + 999674d commit 00ac7cf

File tree

2 files changed

+11
-60
lines changed

2 files changed

+11
-60
lines changed

data/projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"orgUrl":"https://github.com/CiscoDevNet"
1919
},
2020
{
21-
"title":"ciscosparkapi",
21+
"title":"webexteamsapi",
2222
"desc":"Simple, lightweight, scalable Python API wrapper for the Cisco Webex APIs",
2323
"githubUrl":"https://github.com/CiscoDevNet/webexteamssdk",
2424
"forks":115,

index.html

Lines changed: 10 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,12 @@
1-
<!doctype html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<title>ciscodevnet.github.io</title>
6-
<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.">
7-
<meta name="viewport" content="width=device-width">
8-
9-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
10-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
11-
12-
<link rel="stylesheet" href="styles/cisco.css">
13-
14-
</head>
15-
<body ng-app="devnetApp">
16-
<!--[if lte IE 8]>
17-
<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>
18-
<![endif]-->
19-
20-
<div ng-include="'views/partials/navigation.html'"></div>
21-
<!-- Add your site or application content here -->
22-
23-
<!-- Full Width Image Header -->
24-
<header class="header-image">
25-
<div class="headline">
26-
<div class="container">
27-
<h1>Cisco DevNet</h1>
28-
</div>
29-
</div>
30-
</header>
31-
32-
<div class="container" ng-controller="MainCtrl">
33-
<div ng-view=""></div>
34-
</div>
35-
36-
<div ng-include="'views/partials/footer.html'"></div>
37-
38-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
39-
<script>
40-
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
41-
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
42-
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
43-
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
44-
45-
ga('create', 'UA-4043100-13');
46-
ga('send', 'pageview');
47-
</script>
48-
49-
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
50-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
51-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
52-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-resource.min.js"></script>
53-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular-route.min.js"></script>
54-
<script src="scripts/directives/dirPagination.js"></script>
55-
56-
57-
<script src="scripts/app.js"></script>
58-
<script src="scripts/controllers/main.js"></script>
59-
<script src="scripts/services/projectsvc.js"></script>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Redirecting...</title>
6+
<!-- Replace https://www.example.com with your desired destination URL -->
7+
<meta http-equiv="refresh" content="0; url=https://www.example.com/">
8+
</head>
9+
<body>
10+
<p>If you are not redirected automatically, follow this <a href="https://www.example.com/">link to the new page</a>.</p>
6011
</body>
6112
</html>

0 commit comments

Comments
 (0)