From 995302268e3a5d7abfa21966d127b2aba3fc03d0 Mon Sep 17 00:00:00 2001 From: Jose Sanchez Date: Sat, 2 Jun 2018 23:39:54 +0100 Subject: [PATCH 1/4] Initial commit html --- index2.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 index2.html diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..8b54bb6 --- /dev/null +++ b/index2.html @@ -0,0 +1,110 @@ + + + + + + Jose C. Sanchez + + + + + + + +
+ + + + +
+ +

Jose C Sanchez

+

Full Stack Ninja Developer (...on the making)

+

Barcelondoner. Sea Addict. Motorbike tourer enthusiast. Siesta Lover. Offering creative design solutions to solve business problems is what I do best. + Barely speaking English but on the process to master HTML, CSS , JavaScript and React. I also speak Catalan.
+ +
I like working on scalability, performance, design, and great user experiences. As a designer and a developer, I am confident that my combination of skills, solid educational experience and good sense of humour has prepared me to make a significant contribution to any project I potentially embark on.

+
+ +
+

Portfolio

+
Placeholder 1
+
Placeholder 1
+
Placeholder 1
+
+ +
+

Skills

+

Always learning, always evolving...

+
+
+

HTML

+
+
+
+
+
+ +
+

CSS

+
+
+
+
+
+ +
+

JAVASCRIPT

+
+
+
+
+
+ +
+ +
+ + +
+

Contact

+ + +
+ +
+ + + + + + + + + + + + + + From 448bc0e41281b970a446ba54449b1df61689d2ab Mon Sep 17 00:00:00 2001 From: Jose Sanchez Date: Sun, 3 Jun 2018 13:24:19 +0100 Subject: [PATCH 2/4] css styles --- css/main2.css | 98 +++++++++++++++++++++++++++++++++++++++++++++ index2.html | 109 ++++++++++++++++---------------------------------- 2 files changed, 133 insertions(+), 74 deletions(-) create mode 100644 css/main2.css diff --git a/css/main2.css b/css/main2.css new file mode 100644 index 0000000..105eecb --- /dev/null +++ b/css/main2.css @@ -0,0 +1,98 @@ +* { + padding: 0; + margin: 0; +} + +body{ + font-family:"Bangers", serif; + width: 100%; + height: auto; +} +.grid-container { +} + +/************ SECTIONS */ +.item1 { + background-color: white; +} +.item2 { + + background-color: black; + padding-bottom: 2em; + } +.item3 { + display: flex; + flex-wrap: nowrap; + background-color: lightblue; + width: 100%; +} +.item4 { + + background-color: red; +} +.item5 { + + background-color: lightgreen; +} +.item6 { + + background-color: pink; +} + +/************* NAVMENU */ +.nav { + display: flex; + height: 3em; + margin:1% 0 1% 75%; + list-style-type: none; +} +.nav > li { + flex: 1; +} + +/************* MAINSECTION */ +.mainSection{ + color : white; + } +.presentation { + margin-left: 50%; + padding-top: 6em; + padding-right: 4em; + letter-spacing: .3em; + } +.mainImage { +} +.mainText { + margin-top: 2em; +} + +/************* PORTFOLIO */ +.portfolio{ +} +.myWork { +} +.img-responsive { + max-width: 95%; + padding:1%; +} +.text-center {} + + + + + + /************* contact */ + .contact { + text-align: center; +} + +.social { + +} + + + /**************** footer */ + + .footer { + text-align: center; + } diff --git a/index2.html b/index2.html index 8b54bb6..052e6bd 100644 --- a/index2.html +++ b/index2.html @@ -4,8 +4,8 @@ Jose C. Sanchez - - + + @@ -14,7 +14,7 @@