[10190] | 1 | <!DOCTYPE html> |
---|
| 2 | <!--[if IE 7 ]><html class="ie7" lang="en"><![endif]--> |
---|
| 3 | <!--[if IE 8 ]><html class="ie8" lang="en"><![endif]--> |
---|
| 4 | <!--[if (gte IE 9)|!(IE)]><!--> |
---|
| 5 | <html class="" lang="en"> |
---|
| 6 | <!--<![endif]--> |
---|
| 7 | <head> |
---|
[10363] | 8 | <meta charset="utf-8"> |
---|
| 9 | <title>Dr. M.T. Johnson | NgREN - Nigerian Research and Education Network</title> |
---|
| 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
---|
| 11 | <meta name="description" content="NgREN's vision is to be a world-class research and education network in Africa, fulfilling stakeholder needs for communication and collaboration as a cornerstone for Nigeria’s economic and social transformation."> |
---|
| 12 | <meta name="author" content="NgREN"> |
---|
[10190] | 13 | |
---|
[10363] | 14 | <!-- Le styles --> |
---|
| 15 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
---|
| 16 | <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> |
---|
| 17 | <link href="css/style.css" rel="stylesheet"> |
---|
[10190] | 18 | |
---|
[11734] | 19 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
---|
[10190] | 20 | |
---|
[11734] | 21 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
---|
[10363] | 22 | <script src="js/responsiveslides.min.js"></script> |
---|
| 23 | <script src="js/jquery.vticker-min.js"></script> |
---|
| 24 | <script src="js/bootstrap.js"></script> |
---|
| 25 | <script src="js/functions.js"></script> |
---|
[10190] | 26 | |
---|
[10363] | 27 | <!-- HTML5 shim, for IE6-8 support of HTML5 elements and CSS3 Media Queries --> |
---|
| 28 | <!--[if lt IE 9]> |
---|
| 29 | <script src="js/html5shiv.js"></script> |
---|
| 30 | <script src="js/css3-mediaqueries.js"></script> |
---|
| 31 | <![endif]--> |
---|
[10190] | 32 | |
---|
[10363] | 33 | <!-- Fav and touch icons --> |
---|
| 34 | <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> |
---|
[10190] | 35 | </head> |
---|
| 36 | |
---|
| 37 | <body> |
---|
| 38 | |
---|
[10363] | 39 | <!-- Facebook --> |
---|
| 40 | <div id="fb-root"></div> |
---|
| 41 | <script>(function(d, s, id) { |
---|
| 42 | var js, fjs = d.getElementsByTagName(s)[0]; |
---|
| 43 | if (d.getElementById(id)) return; |
---|
| 44 | js = d.createElement(s); js.id = id; |
---|
[11734] | 45 | js.src = "https://connect.facebook.net/es_LA/all.js#xfbml=1&appId=106017272902221"; |
---|
[10363] | 46 | fjs.parentNode.insertBefore(js, fjs); |
---|
| 47 | }(document, 'script', 'facebook-jssdk'));</script> |
---|
[10190] | 48 | |
---|
[10363] | 49 | <div class="container"> |
---|
[10190] | 50 | |
---|
[10363] | 51 | <div class="masthead"> |
---|
| 52 | <div class="navbar"> |
---|
| 53 | <div class="navbar-inner"> |
---|
| 54 | <div class="container relative"> |
---|
| 55 | <div id="header-head"> |
---|
| 56 | <div id="logo-container"> |
---|
[11777] | 57 | <h1> |
---|
[12074] | 58 | <a class="header-logo" href="home.html"> |
---|
| 59 | Nigerian Research and Education Network |
---|
| 60 | </a> |
---|
[11777] | 61 | </h1> |
---|
[10363] | 62 | </div> |
---|
| 63 | <div id="user-options"> |
---|
| 64 | <ul> |
---|
| 65 | <li><a href="example.html">Login</a></li> |
---|
| 66 | <li><span class="separator">|</span></li> |
---|
| 67 | <li><a href="example.html">Register</a></li> |
---|
| 68 | </ul> |
---|
| 69 | </div> |
---|
| 70 | <form class="navbar-form pull-right"> |
---|
| 71 | <input type="text" /> |
---|
| 72 | <button class="btn btn-primary btn-small search-btn" type="submit">Search</button> |
---|
| 73 | </form> |
---|
| 74 | </div> |
---|
| 75 | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
---|
| 76 | <span>Menu <b class="caret"></b></span> |
---|
| 77 | </button> |
---|
| 78 | <div id="menu-collapse" class="nav-collapse collapse"> |
---|
| 79 | <div class="nav-container"> |
---|
| 80 | <ul class="nav"> |
---|
| 81 | <li><a href="home.html">Home</a></li> |
---|
| 82 | <li class="dropdown active"> |
---|
| 83 | <a href="about-us.html" data-toggle="dropdown" class="dropdown-toggle disabled">About us <b class="caret"></b></a> |
---|
| 84 | <ul class="dropdown-menu"> |
---|
| 85 | <li ><a href="example.html">Board</a></li> |
---|
| 86 | <li ><a href="example.html">Plans</a></li> |
---|
| 87 | <li ><a href="example.html">Policies</a></li> |
---|
| 88 | <li ><a href="example.html">Topology</a></li> |
---|
| 89 | <li ><a href="example.html">News and events</a></li> |
---|
| 90 | </ul> |
---|
| 91 | </li> |
---|
| 92 | <li class="dropdown"> |
---|
| 93 | <a href="services.html" data-toggle="dropdown" class="dropdown-toggle disabled">Services <b class="caret"></b></a> |
---|
| 94 | <ul class="dropdown-menu"> |
---|
| 95 | <li ><a href="example.html">Unified communications</a></li> |
---|
| 96 | <li ><a href="example.html">Video conferencing</a></li> |
---|
| 97 | <li ><a href="example.html">Domain name services</a></li> |
---|
| 98 | <li ><a href="example.html">Caching services</a></li> |
---|
| 99 | <li ><a href="example.html">Digital content</a></li> |
---|
| 100 | <li ><a href="example.html">Network Security (CERT)</a></li> |
---|
| 101 | <li ><a href="example.html">Email and messaging</a></li> |
---|
| 102 | <li ><a href="example.html">Colocation</a></li> |
---|
| 103 | <li ><a href="example.html">Bandwidth supply and management</a></li> |
---|
| 104 | <li ><a href="example.html">Backbone transmission</a></li> |
---|
| 105 | </ul> |
---|
| 106 | </li> |
---|
| 107 | <li><a href="example.html">FAQ</a></li> |
---|
| 108 | </ul> |
---|
| 109 | </div> |
---|
| 110 | </div> |
---|
| 111 | </div> |
---|
| 112 | </div> |
---|
| 113 | </div><!-- /.navbar --> |
---|
| 114 | </div> |
---|
[10190] | 115 | |
---|
| 116 | |
---|
| 117 | |
---|
[10363] | 118 | <!-- CONTENT --> |
---|
| 119 | <div class="left-col"> |
---|
| 120 | <div class="content-container gradient-radius-module"> |
---|
| 121 | <h1>Dr. M.T. Johnson</h1> |
---|
| 122 | <ul class="breadcrumb"> |
---|
| 123 | <li><a href="home.html">Home</a></li> |
---|
| 124 | <li class="separator">»</li> |
---|
| 125 | <li><a href="about-us.html">About us</a></li> |
---|
| 126 | <li class="separator">»</li> |
---|
| 127 | <li>Dr. M.T. Johnson</li> |
---|
| 128 | </ul> |
---|
| 129 | <img class="about-unique-image" src="img/nigerian-man.jpg" alt="nigerian man" /> |
---|
| 130 | <p>Dr MT Johnson studied Medicine at the University of Nigeria Nsukka graduating with a distinction in 1967. He specialized in cardiology at Harvard University and graduated in 1976.</p> |
---|
| 131 | <p>He has served as Nigeria's representative on the UNESCO board and currently heads the Association of African cardiologists. He has a passion for research and has been instrumental in setting up the NgREN.</p> |
---|
[10190] | 132 | |
---|
[10363] | 133 | <div class="post-social"> |
---|
| 134 | <div class="facebook"> |
---|
| 135 | <div class="fb-like" data-href="http://www.facebook.com/informationnigeria" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false"></div> |
---|
| 136 | </div> |
---|
| 137 | <div class="twitter"> |
---|
| 138 | <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.facebook.com/informationnigeria">Tweet</a> |
---|
| 139 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
---|
| 140 | </div> |
---|
| 141 | </div> |
---|
| 142 | <div style="clear:both;"></div> |
---|
[10190] | 143 | |
---|
[10363] | 144 | </div> |
---|
| 145 | </div> |
---|
[10190] | 146 | |
---|
| 147 | |
---|
[10363] | 148 | <!-- SIDEBAR --> |
---|
| 149 | <div class="right-col"> |
---|
| 150 | <h4 class="title">» Latest news</h4> |
---|
| 151 | <div class="streaming white-background"> |
---|
| 152 | <div id="streaming-news"> |
---|
| 153 | <ul> |
---|
| 154 | <li> |
---|
| 155 | <h4><a href="example.html">Plans and Activities</a></h4> |
---|
| 156 | <p class="text">NgREN Linkage Plans and Activities.</p> |
---|
| 157 | <p><a href="example.html">Read more</a></p> |
---|
| 158 | </li> |
---|
| 159 | <li> |
---|
| 160 | <h4><a href="example.html">Plans and Activities 2</a></h4> |
---|
| 161 | <p class="text">NgREN Linkage Plans and Activities.</p> |
---|
| 162 | <p><a href="example.html">Read more</a></p> |
---|
| 163 | </li> |
---|
| 164 | <li> |
---|
| 165 | <h4><a href="example.html">Plans and Activities 3</a></h4> |
---|
| 166 | <p class="text">NgREN Linkage Plans and Activities.</p> |
---|
| 167 | <p><a href="example.html">Read more</a></p> |
---|
| 168 | </li> |
---|
| 169 | <li> |
---|
| 170 | <h4><a href="example.html">Plans and Activities 4</a></h4> |
---|
| 171 | <p class="text">NgREN Linkage Plans and Activities.</p> |
---|
| 172 | <p><a href="example.html">Read more</a></p> |
---|
| 173 | </li> |
---|
| 174 | <li> |
---|
| 175 | <h4><a href="example.html">Plans and Activities 5</a></h4> |
---|
| 176 | <p class="text">NgREN Linkage Plans and Activities.</p> |
---|
| 177 | <p><a href="example.html">Read more</a></p> |
---|
| 178 | </li> |
---|
| 179 | </ul> |
---|
| 180 | </div> |
---|
| 181 | </div> |
---|
| 182 | </div> |
---|
[10190] | 183 | |
---|
[10363] | 184 | <hr> |
---|
[10190] | 185 | |
---|
[10363] | 186 | <div class="footer"> |
---|
| 187 | <div class="copyright"> |
---|
| 188 | <span>© Nigerian Research and Education Network</span> |
---|
| 189 | <script type="text/javascript"> |
---|
| 190 | renderCurrentYear(); |
---|
| 191 | </script> |
---|
| 192 | </div> |
---|
| 193 | <div class="address"> |
---|
| 194 | <ul> |
---|
| 195 | <li>NgREN</li> |
---|
[11781] | 196 | <li>Peter Okebukola Building</li> |
---|
[10424] | 197 | <li>National Universities Commission</li> |
---|
[10363] | 198 | <li>Aguiyi Ironsi Street</li> |
---|
| 199 | <li>Maitama District</li> |
---|
| 200 | <li>Abuja, Nigeria</li> |
---|
| 201 | </ul> |
---|
| 202 | </div> |
---|
| 203 | <div class="section"> |
---|
| 204 | <ul> |
---|
| 205 | <li class="title">» NgREN</li> |
---|
| 206 | <li><a href="example.html">Contact</a></li> |
---|
| 207 | <li><a href="example.html">Sitemap</a></li> |
---|
| 208 | </ul> |
---|
| 209 | </div> |
---|
| 210 | </div> |
---|
[10190] | 211 | |
---|
[10363] | 212 | </div> <!-- /container --> |
---|
[10190] | 213 | |
---|
[10363] | 214 | <!-- Le javascript |
---|
| 215 | ================================================== --> |
---|
| 216 | <!-- Placed at the end of the document so the pages load faster --> |
---|
[10190] | 217 | |
---|
[10363] | 218 | <script type="text/javascript"> |
---|
| 219 | $(document).ready(function() { |
---|
| 220 | initInnerPageFunctions(); |
---|
| 221 | }); |
---|
| 222 | </script> |
---|
[10190] | 223 | |
---|
| 224 | </body> |
---|
| 225 | </html> |
---|