-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 2.45 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 2.45 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
<!DOCTYPE hmtl>
<html>
<head>
<title>Yosephaider Vanegas | Software Developer</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet">
<!-- Chrome, Firefox OS, Opera and Vivaldi -->
<meta name="theme-color" content="#f1f1f1">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#f1f1f1">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#f1f1f1">
</head>
<body>
<div id="wrapper">
<nav id="nav">
<a href="https://git.io/fhZss" class="icon fa-brands fa-github-alt"></a>
<a href="https://blog.page.io" class="icon fa-solid fa-laptop-code"></a>
<a href="https://x.com/yosephaider" class="icon fa-brands fa-x-twitter"></a>
<a href="https://lnkd.in/eycBxb6" class="icon fa-brands fa-square-linkedin"></a>
</nav>
<div id="main">
<article id="home" class="panel">
<div class="menu-left">
<a href="https://git.io/fhZss" class="icon fa-brands fa-github-alt"></a>
<a href="https://yosephaider.io" class="icon fa-solid fa-laptop-code"></a>
<a href="https://x.com/yosephaider" class="icon fa-brands fa-x-twitter"></a>
<a href="https://lnkd.in/eycBxb6" class="icon fa-brands fa-square-linkedin"></a>
</div>
<header>
<h1>Yosephaider Vanegas</h1>
<p>Software Developer & DevOps Engineer</p>
<span><i class="fas fa-envelope"></i> yosephaider@gmail.com
</header>
<div class="pic">
<img src="img/me.jpg" alt="" />
</div>
</article>
</div>
<div id="movil">
<div class="pic">
<img src="img/me.jpg" alt="" />
</div>
<header>
<h1>Yosephaider Vanegas</h1>
<p>Software Developer & DevOps Engineer</p>
<span><i class="fas fa-envelope"></i> yosephaider@gmail.com
</header>
</div>
</div>
</body>
</html>