-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.php
executable file
·36 lines (28 loc) · 958 Bytes
/
menu.php
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
<!-------------------------- menu -------------------------->
<div class="caja-menu-mini">
<a href="#" class="menu-mini">
<span class="icon-menu"> </span> Menu
</a>
</div>
<div id="total-menu-padre">
<header id="center-menu">
<nav id="menu-principal">
<a href="index.php" id="items" class="logo active1">
<span class="big-icon-ico_LogoGhmini"> </span>
</a>
<a href="curriculum.php" id="items" class="active2">
<span class="icon-profile"> </span> Currículum
</a>
<a href="serv.php" id="items" class="active3">
<span class="icon-wrench"> </span> Servicios
</a>
<a href="portafolio.php" id="items" class="active5">
<span class="icon-portfolio"> </span> Portafolio
</a>
<a href="contac.php" id="items" class="active4">
<span class="icon-bubbles"> </span> Contáctame
</a>
</nav>
</header>
</div>
<!-------------------------- menu -------------------------->