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

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

Add RC number to title.

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