diff --git b/Estilo.css a/Estilo.css new file mode 100644 index 0000000..2a54da9 --- /dev/null +++ a/Estilo.css @@ -0,0 +1,84 @@ + +html{ + font-family: sans-serif; + margin-left: auto; + margin-right: auto; + width: 600px; + height: 600px; + background-color: #437c98; +} +input::placeholder{ + width: 161px; + outline: none; + + font-weight: inherit; + font-size: inherit; +} + + +div.personal{ + align-items: center; + color: black; +} +div input{ + color: black; + width: 100; + border: none; +} +div.image{ +padding: 0 auto; +margin: 20 auto; +} + +section{ +padding-top: 10px; +background-color: yellow ; +height: 650PX; +} + +input#fapellido{ + + padding-right: 10px; + + + +} +Div.Resumen{ + text-align: center; + background-color: transparent; +} +textarea:hover{ + + background-color: transparent; + + border-color: none; +} +input#fcorreo{ + width: 300px; +} +h1.nombre{ + text-align: center; + padding-right: 10px; +} +div.enviar{ + text-align: right; +} +button:hover{ + background-color: transparent!important; +} + +div.pdfForm{ + text-align: right; +} +h3.nombre:hover{ + text-align: start; + + +} +h3:hover{ + color: #437c98; +} +h3.resumen{ + border: ridge #437c98 5px; + font-family: monospace; +} \ No newline at end of file diff --git b/Form.html a/Form.html new file mode 100644 index 0000000..ed9aab3 --- /dev/null +++ a/Form.html @@ -0,0 +1,106 @@ + + + + + + + Curriculum Vitae + + + + + + + + + +
+
+ +

ÁNGEL GÓMEZ

+
+

Profesionalidad:Front-End

+ + +
+
+
+ +

Nombre: Angel Apellido: Gómez

+ + + +
+
+ +

correo:gomez@roshka.com

+ +
+ +
+

Telefono: 097132456 Codigo postal:5467

+ + + +
+

Resumen Profesional

+ +

+ Me Considero una persona responsable,creativa , con ganas de + aprender , de trabajar en equipo y aportar los conocimientos + adquiridos a lo largo de los años , superándome cada día. Mi + objetivo principal es conocer el Campo del Desarrollo, de modo que + busco oportunidades que me ayuden de llegar al objetivo y por + supuesto tratar de alinearme a las expectativas de la Empresa +

+
+
+ +
+ + + +
+
+ + + +
+ + diff --git b/FormJS.js a/FormJS.js new file mode 100644 index 0000000..07bc2f1 --- /dev/null +++ a/FormJS.js @@ -0,0 +1,31 @@ +function limpiarFormulario() { + window.location.reload() +} +function pdfexport() { + var text = document.getElementById("miFormulario").innerText; + var doc = new jsPDF(); + doc.setFontSize(22); + doc.text(text, 5, 5); + doc.save(); +// var pdf = new jsPDF('p', 'pt', 'letter'); +// pdf.html(document.getElementById("miFormulario")), { +// callback: function (pdf) { +// var iframe = document.createElement('iframe'); +// iframe.setAttribute('style', 'position:absolute;right:0; top:0; bottom:0; height:100%; width:500px'); +// document.body.appendChild(iframe); +// iframe.src = pdf.output('datauristring'); +// pdf.save("Cv.pdf"); +} + +function pdfexport(){ + var pdf = new jsPDF('p', 'pt', 'letter'); +pdf.html(document.getElementById("miFormulario"), { +callback: function (pdf) { +// var iframe = document.createElement('iframe'); +// iframe.setAttribute('style', 'position:absolute;right:0; top:0; bottom:0; height:100%; width:500px'); +// document.body.appendChild(iframe); +// iframe.src = pdf.output('datauristring'); +pdf.save("Cv.pdf"); +} +}); +} diff --git b/image00001.png a/image00001.png new file mode 100644 index 0000000..9b313a8 Binary files /dev/null and a/image00001.png differ