diff --git a/src/main/webapp/formulario.html b/src/main/webapp/formulario.jsp similarity index 70% rename from src/main/webapp/formulario.html rename to src/main/webapp/formulario.jsp index 2dec900..787dbd1 100644 --- a/src/main/webapp/formulario.html +++ b/src/main/webapp/formulario.jsp @@ -1,4 +1,4 @@ - + +<%@ page language="java" contentType="text/html; charset=UTF-8" +pageEncoding="UTF-8"%> + + - -
+ + + + JSP Page + + +
-
-

Si sigues interesado y cumples con los requisitos, completa el siguiente formulario:

+
+

Si sigues interesado y cumples con los requisitos, completa el siguiente formulario:

-
+ - -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- - -
-

Lenguajes de programacion que conoces:

-
    -
  • -
    -
  • -
  • -
    -
  • -
  • -
    -
  • + + +
    +

    Lenguajes de programacion que conoces:

    -
  • -
    -
  • + <%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> -
  • -
    -
  • + <% + LenguajeDao lenDao = new LenguajeDao(); + List listLenguaje = lenDao.listar(); + Iterator iter = listLenguaje.iterator(); + Lenguaje len = null; + + + %> +
      + <% while(iter.hasNext()){ + len = iter.next(); -
    + %> +
  • + id= + <%=len.getNombre_lenguaje() %> name= + <%=len.getNombre_lenguaje() %> type="checkbox">
    +
  • - -
    + <% } %> - -
    +
- - -
-
+ +
-
- + +
- \ No newline at end of file + + + + + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/formulario_bootcamp.jsp b/src/main/webapp/formulario_bootcamp.jsp index def19c3..0061e57 100644 --- a/src/main/webapp/formulario_bootcamp.jsp +++ b/src/main/webapp/formulario_bootcamp.jsp @@ -1,31 +1,29 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - - + + + - + JSP Page +

Crear Bootcamp

<%@ page import="com.roshka.proyectofinal.entity.Lenguaje, com.roshka.proyectofinal.lenguaje.LenguajeDao, java.util.List,java.util.Iterator" %> - <% + <% LenguajeDao lenDao = new LenguajeDao(); List listLenguaje = lenDao.listar(); Iterator iter = listLenguaje.iterator(); Lenguaje len = null; - - %> - - -
- - <% while(iter.hasNext()){ len = iter.next(); @@ -35,7 +33,8 @@ pageEncoding="UTF-8"%> <% } %> -
+
- + + \ No newline at end of file diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 9ca157c..a5665bd 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,15 +1,11 @@ + - + @@ -22,16 +18,16 @@
@@ -46,21 +42,22 @@ -






-
+






+
-

Es tu turno Postulate para el bootcamp

-

Aprende

+
+

Es tu turno Postulate para el bootcamp

+

Aprende

+
+
+
+

Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa

+
+
+ +
-
-

Es un campo de entrenamiento intensivo y gratuito para principiantes que ya programan y quieren ser parte de la empresa

-
-
- - -
-
@@ -71,54 +68,54 @@
- + + + } + /* */ + + .postulacion { + border-radius: 30px; + } + + .cta-main { + width: 200px; + font-family: monospace; + background-color: yellow; + border: none; + } + \ No newline at end of file diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 705ff4a..a026d71 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -14,7 +14,8 @@
Hello Servlet
- Postulate aqui + +