-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
55 lines (52 loc) · 3.04 KB
/
header.php
File metadata and controls
55 lines (52 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nigeria Ethereum Network</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="Nigeria Ethereum Dev Drive was initiated as a pilot test to target and attract 500 intermediate developers in Africa to improve on their knowledge of the ethereum smart contracts and code base, and see them develop very simple dApps that can be used in their immediate environment.">
<meta name="keywords" content="design, ethereum, bitcoin, cryptocurrency, digital, money, fintech, bloceducare, crevatal, clemzcorp, media redefined,investor, blockchain, hydro, hydrogen, network, UI/UX, developer, program, programmers, technology, tech, python, c++, c#">
<!-- Favicon -->
<link rel="icon" href="img/favicon.jpg" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Code:300,400,500,600,700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6805cde236.js" crossorigin="anonymous"></script>
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js">
</script><script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<nav class="nav">
<div class="burger">
<div class="burger__patty"></div>
</div>
<ul class="nav__list">
<li class="nav__item">
<a href="#1" class="nav__link c-blue"><i class="fas fa-home"></i></a>
</li>
<li class="nav__item">
<a href="#2" class="nav__link c-yellow scrolly"><i class="fas fa-question"></i></a>
</li>
<li class="nav__item">
<a href="#5" class="nav__link c-red"><i class="fas fa-brain"></i></a>
</li>
<li class="nav__item">
<a href="#3" class="nav__link c-red"><i class="fas fa-stopwatch"></i></a>
</li>
<li class="nav__item">
<a href="#6" class="nav__link c-red"><i class="fas fa-trophy"></i></a>
</li>
<li class="nav__item">
<a href="#4" class="nav__link c-green"><i class="fas fa-user-plus"></i></a>
</li>
<li class="nav__item" style="border-top: 2px solid #FFFF66;">
<a href="https://twitter.com/ENetworkng" target="_blank" class="nav__link c-green"><i class="fab fa-twitter"></i></a>
</li>
<li class="nav__item">
<a href="https://medium.com/@ethnetworkng" target="_blank" class="nav__link c-green"><i class="fab fa-medium"></i></a>
</li>
</ul>
</nav>