-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.02 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 2.02 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
<title>Home - theCodemander</title>
<link rel="icon" type="image/x-icon" href="images/theCodemander.ico">
<link href="files/css/main.css" type="text/css" rel="stylesheet" >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=REM:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="side-nav">
<a href="https://thecodemander.github.io/" class="logo">
<img src="images/theCodemander_mod.png" class="logo-img">
<img src="images/theCodemander_mod.png" class="logo-icon">
</a>
<ul class="nav-links">
<li><a href="https://thecodemander.github.io/"><img src="images/icons/home.svg" class="filter-green"><p>Home</p></a></li>
<li><a href="#"><img src="images/icons/paperclip.svg" class="filter-green"><p>All Posts</p></a></li>
<li><a href="#"><img src="images/icons/user.svg" class="filter-green"><p>About Me</p></a></li>
<li><a href="https://github.com/theCodemander/"><img src="images/icons/brand-github.svg" class="filter-green"><p>Github</p></a></li>
<div class="active"> </div>
</ul>
</div>
</div>
</body>
</html>
<!--
_______ _ _ _______ _______ _____ ______ _______ _______ _______ __ _ ______ _______ ______
| |_____| |______ | | | | \ |______ | | | |_____| | \ | | \ |______ |_____/
| | | |______ |_____ |_____| |_____/ |______ | | | | | | \_| |_____/ |______ | \_
-->