From e52d29ffe976c1faf16e4ee8238da335138b11a2 Mon Sep 17 00:00:00 2001 From: Sebas Date: Fri, 19 Jan 2024 21:31:53 -0500 Subject: [PATCH 1/2] commit semana 2 --- student-cvs/sebmartnz19/about.html | 17 ++++++++ student-cvs/sebmartnz19/contact.html | 12 ++++++ student-cvs/sebmartnz19/index.html | 60 ++++++++++++++++++++++++++++ student-cvs/sebmartnz19/styles.css | 43 ++++++++++++++++++++ 4 files changed, 132 insertions(+) create mode 100644 student-cvs/sebmartnz19/about.html create mode 100644 student-cvs/sebmartnz19/contact.html create mode 100644 student-cvs/sebmartnz19/index.html create mode 100644 student-cvs/sebmartnz19/styles.css diff --git a/student-cvs/sebmartnz19/about.html b/student-cvs/sebmartnz19/about.html new file mode 100644 index 00000000..2f1a9ecb --- /dev/null +++ b/student-cvs/sebmartnz19/about.html @@ -0,0 +1,17 @@ + + + + + + About Sebastian Martinez + + + + + +

This is Sebastian Martinez information

+ + Back to Home + + + \ No newline at end of file diff --git a/student-cvs/sebmartnz19/contact.html b/student-cvs/sebmartnz19/contact.html new file mode 100644 index 00000000..723d52fd --- /dev/null +++ b/student-cvs/sebmartnz19/contact.html @@ -0,0 +1,12 @@ + + + + + Contact + + + + + + + \ No newline at end of file diff --git a/student-cvs/sebmartnz19/index.html b/student-cvs/sebmartnz19/index.html new file mode 100644 index 00000000..db04b665 --- /dev/null +++ b/student-cvs/sebmartnz19/index.html @@ -0,0 +1,60 @@ + + + + + + + Sebastian Martinez + + + + + + +
+

Hello, I'm Sebastian Martinez

+
+ +
+
+

I'm a Full-Stack Developer in JavaScript

+
+ +
+
+

I learned Javascript in Undefined Academy, this was a Bootcamp that + helped me to get all the necessary knowledge and skills to work as + a software Developer +

+
+
+ +
+

My portfolio

+
    +
  • Undefined Academy Project
  • +
  • Javascript projects
  • +
  • Other projects
  • +
+
+ +
+

My Experience

+
    +
  • Customer Service Supervisor
  • +
  • Server
  • +
  • Chef
  • + +
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/student-cvs/sebmartnz19/styles.css b/student-cvs/sebmartnz19/styles.css new file mode 100644 index 00000000..5ae4ce26 --- /dev/null +++ b/student-cvs/sebmartnz19/styles.css @@ -0,0 +1,43 @@ +body { + color: #555; + background-color: whitesmoke; + line-height: 1.5; + padding: 4em 1em; + margin: 0 auto; + max-width: 50em; + font-size: 16px; + font-family: Arial, Helvetica, sans-serif; + + a { + color: #333 + } + + + h1 { + color: #333; + } + + h4, + strong + { + color: #059669; + } + + code, + pre { + background: #eee; + } + + code { + padding: 2px 4px; + vertical-align: text-bottom; + } + + pre { + padding: 1em; + } + + + + +} \ No newline at end of file From d71ca5b47a519fdbbb621f575ddc2eeeb5bb5dcc Mon Sep 17 00:00:00 2001 From: Sebas Date: Tue, 23 Jan 2024 22:06:54 -0500 Subject: [PATCH 2/2] commit hoja de contacto --- student-cvs/sebmartnz19/contact.html | 52 ++++++++++++++- student-cvs/sebmartnz19/index.html | 2 +- student-cvs/sebmartnz19/main.css | 95 ++++++++++++++++++++++++++++ 3 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 student-cvs/sebmartnz19/main.css diff --git a/student-cvs/sebmartnz19/contact.html b/student-cvs/sebmartnz19/contact.html index 723d52fd..f1861cea 100644 --- a/student-cvs/sebmartnz19/contact.html +++ b/student-cvs/sebmartnz19/contact.html @@ -1,12 +1,60 @@ + Contact + + - - +
+ +
+
+

CONTACTO

+ + +
+
+ + +
+
+
+ Budget + + + +
+
+ +
+ + +
+
+ + +
Write a short description of the project that you need
+
+
+ +
+ + +
+
+ \ No newline at end of file diff --git a/student-cvs/sebmartnz19/index.html b/student-cvs/sebmartnz19/index.html index db04b665..e0b80a09 100644 --- a/student-cvs/sebmartnz19/index.html +++ b/student-cvs/sebmartnz19/index.html @@ -5,7 +5,7 @@ Sebastian Martinez - + diff --git a/student-cvs/sebmartnz19/main.css b/student-cvs/sebmartnz19/main.css new file mode 100644 index 00000000..8c761d61 --- /dev/null +++ b/student-cvs/sebmartnz19/main.css @@ -0,0 +1,95 @@ +html{ + box-sizing: border-box; +} + +* { + box-sizing: inherit; +} + +h1 { + + color: #333; + max-width: 800px; + margin-top: 100px; + margin-left: 100px; + padding: 0 40px; + font-family: Arial, Helvetica, sans-serif; +} + +body { + + color: #333; + background-color: #fefefe + + +} + + +.page { + max-width: 800px; + font-family: Arial, Helvetica, sans-serif; + padding: 100px auto; + margin: 0 40px; + + +} + +.form-group { + + margin: 20px 0; + +} + +label, input { + vertical-align: middle; +} + +label, input:not([type="radio"], [type="checkbox"]) { + color: #666; + width: 100%; + + +} + +label{ + font-weight: bold; + +} + + + + +legend { + font-weight: bold; + color: #666; + +} + +input[type="text"], [type="email"], textarea { + + background: white; + display: block; + border: 1px solid lightgray; + border-radius: 4px; + padding: 8px 10px; + resize: vertical; + width: 100%; +} + + +textarea + div { + display: block; + font-size: 12px; + margin-top: 10px 0 0; + display: block; + resize: vertical; + height: 40px; + font-family: Arial, Helvetica, sans-serif; + color: gray; + height: 40px; +} + +button { + font-family: Arial, Helvetica, sans-serif; +} +