-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (115 loc) · 6.07 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Evaristo Cuesta",
"author": {
"@type": "Person",
"name": "Evaristo Cuesta"
},
"datePublished": "2020-08-06",
"description": "Evaristo Cuesta professional info. .NET desktop and web applications developer. You can get in touch with me in linkedin and github.",
"url": "https://www.evaristocuesta.com",
"sameAs": [
"https://www.linkedin.com/in/evaristocuesta",
"https://github.com/evaristocuesta"]
}
</script>
<!-- HTML Meta Tags -->
<title>Evaristo Cuesta developer</title>
<meta name="description" content="Evaristo Cuesta - Senior Software Developer at Schneider Electric.">
<meta name="keywords" content="evaristo cuesta, github, linkedin, .net developer, sevilla, .net core, asp.net core, entity framework, mvvm, wpf"/>
<meta name="author" content="Evaristo Cuesta"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="image" content="https://www.evaristocuesta.com/images/profile-image.jpg" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Evaristo Cuesta">
<meta itemprop="description" content="Evaristo Cuesta - Senior Software Developer at Schneider Electric.">
<meta itemprop="image" content="http://www.evaristocuesta.com/images/profile-image.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Evaristo Cuesta">
<meta name="twitter:description" content="Evaristo Cuesta - Senior Software Developer at Schneider Electric.">
<meta name="twitter:image" content="http://www.evaristocuesta.com/images/profile-image.jpg">
<meta name="twitter:site" content="@evaristocuesta" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.evaristocuesta.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Evaristo Cuesta">
<meta property="og:site_name" content="Evaristo Cuesta" />
<meta property="og:description" content="Evaristo Cuesta - Senior Software Developer at Schneider Electric.">
<meta property="og:image" content="http://www.evaristocuesta.com/images/profile-image.jpg">
<meta property="og:image:alt" content="Evaristo Cuesta - Senior Software Developer at Schneider Electric." />
<link rel="canonical" href="https://www.evaristocuesta.com"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css"/>
<link rel="stylesheet" media="screen" href="css/style.css"/>
</head>
<body>
<canvas id="canvas"></canvas>
<div class="container">
<div class="card">
<div class="front-card">
<img src="images/code.jpg" alt="screen code background" class="card-img" title="screen code background"/>
<img src="images/profile-image.jpg" alt="Evaristo Cuesta .NET desktop and web applications developer" class="profile-img" title="Evaristo Cuesta .NET desktop and web applications developer"/>
<h1>Evaristo Cuesta</h1>
<p class="job-title">.NET developer</p>
<p class="about">Senior Software Developer at Schneider Electric</p>
<a href="#" class="btn contact-button">Contact</a>
<ul class="social-media">
<li>
<a href="https://www.linkedin.com/in/evaristocuesta/" title="Evaristo Cuesta linkedin"
target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/evaristocuesta" title="github evaristocuesta" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
<li>
<a href="https://evaristocuesta.es" title="Evaristo Cuesta Fotografía" target="_blank">
<i class="fas fa-camera-retro"></i>
</a>
</li>
</ul>
</div>
<div class="back-card">
<img src="images/code.jpg" alt="screen code background" class="card-img" title="screen code background"/>
<img src="images/profile-image.jpg" alt="Evaristo Cuesta .NET desktop and web applications developer" class="profile-img" title="Evaristo Cuesta .NET desktop and web applications developer"/>
<h2>Evaristo Cuesta</h2>
<p class="phone">
<a href="tel:+34637534561"><i class="fas fa-phone-square"></i> +34 637 53 45 61</a>
</p>
<p class="email">
<a id="email"><i class="far fa-envelope"></i> <span></span></a>
</p>
<p class="space-back"></p>
<a href="#" class="btn back-button">Go Back</a>
<ul class="social-media">
<li>
<a href="https://www.linkedin.com/in/evaristocuesta/" title="Evaristo Cuesta linkedin" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://github.com/evaristocuesta" title="github evaristocuesta" target="_blank">
<i class="fab fa-github-square"></i>
</a>
</li>
<li>
<a href="https://evaristocuesta.es" title="Evaristo Cuesta Fotografía" target="_blank">
<i class="fas fa-camera-retro"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<script type="module" src="js/app.js"></script>
</body>
</html>