-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from dmotts/translate-index-to-es
feat: traducir index.html al español
- Loading branch information
Showing
5 changed files
with
1,637 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
|
||
<div> | ||
<h1>Hi there 👋...I'm Daley Mottley </h1> | ||
<div align="left"> | ||
<h1>Let's Work Together 🤝</h1> | ||
<h1>¡Hola! 👋...Soy Daley Mottley </h1> | ||
<div align="left"> | ||
<h1>¡Trabajemos Juntos! 🤝</h1> | ||
<ul> | ||
<li>- 🤔 I’m looking to help with <strong>AI projects</strong></li> | ||
<li>- 💬 Ask me about <strong>Workflow Automations</strong></li> | ||
<li>- 🌱 I’m currently learning <strong>Machine Learning</strong></li> | ||
<li>- 📫 How to reach me: [[email protected]]</li> | ||
<li>- 🔗 Visit my website ▻ <a href="https://dmotts.github.io/portfolio">daleymottley.com</a></li> | ||
</ul> | ||
<li>- 🤔 Estoy buscando colaborar en <strong>proyectos de Inteligencia Artificial</strong></li> | ||
<li>- 💬 Pregúntame sobre <strong>automatización de flujos de trabajo</strong></li> | ||
<li>- 🌱 Actualmente estoy aprendiendo <strong>aprendizaje automático</strong></li> | ||
<li>- 📫 Cómo contactarme: [[email protected]]</li> | ||
<li>- 🔗 Visita mi sitio web ▻ <a href="https://dmotts.github.io/portafolio">daleymottley.com</a></li> | ||
</ul> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
|
||
<head> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Daley Mottley | Consultor de Inteligencia Artificial</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="" /> | ||
<meta name="keywords" content="" /> | ||
<meta name="author" content="Daley Mottley" /> | ||
|
||
<!-- Integración con Facebook y Twitter --> | ||
<meta property="og:title" content="Daley Mottley | Consultor de Inteligencia Artificial" /> | ||
<meta property="og:image" content="" /> | ||
<meta property="og:url" content="" /> | ||
<meta property="og:site_name" content="" /> | ||
<meta property="og:description" content="" /> | ||
<meta name="twitter:title" content="" /> | ||
<meta name="twitter:image" content="" /> | ||
<meta name="twitter:url" content="" /> | ||
<meta name="twitter:card" content="" /> | ||
|
||
<!-- Icono de Favicon --> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet"> | ||
|
||
<!-- Animate.css --> | ||
<link rel="stylesheet" href="css/animate.css"> | ||
<!-- Iconos Icomoon --> | ||
<link rel="stylesheet" href="css/icomoon.css"> | ||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
<!-- Flexslider --> | ||
<link rel="stylesheet" href="css/flexslider.css"> | ||
<!-- Iconos Flaticons --> | ||
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css"> | ||
<!-- Carrusel Owl --> | ||
<link rel="stylesheet" href="css/owl.carousel.min.css"> | ||
<link rel="stylesheet" href="css/owl.theme.default.min.css"> | ||
<!-- Estilo del Tema --> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
<!-- CSS Personalizado --> | ||
<link rel="stylesheet" href="css/custom.css"> | ||
|
||
<!-- Modernizr JS --> | ||
<script src="js/modernizr-2.6.2.min.js"></script> | ||
<!-- Compatibilidad con IE9 --> | ||
<!--[if lt IE 9]> | ||
<script src="js/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Etiqueta de Google (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EBJP4J0R5C"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-EBJP4J0R5C'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="colorlib-page"> | ||
<div class="container-wrap"> | ||
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle" data-toggle="collapse" data-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar"><i></i></a> | ||
<aside id="colorlib-aside" role="complementary" class="border js-fullheight"> | ||
<div class="text-center"> | ||
<div class="author-img" | ||
style="background-image: url(https://res.cloudinary.com/dzpafdvkm/image/upload/v1719909061/Portfolio/profile-pic.png);"> | ||
</div> | ||
<h1 id="colorlib-logo"><a href="index.html">Daley Mottley</a></h1> | ||
<span class="position"><a href="#">Consultor de Inteligencia Artificial</a> en Barbados</span> | ||
</div> | ||
<nav id="colorlib-main-menu" role="navigation" class="navbar"> | ||
<div id="navbar" class="collapse"> | ||
<ul> | ||
<li><a href="#" data-nav-section="about">Sobre mí</a></li> | ||
<li><a href="#" data-nav-section="services">Servicios</a></li> | ||
<li><a href="#" data-nav-section="skills">Habilidades</a></li> | ||
<li><a href="#" data-nav-section="projects">Proyectos</a></li> | ||
<li><a href="#" data-nav-section="contact">Contacto</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</aside> | ||
|
||
<div class="container"> | ||
<div id="colorlib-main"> | ||
|
||
<section class="colorlib-about" data-section="about"> | ||
<div class="colorlib-narrow-content"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="about-desc"> | ||
<span class="heading-meta">Sobre mí</span> | ||
<h2 class="colorlib-heading">¿Quién soy?</h2> | ||
<p><strong>¡Hola! Soy Daley Mottley</strong> y te doy la bienvenida a mi rincón en la web. Soy un | ||
Consultor de Inteligencia Artificial y Desarrollador Web Full-Stack, orgullosamente basado en la | ||
hermosa isla de Barbados. Con una licenciatura en Ciencias Aplicadas (B.A.Sc) en Ciencias de la | ||
Computación, estoy apasionado por crear soluciones impulsadas por Inteligencia Artificial y | ||
aplicaciones web dinámicas que mejoren el rendimiento y la eficiencia empresarial.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="colorlib-services" data-section="services"> | ||
<div class="colorlib-narrow-content"> | ||
<div class="row"> | ||
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft"> | ||
<span class="heading-meta">¿Qué hago?</span> | ||
<h2 class="colorlib-heading">Aquí están algunas de mis áreas de experiencia</h2> | ||
</div> | ||
</div> | ||
<div class="row row-pt-md"> | ||
<div class="col-md-12 text-center animate-box"> | ||
<div class="services color-1"> | ||
<span class="icon"> | ||
<i class="icon-bulb"></i> | ||
</span> | ||
<div class="desc"> | ||
<h3>Consultoría en Inteligencia Artificial (I.A.)</h3> | ||
<p>Proporciono orientación estratégica e implemento tecnologías avanzadas de I.A. para optimizar procesos empresariales y mejorar la toma de decisiones.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-12 text-center animate-box"> | ||
<div class="services color-3"> | ||
<span class="icon"> | ||
<i class="icon-user"></i> | ||
</span> | ||
<div class="desc"> | ||
<h3>Desarrollo de Asistentes de I.A.</h3> | ||
<p>Creo asistentes inteligentes que mejoran el compromiso del usuario, automatizan interacciones y ofrecen experiencias personalizadas.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-12 text-center animate-box"> | ||
<div class="services color-4"> | ||
<span class="icon"> | ||
<i class="icon-world"></i> | ||
</span> | ||
<div class="desc"> | ||
<h3>Desarrollo Web</h3> | ||
<p>Diseño y desarrollo sitios web de alta calidad y responsivos para mejorar la experiencia del usuario y apoyar el crecimiento de su negocio.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-12 text-center animate-box"> | ||
<div class="services color-5"> | ||
<span class="icon"> | ||
<i class="icon-settings"></i> | ||
</span> | ||
<div class="desc"> | ||
<h3>Soluciones de Automatización de Flujos de Trabajo</h3> | ||
<p>Automatizo flujos de trabajo y mejoro la productividad con soluciones adaptables que simplifican sus operaciones.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.