-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (53 loc) · 1.71 KB
/
index.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/estilo.css" rel="stylesheet">
<title>CV Maryelin Ramirez</title>
<script type="text/javascript" src="js/JS.js"></script>
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<aside class="social">
<!-- The social media icon bar -->
<div class="icon-bar">
<a href="https://t.me/yelincode" class="telegram"><i class="fa fa-telegram"></i></a>
<a href="https://www.linkedin.com/in/maryelinvirginia2002/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/Yelincode" class="github"><i class="fa fa-github"></i></a>
</div>
</aside>
<section id="global">
<!--Cabecera-->
<header>
<div id="logo">
<h1>Curriculum</h1>
</div>
<div class="clearfix"></div>
<nav id="menu">
<ul>
<li></li>
</ul>
</nav>
</header>
<!--Content-->
<section id="content">
<center>
<div id="posts">
<div class="post">
<h2>Maryelin Virginia Ramirez Alvarez</h2>
<br/><br/>
<a class="button" href="https://t.me/yelincode">Contact me</a>
<br/><br/>
<h3>Coming soon <br/> Currently working on this</h3>
</div>
</div>
</center>
<div class="clearfix"></div>
</section>
</section>
<footer>
yelincode ©
<a href="#" class="subir">Up</a>
</footer>
</body>
</html>