-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (101 loc) · 5.46 KB
/
Copy pathindex.html
File metadata and controls
112 lines (101 loc) · 5.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- GOOGLE ANALYTICS -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8LCF79K0EE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8LCF79K0EE");
</script>
<!-- META TAGS -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords"
content="Salesforce, Apex, Aura, Lightning, SOQL, LWC, Lightning Web Components, LDS, Lightning Design System, Trailhead, Java, HTML, CSS, JS, JavaScrip, Java Script, PHP, Deloitte, Linkedin, Wordpress, SQL, MySQL, MariaDB, MongoDB, Joomla, Eclipse, Netbeans, Intellij, Web, Programador, Técnico informático, Informática, Linux, Windows, Server, Ubuntu, Debian, Manjaro, Arch, Desarrollador, Redes, Fernando, Palomo, Moreno, Fernando Palomo, Fernando Palomo Moreno, fernandopal, fpalomo.es" />
<meta name="author" content="fernandopal, mail@fpalomo.es" />
<meta name="copyright" content="Fernando Palomo Moreno" />
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#111111" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="description" content="¡Hi! Im Fernando. I'm a Salesforce Developer currently working for SEIDOR NTS." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Fernando Palomo Moreno - Inicio" />
<meta property="og:url" content="https://www.fpalomo.es" />
<meta property="og:site_name" content="Fernando Palomo Moreno" />
<meta property="og:description" content="¡Hi! Im Fernando. I'm a Salesforce Developer currently working for SEIDOR NTS." />
<meta property="og:locale" content="en_EN" />
<meta property="og:image" content="https://static.fpalomo.es/logo.jpg" />
<meta property="article:author" content="fpalomo" />
<meta property="article:tag"
content="Salesforce, Apex, Aura, Lightning, SOQL, LWC, Lightning Web Components, LDS, Lightning Design System, Trailhead, Java, HTML, CSS, JS, JavaScrip, Java Script, PHP, Deloitte, Linkedin, Wordpress, SQL, MySQL, MariaDB, MongoDB, Joomla, Eclipse, Netbeans, Intellij, Web, Programador, Técnico informático, Informática, Linux, Windows, Server, Ubuntu, Debian, Manjaro, Arch, Desarrollador, Redes, Fernando, Palomo, Moreno, Fernando Palomo, Fernando Palomo Moreno, fernandopal, fpalomo.es" />
<meta name="twitter:title" content="Fernando Palomo Moreno - Inicio" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@fpalomo_" />
<meta name="twitter:image" content="https://static.fpalomo.es/logo.jpg" />
<meta name="google-site-verification" content="_WlFpYla-J6f6XHbsJi7XYQ3Ty9c0b6SYSy7tZFqOzk" />
<!-- OTHER HEADER TAGS-->
<title>Fernando Palomo Moreno - Home</title>
<link rel="icon" type="image/png" href="https://static.fpalomo.es/favicon.png" />
<link rel="apple-touch-icon" href="https://static.fpalomo.es/favicon.png" />
<link rel="canonical" href="https://www.fpalomo.es" />
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/icons/style.min.css" />
<!-- STYLES -->
<link rel="stylesheet" href="assets/css/style.min.css" />
<link rel="stylesheet" href="assets/external/fontawesome-5.15.1/css/all.min.css" />
<link rel="stylesheet" href="assets/external/fullPage.js-3.0.9/fullpage.min.css" />
<!-- SCRIPTS -->
<script src="assets/external/jquery-3.5.1/jquery.min.js"></script>
<script src="assets/external/fullPage.js-3.0.9/easings.min.js"></script>
<script src="assets/external/fullPage.js-3.0.9/fullpage.min.js"></script>
<script src="assets/external/fullPage.js-3.0.9/scrolloverflow.min.js"></script>
</head>
<body>
<div id="header" role="navigation">
<a href="https://www.fpalomo.es" class="h-title">fpalomo.es</a>
<ul>
<li>
<a href="https://trailblazer.me/id/fpalomo" aria-label="Trailhead profile">
<i class="fab fa-salesforce"></i>
</a>
</li>
<li>
<a href="https://t.me/fpalomo">
<i class="fab fa-telegram-plane" aria-label="Telegram"></i>
</a>
</li>
<li>
<a href="mailto:mail@fpalomo.es">
<i class="fas fa-envelope" aria-label="Send an email"></i>
</a>
</li>
<li>
<a href="https://github.com/fernandopal" aria-label="GitHub profile">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/fpalomo" aria-label="LinkedIn profile">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div id="fullpage">
<div class="section" id="home">
<div class="main-text">
<h1>Fernando Palomo Moreno</h1>
<span class="subtitle">Salesforce Developer @ SEIDOR NTS</span>
</div>
</div>
</div>
<!-- SCRIPTS -->
<script src="assets/js/config.min.js"></script>
</body>
</html>