source: main/ngren.theme/trunk/ngren/theme/ngren_theme/home.html @ 10291

Last change on this file since 10291 was 10252, checked in by uli, 11 years ago

Show user options dropdown also on home page and on pages with portlets enabled.

File size: 12.1 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>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='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
20
21        <script src="http://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 = "//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><a href="home.html">Nigerian Research and<br/>Education Network</a></h1>
61                                        </div>
62                                        <div class="btn-group pull-right btn-small"
63                                             id="user-options">
64                                          <a class="btn btn-small btn-primary"
65                                             href="#">
66                                            <i class="icon-user icon-white"></i>
67                                            <span id="user-options-name">
68                                              Username
69                                            </span>
70                                          </a>
71                                          <a class="btn btn-small btn-primary                                                       dropdown-toggle"
72                                             data-toggle="dropdown"
73                                             href="#">
74                                            <span class="caret"></span>
75                                          </a>
76                                          <ul class="dropdown-menu btn-small">
77                                            <li><a href="#">Dashboard</a></li>
78                                            <li><a href="#">Logout</a></li>
79                                          </ul>
80                                        </div><!-- user-options -->
81                                        <form class="navbar-form pull-right">
82                                                <input type="text" />
83                                                <button class="btn btn-primary btn-small search-btn" type="submit">Search</button>
84                                        </form>
85                                </div>
86                                <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
87                                        <span>Menu <b class="caret"></b></span>
88                                </button>
89                                <div id="menu-collapse" class="nav-collapse collapse">
90                                        <div class="nav-container">
91                                                <ul class="nav">
92                                                        <li class="active"><a href="home.html">Home</a></li>
93                                                        <li class="dropdown">
94                                                                <a href="about-us.html" data-toggle="dropdown" class="dropdown-toggle disabled">About us <b class="caret"></b></a>
95                                                                <ul class="dropdown-menu">
96                                                                        <li ><a href="example.html">Board</a></li>
97                                                                        <li ><a href="example.html">Plans</a></li>
98                                                                        <li ><a href="example.html">Policies</a></li>
99                                                                        <li ><a href="example.html">Topology</a></li>
100                                                                        <li ><a href="example.html">News and events</a></li>
101                                                                </ul>
102                                                        </li>
103                                                        <li class="dropdown">
104                                                                <a href="services.html" data-toggle="dropdown" class="dropdown-toggle disabled">Services <b class="caret"></b></a>
105                                                                <ul class="dropdown-menu">
106                                                                        <li ><a href="example.html">Unified communications</a></li>
107                                                                        <li ><a href="example.html">Video conferencing</a></li>
108                                                                        <li ><a href="example.html">Domain name services</a></li>
109                                                                        <li ><a href="example.html">Caching services</a></li>
110                                                                        <li ><a href="example.html">Digital content</a></li>
111                                                                        <li ><a href="example.html">Network Security (CERT)</a></li>
112                                                                        <li ><a href="example.html">Email and messaging</a></li>
113                                                                        <li ><a href="example.html">Colocation</a></li>
114                                                                        <li ><a href="example.html">Bandwidth supply and management</a></li>
115                                                                        <li ><a href="example.html">Backbone transmission</a></li>
116                                                                </ul>
117                                                        </li>
118                                                        <li><a href="example.html">FAQ</a></li>
119                                                </ul>
120                                        </div>
121                                </div>
122                        </div>
123                </div>
124                </div><!-- /.navbar -->
125        </div>
126
127        <!-- Slider -->
128        <div class="rslides_container curly-shadow border-radius slider gradient-radius-module">
129        <div class="curly-shadow-container border-radius">
130        <ul class="rslides slider-container border-radius" id="slider1">
131                <li>
132                        <div class="slider-text">
133                                <h3><a href="example.html">Welcome to NgREN</a></h3>
134                                <p>The NgREN is committed to harmonizing knowledge within the tertiary sector to <span class="highlight">drive productive research, collaboration and knowledge</span> dissemination for the development of Nigeria and Mankind.</p>
135                                <a href="example.html">Read more &raquo;</a>
136                        </div>
137                        <div class="slider-image-container border-radius">
138                                <img class="slider-image border-radius" src="img/slider/nigerian-men2.jpg" alt="nigerian woman 1" />
139                        </div>
140                </li>
141                <li>
142                        <div class="slider-text">
143                                <h3><a href="example.html">NgREN and Other RENs</a></h3>
144                                <p>The NgREN is committed to harmonizing knowledge within the tertiary sector to drive productive research, collaboration and knowledge dissemination for the development of Nigeria and Mankind.</p>
145                                <a href="example.html">Read more &raquo;</a>
146                        </div>
147                        <div class="slider-image-container border-radius">
148                                <img class="slider-image border-radius" src="img/slider/nigerian-women.jpg" alt="nigerian woman 2" />
149                        </div>
150                </li>
151                <li>
152                        <div class="slider-text">
153                                <h3><a href="example.html">Medical Research</a></h3>
154                                <p>The NgREN is committed to harmonizing knowledge within the tertiary sector to drive productive research, collaboration and knowledge dissemination for the development of Nigeria and Mankind.</p>
155                                <a href="example.html">Read more &raquo;</a>
156                        </div>
157                        <div class="slider-image-container border-radius">
158                                <img class="slider-image border-radius" src="img/slider/health.jpg" alt="nigerian woman 3" />
159                        </div>
160                </li>
161                <li>
162                        <div class="slider-text">
163                                <h3><a href="example.html">Mobility Services</a></h3>
164                                <p>The NgREN is committed to harmonizing knowledge within the tertiary sector to drive productive research, collaboration and knowledge dissemination for the development of Nigeria and Mankind.</p>
165                                <a href="example.html">Read more &raquo;</a>
166                        </div>
167                        <div class="slider-image-container border-radius">
168                                <img class="slider-image border-radius" src="img/slider/nigerian-men.jpg" alt="nigerian woman 4" />
169                        </div>
170                </li>
171        </ul>
172        </div>
173        </div>
174
175        <div class="left-col">
176                <h4 class="title">&raquo; Featured</h4>
177                <div class="row-fluid">
178                        <div class="span6 center home-option gradient-radius-module">
179                                <a href="example.html"><img class="home-icon" src="img/mobile-icon.png" alt="icon heart" /></a>
180                                <h3><a href="example.html">NgREN Infrastructure<br/>and Facilities</a></h3>
181                                <p class="text">Read more about the UNICC project.</p>
182                                <p><a href="example.html">View details &raquo;</a></p>
183                        </div>
184                        <div class="span6 center home-option gradient-radius-module">
185                                <a href="example.html"><img class="home-icon" src="img/network-icon.png" alt="icon network" /></a>
186                                <h3><a href="example.html">NgREN<br/>and Other RENs</a></h3>
187                                <p class="text">Read more about NgREN Linkage Plans and Activities.</p>
188                                <p><a href="example.html">View details &raquo;</a></p>
189                        </div>
190                </div>
191        </div>
192
193        <div class="right-col">
194                <h4 class="title">&raquo; Latest news</h4>
195                <div class="streaming white-background">
196                        <div id="streaming-news">
197                        <ul>
198                                <li>
199                                        <h4><a href="example.html">Plans and Activities</a></h4>
200                                        <p class="text">NgREN Linkage Plans and Activities.</p>
201                                        <p><a href="example.html">Read more</a></p>
202                                </li>
203                                <li>
204                                        <h4><a href="example.html">Plans and Activities 2</a></h4>
205                                        <p class="text">NgREN Linkage Plans and Activities.</p>
206                                        <p><a href="example.html">Read more</a></p>
207                                </li>
208                                <li>
209                                        <h4><a href="example.html">Plans and Activities 3</a></h4>
210                                        <p class="text">NgREN Linkage Plans and Activities.</p>
211                                        <p><a href="example.html">Read more</a></p>
212                                </li>
213                                <li>
214                                        <h4><a href="example.html">Plans and Activities 4</a></h4>
215                                        <p class="text">NgREN Linkage Plans and Activities.</p>
216                                        <p><a href="example.html">Read more</a></p>
217                                </li>
218                                <li>
219                                        <h4><a href="example.html">Plans and Activities 5</a></h4>
220                                        <p class="text">NgREN Linkage Plans and Activities.</p>
221                                        <p><a href="example.html">Read more</a></p>
222                                </li>
223                        </ul>
224                        </div>
225                </div>
226        </div>
227
228        <div class="full-col">
229                <h4 class="title">&raquo; Partners</h4>
230                <div id="partners-tile" class="gradient-radius-module">
231                        <ul>
232                                <li id="fme">
233                                        <a target="_blank" href="http://www.fmegovng.org">
234                                                <img src="img/logos/fme.png" alt="Federal Ministry of Education" />
235                                                <span class="title">Federal Ministry of Education</span>
236                                        </a>
237                                </li>
238                                <li id="uspf">
239                                        <a target="_blank" href="http://www.uspf.gov.ng">
240                                                <img src="img/logos/uspf.png" alt="Universal Service Provision Fund" />
241                                                <span class="title">Universal Service Provision Fund</span>
242                                        </a>
243                                </li>
244                                <li id="tetfund">
245                                        <a target="_blank" href="http://www.tetfund.gov.ng">
246                                                <img src="img/logos/tetfund.png" alt="Tetfund" />
247                                                <span class="title">Tetfund</span>
248                                        </a>
249                                </li>
250                                <li id="ncc">
251                                        <a target="_blank" href="http://www.ncc.gov.ng">
252                                                <img src="img/logos/ncc.png" alt="Nigerian Communications Commission" />
253                                                <span class="title">Nigerian Communications Commission</span>
254                                        </a>
255                                </li>
256                                <li id="nuc">
257                                        <a target="_blank" href="http://www.nuc.edu.ng/">
258                                                <img src="img/logos/nuc.png" alt="Nigerian Communications Commission" />
259                                                <span class="title">National Universities Commission</span>
260                                        </a>
261                                </li>
262                        </ul>
263                        <div class="clear">&nbsp;</div>
264                </div>
265        </div>
266
267        <hr>
268
269        <div class="footer">
270                <div class="copyright">
271                        <span>&copy; Nigerian Research and Education Network</span>
272                        <script type="text/javascript">
273                        renderCurrentYear();
274                        </script>
275                </div>
276                <div class="address">
277                        <ul>
278                                <li>NgREN</li>
279                                <li>National University Commission</li>
280                                <li>Aja Nwachukwu House</li>
281                                <li>Aguiyi Ironsi Street</li>
282                                <li>Maitama District</li>
283                                <li>Abuja, Nigeria</li>
284                        </ul>
285                </div>
286
287                <div class="section">
288                        <ul>
289                                <li class="title">&raquo; NgREN</li>
290                                <li><a href="example.html">Contact</a></li>
291                                <li><a href="example.html">Sitemap</a></li>
292                        </ul>
293                </div>
294        </div>
295
296        </div> <!-- /container -->
297
298        <!-- Le javascript
299        ================================================== -->
300        <!-- Placed at the end of the document so the pages load faster -->
301
302        <script type="text/javascript">
303        $(document).ready(function() {
304                initHomeFunctions();
305        });
306        </script>
307
308</body>
309</html>
Note: See TracBrowser for help on using the repository browser.