source: main/ngren.theme/trunk/ngren/theme/ngren_theme/full.html @ 17929

Last change on this file since 17929 was 12074, checked in by Henrik Bettermann, 10 years ago

Display an image instead of text for NGREN logo.

File size: 8.7 KB
RevLine 
[10230]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>
[10362]8  <meta charset="utf-8">
9  <title>Example | 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">
[10230]13
[10362]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">
[10230]18
[11734]19  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
[10230]20
[11734]21  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
[10362]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>
[10230]26
[10362]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]-->
[10230]32
[10362]33  <!-- Fav and touch icons -->
34  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
[10230]35</head>
36
37<body>
38
[10362]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";
[10362]46  fjs.parentNode.insertBefore(js, fjs);
47  }(document, 'script', 'facebook-jssdk'));</script>
[10230]48
[10362]49  <div class="container">
[10230]50
[10362]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>
[10362]62          </div>
63          <div class="btn-group pull-right btn-small"
64               id="user-options">
65            <a class="btn btn-small btn-primary"
66               href="#">
67              <i class="icon-user icon-white"></i>
68              <span id="user-options-name">
69                Username
70              </span>
71            </a>
72            <a class="btn btn-small btn-primary
73                      dropdown-toggle"
74               data-toggle="dropdown"
75               href="#">
76              <span class="caret"></span>
77            </a>
78            <ul class="dropdown-menu btn-small">
79              <li><a href="#">Dashboard</a></li>
80              <li><a href="#">Logout</a></li>
81            </ul>
82          </div><!-- user-options -->
83          <form class="navbar-form pull-right">
84            <input type="text" />
85            <button class="btn btn-primary btn-small search-btn" type="submit">Search</button>
86          </form>
87        </div>
88        <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
89          <span>Menu <b class="caret"></b></span>
90        </button>
91        <div id="menu-collapse" class="nav-collapse collapse">
92          <div class="nav-container">
93            <ul class="nav">
94              <li><a href="home.html">Home</a></li>
95              <li class="dropdown">
96                <a href="about-us.html" data-toggle="dropdown" class="dropdown-toggle disabled">About us <b class="caret"></b></a>
97                <ul class="dropdown-menu">
98                  <li ><a href="example.html">Board</a></li>
99                  <li ><a href="example.html">Plans</a></li>
100                  <li ><a href="example.html">Policies</a></li>
101                  <li ><a href="example.html">Topology</a></li>
102                  <li ><a href="example.html">News and events</a></li>
103                </ul>
104              </li>
105              <li class="dropdown active">
106                <a href="services.html" data-toggle="dropdown" class="dropdown-toggle disabled">Services <b class="caret"></b></a>
107                <ul class="dropdown-menu">
108                  <li ><a href="example.html">Unified communications</a></li>
109                  <li ><a href="example.html">Video conferencing</a></li>
110                  <li ><a href="example.html">Domain name services</a></li>
111                  <li ><a href="example.html">Caching services</a></li>
112                  <li ><a href="example.html">Digital content</a></li>
113                  <li ><a href="example.html">Network Security (CERT)</a></li>
114                  <li ><a href="example.html">Email and messaging</a></li>
115                  <li ><a href="example.html">Colocation</a></li>
116                  <li ><a href="example.html">Bandwidth supply and management</a></li>
117                  <li ><a href="example.html">Backbone transmission</a></li>
118                </ul>
119              </li>
120              <li><a href="example.html">FAQ</a></li>
121            </ul>
122          </div>
123        </div>
124      </div>
125    </div>
126    </div><!-- /.navbar -->
127  </div>
[10230]128
129
130
[10362]131  <!-- CONTENT -->
132  <div class="full-col">
133  <div class="content-container gradient-radius-module">
134    <h1>Example</h1>
135    <ul class="breadcrumb">
136      <li><a href="home.html">Home</a></li>
137      <li class="separator">&raquo;</li>
138      <li>Example</li>
139    </ul>
140    <p>Unified communications allow institutions on the REN network to call each other across the NgREN private network. Unified communications allow institutions on the REN network to call each other across the NgREN private network.</p>
141    <img class="left-image" src="img/nigerian-woman3.jpg" alt="nigerian woman 3" style="width:220px;" />
142    <p>Unified communications <strong>allow institutions on the REN network to call each other across the NgREN private network</strong>. Unified communications allow institutions on the REN network to call each other across the NgREN private network. Unified communications allow institutions on the REN network to call each other <a href="example.html">across the NgREN private network</a>. Unified communications allow institutions on the REN network to call each other across the NgREN private network. Unified communications allow institutions on the REN network to call each other across the NgREN private network.</p>
143    <br/>
144    <h3>Head title</h3>
145    <ul>
146      <li>Unified communications allow institutions on the REN network to call each other</li>
147      <li>across the NgREN private network. Unified communications allow</li>
148      <li>Unified communications allow institutions on the REN network to call each other</li>
149      <li>across the NgREN private network. Unified communications allow</li>
150    </ul>
[10230]151
[10362]152    <div class="post-social">
153      <div class="facebook">
154        <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>
155      </div>
156      <div class="twitter">
157        <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.facebook.com/informationnigeria">Tweet</a>
158        <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>
159      </div>
160    </div>
161    <div style="clear:both;"></div>
[10230]162
[10362]163  </div>
164  </div>
[10230]165
166
[10362]167  <div class="footer">
168    <div class="copyright">
169      <span>&copy; Nigerian Research and Education Network</span>
170      <script type="text/javascript">
171      renderCurrentYear();
172      </script>
173    </div>
174    <div class="address">
175      <ul>
176        <li>NgREN</li>
[11781]177        <li>Peter Okebukola Building</li>
[10424]178        <li>National Universities Commission</li>
[10362]179        <li>Aguiyi Ironsi Street</li>
180        <li>Maitama District</li>
181        <li>Abuja, Nigeria</li>
182      </ul>
183    </div>
184    <div class="section">
185      <ul>
186        <li class="title">&raquo; NgREN</li>
187        <li><a href="example.html">Contact</a></li>
188        <li><a href="example.html">Sitemap</a></li>
189      </ul>
190    </div>
191  </div>
[10230]192
[10362]193  </div> <!-- /container -->
[10230]194
[10362]195  <!-- Le javascript
196  ================================================== -->
197  <!-- Placed at the end of the document so the pages load faster -->
[10230]198
[10362]199  <script type="text/javascript">
200  $(document).ready(function() {
201    initInnerPageFunctions();
202  });
203  </script>
[10230]204
205</body>
206</html>
Note: See TracBrowser for help on using the repository browser.