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..f1861cea --- /dev/null +++ b/student-cvs/sebmartnz19/contact.html @@ -0,0 +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 new file mode 100644 index 00000000..e0b80a09 --- /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

+ +
+ +
+

My Experience

+ + +
+
+ + + + + + + \ No newline at end of file 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; +} + 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