-
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.
- Loading branch information
0 parents
commit 775aa5a
Showing
46 changed files
with
782 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contacto | Mi Portafolio</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<section id="contact" class="contact-section"> | ||
<div class="contact-info"> | ||
<h2>Si estás aquí es porque te gusta lo que ves así, que no tardes mucho en escribirme que necesito comer.</h2> | ||
<p>Si tienes alguna pregunta, no dudes en ponerte en contacto conmigo. Estaré encantado de ayudarte.</p> | ||
<div class="contact-details"> | ||
<p><strong>Teléfono:</strong> +34 626 76 23 96</p> | ||
<p><strong>Email:</strong> [email protected]</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Inicio | Mi Portafolio</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
|
||
<section id="hero"> | ||
<pre> | ||
<h1>ESTO SE SUELE | ||
LLAMAR <span class="salmon">PORTFOLIO</span></h1> | ||
</h1> | ||
</pre> | ||
</section> | ||
<div id="sobre_mi"> | ||
<p> | ||
Buenas tardes ciudadan@, soy <span>Carlos Salado Palmar</span>, diseñador gráfico freelance. Mi carrera comenzó en el IES Murillo de Sevilla, donde cursé un <span>Bachillerato Artístico</span> (no, no solo hacía dibujitos). Luego decidí ponerme serio y me gradué en dos <span>Grados Superiores de Diseño Gráfico en el IES Llanes</span>, porque por mucho talento que tenga, necesito títulos para que la gente me tome en serio. | ||
<br/> | ||
<br/> | ||
Me encanta seguir aprendiendo <span>nuevas tecnologías y novedades</span> en cuanto al diseño gráfico, lo que básicamente significa que me meto en tutoriales interminables para entender esas "nuevas tecnologías" que prometen hacerme la vida más fácil, pero solo la complican más. | ||
<br/> | ||
<br/> | ||
Así que ya sabes, <span>si necesitas un diseño funcional, profesional y que puedas mostrar con orgullo</span> (te prometo que no siempre soy sarcástico), aquí estoy para transformar tus ideas en algo que realmente destaque. | ||
</p> | ||
<img src="/static/images/logo-bio.png" alt="Logo Bio" class="logo"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto1"> | ||
<img src="/static/images/dcam1.png" alt="DCAM"> | ||
<img src="/static/images/dcam2.png" alt="DCAM"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto2"> | ||
<img src="/static/images/logowrappel.png" alt="wrappel1"> | ||
</div> | ||
<div class="wrappel"> | ||
<img src="/static/images/minilogowrappel.png" alt="wrappel2"> | ||
</div> | ||
<div class="proyecto2"> | ||
<img src="/static/images/motivowrappel.png" alt="wrappel3"> | ||
</div> | ||
<div class="wrappel"> | ||
<img src="/static/images/instawrappel.png" alt="insta"> | ||
</div> | ||
<div class="wrappel"> | ||
<img src="/static/images/mascotawrappel.png" alt="mascota"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto3"> | ||
<img src="/static/images/yewerlylogo.png" alt="yewerly"> | ||
</div> | ||
<div class="yewerly"> | ||
<img src="/static/images/yewerlylogos2.png" alt="yewerlylogos2"> | ||
</div> | ||
<div class="yewerly"> | ||
<img src="/static/images/yewerlysimbolo.png" alt="yewerlysimbolo"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto4"> | ||
<img src="/static/images/sangre.png" alt="sangre"> | ||
</div> | ||
<div class="proyecto4"> | ||
<img src="/static/images/sangre2.png" alt="sangre2"> | ||
</div> | ||
<div class="proyecto4"> | ||
<img src="/static/images/mockupsangre.png" alt="mockup"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto5"> | ||
<img src="/static/images/borne.png" alt="logo"> | ||
</div> | ||
<div class="proyecto5"> | ||
<img src="/static/images/borne2.png" alt="motivo"> | ||
</div> | ||
<div class="proyecto5"> | ||
<img src="/static/images/borne3.png" alt="mockup"> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
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,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="es"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DCAM | Proyecto</title> | ||
<link rel="stylesheet" href="/static/css/style.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav> | ||
<ul class="nav-left"> | ||
<!-- Ícono personalizado a la izquierda --> | ||
<li><a href="index.html"><img src="/static/images/custom-icon.png" alt="Inicio" style="width: 30px; height: 30px;"/></a></li> | ||
</ul> | ||
<ul class="nav-right"> | ||
<!-- Enlaces a la derecha --> | ||
<li><a class="proyectos" href="proyectos.html">Proyectos</a></li> | ||
<li><a href="contacto.html">Contacto</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- Contenido específico de cada página --> | ||
<div id="content"> | ||
|
||
<div class="proyecto6-container"> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel1.png" alt="logo"> | ||
</div> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel2.png" alt="motivo"> | ||
</div> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel3.png" alt="mockup"> | ||
</div> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel4.png" alt="logo"> | ||
</div> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel5.png" alt="motivo"> | ||
</div> | ||
<div class="proyecto6"> | ||
<img src="/static/images/cartel6.png" alt="mockup"> | ||
</div> | ||
</div> | ||
<footer> | ||
<p>Carlos Salado ©</p> | ||
</footer> | ||
|
||
</div> | ||
|
||
<script src="/static/js/script.js" defer></script> | ||
</body> | ||
</html> |
Oops, something went wrong.