1
- <!doctype html>
2
- < html lang ="en ">
3
-
4
- < head >
5
- < title > IBM @ Github</ title >
6
- < meta charset ="utf-8 ">
7
- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
8
- < link rel ="icon " href ="https://www.ibm.com/favicon.ico " type ="image/vnd.microsoft.icon " />
9
- < link href ="https://www.ibm.com/favicon.ico " rel ="icon " />
10
- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css ">
11
- < link rel ="stylesheet " href ="styles/default.css ">
12
- </ head >
13
-
14
- < body style ="padding-top: 56px; ">
15
- < nav class ="navbar navbar-expand-md navbar-dark bg-dark fixed-top ">
16
- < a class ="navbar-brand " href ="https://www.ibm.com/ ">
17
- < img src ="./assets/ibmneg_white_42x20.png " alt ="IBM ">
18
- </ a >
19
- < button class ="navbar-toggler d-lg-none " type ="button " data-toggle ="collapse " data-target ="#collapsibleNavId "
20
- aria-controls ="collapsibleNavId " aria-expanded ="false " aria-label ="Toggle navigation ">
21
- < span class ="navbar-toggler-icon "> </ span >
22
- </ button >
23
- < div class ="collapse navbar-collapse " id ="collapsibleNavId ">
24
- < ul class ="navbar-nav mr-auto mt-2 mt-lg-0 ">
25
- <!-- Needed for spacing -->
26
- </ ul >
27
- < form class ="form-inline my-2 my-lg-0 ">
28
- < input class ="form-control mr-sm-2 " type ="text " id ="search " placeholder ="Search our repos ">
29
- </ form >
30
- < a class ="navbar-brand " style ="margin-right: 0; margin-left: 1rem; font-size: 1rem; " href ="https://developer.ibm.com/ ">
31
- < span style ="color: #999; "> IBM</ span > Developer
32
- </ a >
33
- </ div >
34
- </ nav >
35
- < div class ="jumbotron ">
36
- < h1 class ="display-4 text-right "> IBM Open Source at GitHub</ h1 >
37
- < br >
38
- < p class ="lead text-right ">
39
- < a class ="btn btn-primary btn-xl " style ="margin: 5px; " href ="https://developer.ibm.com/open " role ="button "> Explore
40
- Open Source at IBM</ a >
41
- < a class ="btn btn-primary btn-xl " style ="margin: 5px; " href ="https://cloud.ibm.com/ " role ="button "> Deploy
42
- your application to IBM Cloud</ a >
43
- < a class ="btn btn-primary btn-xl " style ="margin: 5px; " href ="https://cloud.ibm.com/devops/getting-started "
44
- role ="button "> GitHub experience with IBM Cloud DevOps</ a >
45
- </ p >
46
- </ div >
47
-
48
- < div class ="container ">
49
- < div class ="row ">
50
- < div class ="col-lg-12 ">
51
- < div class ="ibm_repo_header shadow-sm p-3 mb-3 bg-dark ">
52
- </ div >
53
- < div id ="wrapper ">
54
- </ div >
55
- </ div >
56
- </ div >
57
- </ div >
58
- < div class ="gap_footer "> </ div >
59
- < footer class ="footer bg-dark ">
60
- < div class ="container text-center ">
61
- < p > © Copyright < a href ="https://www.ibm.com/ "> IBM</ a > 2013-< script >
62
- document . write ( new Date ( ) . getFullYear ( ) ) ;
63
- </ script >
64
- </ p >
65
- </ div >
66
- </ footer >
67
-
68
- <!-- jQuery first, then Popper.js, then Bootstrap JS -->
69
- < script src ="https://code.jquery.com/jquery-3.3.1.min.js "> </ script >
70
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js "> </ script >
71
- < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js "> </ script >
72
- < script type ="text/javascript " src ="js/orgs.js "> </ script >
73
- < script type ="text/javascript " src ="js/repos.js "> </ script >
74
- < script >
75
- ( function ( i , s , o , g , r , a , m ) {
76
- i [ 'GoogleAnalyticsObject' ] = r ;
77
- i [ r ] = i [ r ] || function ( ) {
78
- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
79
- } , i [ r ] . l = 1 * new Date ( ) ;
80
- a = s . createElement ( o ) ,
81
- m = s . getElementsByTagName ( o ) [ 0 ] ;
82
- a . async = 1 ;
83
- a . src = g ;
84
- m . parentNode . insertBefore ( a , m )
85
- } ) ( window , document , 'script' , 'https://google-analytics.com/analytics.js' , 'ga' ) ;
86
-
87
- ga ( 'create' , 'UA-41146412-2' , 'ibm.github.io' ) ;
88
- ga ( 'send' , 'pageview' ) ;
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Microsoft on GitHub</ title >
5
+ < link rel ="shortcut icon " href ="//www.ibm.com/favicon.ico " />
6
+ < meta http-equiv ="refresh " content ="url=https://developer.ibm.com/open " />
7
+ < meta charset ="UTF-8 ">
8
+ < script type ="text/javascript ">
9
+ location . href = 'https://developer.ibm.com/open' ;
89
10
</ script >
90
- < script src ="https://1.www.s81c.com/common/stats/ida_stats.js "> </ script >
91
- < script src ="https://1.www.s81c.com/common/v18/js/www.js "> </ script >
92
- < script src ="https://cdn.optimizely.com/js/1141215513.js "> </ script >
93
- </ body >
94
-
95
- </ html >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
0 commit comments