-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (103 loc) · 5.45 KB
/
index.html
File metadata and controls
115 lines (103 loc) · 5.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
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
<!DOCTYPE html>
<html lang="es">
<head>
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<title>Dev J Rafael Otero</title>
<link rel="manifest" href="/manifest.json">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- Metadata for Opengraph -->
<meta name="description"
content="Desarrollador web, especialista en Frontend, mis lenguajes de cabecera son Javascript (VueJS y NodeJS) y PHP(Laravel)">
<meta name="keywords"
content="Developer, javascript, nodejs, php, laravel, wordpress, prestashop, responsive, design">
<meta property="og:title" content="C.V. Dev. José Rafael Otero López" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://devjrafaelotero.com.ve" />
<meta property="og:image" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg" />
<!-- Search Engine -->
<meta name="description"
content="Desarrollador web, especialista en Frontend, mis lenguajes de cabecera son Javascript (VueJS y NodeJS) y PHP(Laravel)">
<meta name="image" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg">
<!-- Schema.org for Google -->
<meta itemprop="name" content="CV J. Rafael Otero">
<meta itemprop="description"
content="Desarrollador web, especialista en Frontend, mis lenguajes de cabecera son Javascript (VueJS y NodeJS) y PHP(Laravel)">
<meta itemprop="image" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg">
<meta name="twitter:title" content="CV J. Rafael Otero">
<meta name="twitter:description"
content="Desarrollador web, especialista en Frontend, mis lenguajes de cabecera son Javascript (VueJS y NodeJS) y PHP(Laravel)">
<meta name="twitter:site" content="@josmanmx">
<meta name="twitter:creator" content="@josmanmx">
<meta name="twitter:image:src" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="CV J. Rafael Otero">
<meta name="og:description"
content="Desarrollador web, especialista en Frontend, mis lenguajes de cabecera son Javascript (VueJS y NodeJS) y PHP(Laravel)">
<meta name="og:image" content="https://devjrafaelotero.com.ve/dist/avatar-j-rafael-otero2.jpg">
<meta name="og:url" content="https://devjrafaelotero.com.ve">
<meta name="og:site_name" content="CV J. Rafael Otero">
<meta name="og:locale" content="es_ES">
<meta name="og:type" content="website">
<!-- Open Graph - Article -->
<meta name="article:section" content="Social Media">
<meta name="article:author" content="J Rafael Otero">
<meta name="article:tag" content="Social Media">
<!-- For PWA -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#545454">
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<link rel="apple-touch-icon" href="./images/icon-192.png">
<link rel="apple-touch-startup-image" href="./images/icon-192.png">
<!-- TODO concatenar con hoja de estilos general -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?9ukd8d">
</head>
<body>
<div id="app">
</div> <!-- #app -->
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function (l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function (v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./sw.js')
.then(reg => console.log('Registro de SW exitoso', reg))
.catch(err => console.warn('Error al tratar de registrar el sw', err))
}
</script>
<script src="/dist/build.js"></script>
</body>
</html>