diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..6d8a4b7 --- /dev/null +++ b/css/style.css @@ -0,0 +1 @@ +# Custom css location diff --git a/cv.html b/cv.html new file mode 100644 index 0000000..bc514bd --- /dev/null +++ b/cv.html @@ -0,0 +1,144 @@ + + +W3.CSS Template + + + + + + + + + +
+ + +
+ + +
+ +
+
+ Avatar +
+

Jane Doe

+
+
+
+

Designer

+

London, UK

+

ex@mail.com

+

1224435534

+
+ +

Skills

+

Adobe Photoshop

+
+
90%
+
+

Photography

+
+
+
80%
+
+
+

Illustrator

+
+
75%
+
+

Media

+
+
50%
+
+
+ +

Languages

+

English

+
+
+
+

Spanish

+
+
+
+

German

+
+
+
+
+
+

+ + +
+ + +
+ +
+

Work Experience

+
+
Front End Developer / w3schools.com
+
Jan 2015 - Current
+

Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.

+
+
+
+
Web Developer / something.com
+
Mar 2012 - Dec 2014
+

Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.

+
+
+
+
Graphic Designer / designsomething.com
+
Jun 2010 - Mar 2012
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit.


+
+
+ +
+

Education

+
+
W3Schools.com
+
Forever
+

Web Development! All I need to know in one place

+
+
+
+
London Business School
+
2013 - 2015
+

Master Degree

+
+
+
+
School of Coding
+
2010 - 2013
+

Bachelor Degree


+
+
+ + +
+ + +
+ + +
+ + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..72cd6f8 --- /dev/null +++ b/index.html @@ -0,0 +1,135 @@ + + + +W3.CSS Template + + + + + + + + + + + +
+ + Mikael KROK +
+ + +
+ + +
+ + +
+

What is Java?

+
+

+ Java + - + January 01, 2018 + +

+

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,[18][19][20][21] particularly for client-server web applications, with a reported 9 million developers.[22] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems’ Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

+ +

Source / Read more Wikipedia.

+ +
+ +
+

Node.js is the new thing!

+
+

+ Javascript + - + January 01, 2017 + +

+

Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. Historically, JavaScript was used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage’s HTML, to be run client-side by a JavaScript engine in the user’s web browser. Node.js enables JavaScript to be used for server-side scripting, and runs scripts server-side to produce dynamic web page content before the page is sent to the user’s web browser. Consequently, Node.js has become one of the foundational elements of the “JavaScript everywhere” paradigm,[5] allowing web application development to unify around a single programming language, rather than rely on a different language for writing server side scripts.

+ +

Source / Read more Wikipedia.

+ +
+ +
+

Java article in HTML?

+
+

+ Java + - + January 01, 2016 + +

+

Is it possible to wirte an article in HTML?

+ +

Why would you write html articles?

+

Well, you might want to write HTML for 3 reasons

+ + +
+ + + + +
+ + +

Powered by w3.css

+ + + + + diff --git a/java/2016/01/01/article-in-html.html b/java/2016/01/01/article-in-html.html new file mode 100644 index 0000000..4364a32 --- /dev/null +++ b/java/2016/01/01/article-in-html.html @@ -0,0 +1,101 @@ + + + +W3.CSS Template + + + + + + + + + + + +
+ + Mikael KROK +
+ + +
+ + +
+ +
+

Java article in HTML?

+ +
+

Java - January 01, 2016

+

Is it possible to wirte an article in HTML?

+ +

Why would you write html articles?

+

Well, you might want to write HTML for 3 reasons

+
    +
  • 1 / Because you prefer HTML over Markdown: yeah maybe it exists somewhere some HTML fetichist.
  • +
  • 2 / Because some tools can generate HTML
  • +
  • 3 / Because you want to retrieve existing articles on your new blog
  • +
+ +
+
+ + + +
+ + +

Powered by w3.css

+ + + + + diff --git a/java/2018/01/01/what-is-java.html b/java/2018/01/01/what-is-java.html new file mode 100644 index 0000000..f05d68a --- /dev/null +++ b/java/2018/01/01/what-is-java.html @@ -0,0 +1,95 @@ + + + +W3.CSS Template + + + + + + + + + + + +
+ + Mikael KROK +
+ + +
+ + +
+ +
+

What is Java?

+ +
+

Java - January 01, 2018

+

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,[18][19][20][21] particularly for client-server web applications, with a reported 9 million developers.[22] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems’ Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

+ +

Source / Read more Wikipedia.

+ +
+
+ + + +
+ + +

Powered by w3.css

+ + + + + diff --git a/javascript/2017/01/01/nodejs-is-the-new-thing.html b/javascript/2017/01/01/nodejs-is-the-new-thing.html new file mode 100644 index 0000000..f86bc5c --- /dev/null +++ b/javascript/2017/01/01/nodejs-is-the-new-thing.html @@ -0,0 +1,95 @@ + + + +W3.CSS Template + + + + + + + + + + + +
+ + Mikael KROK +
+ + +
+ + +
+ +
+

Node.js is the new thing!

+ +
+

Javascript - January 01, 2017

+

Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. Historically, JavaScript was used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage’s HTML, to be run client-side by a JavaScript engine in the user’s web browser. Node.js enables JavaScript to be used for server-side scripting, and runs scripts server-side to produce dynamic web page content before the page is sent to the user’s web browser. Consequently, Node.js has become one of the foundational elements of the “JavaScript everywhere” paradigm,[5] allowing web application development to unify around a single programming language, rather than rely on a different language for writing server side scripts.

+ +

Source / Read more Wikipedia.

+ +
+
+ + + +
+ + +

Powered by w3.css

+ + + + + diff --git a/post.html b/post.html new file mode 100644 index 0000000..b39b7b7 --- /dev/null +++ b/post.html @@ -0,0 +1,100 @@ + + + +W3.CSS Template + + + + + + + + + + + +
+ + Mikael KROK +
+ + +
+ + +
+ +
+

What is Coffee?

+
+

InformationJanuary 02, 2016

+

Coffee is a brewed drink prepared from roasted coffee beans, which are the seeds of berries from the Coffea plant. The Coffea plant is native to subtropical Africa and some islands in southern Asia. The plant was exported from Africa to countries around the world and coffee plants are now cultivated in over 70 countries, primarily in the equatorial regions of the Americas, Southeast Asia, India, and Africa. The two most commonly grown are the highly regarded arabica, and the less sophisticated but stronger and more hardy robusta. Once ripe, coffee beans are picked, processed, and dried. Green (unroasted) coffee beans are one of the most traded agricultural commodities in the world. Once traded, the coffee beans are roasted to varying degrees, depending on the desired flavor. Roasted beans are ground and brewed to produce coffee as a beverage.

+ +

Coffee is slightly acidic and can have a stimulating effect on humans because of its caffeine content. Coffee is one of the most popular drinks in the world. It can be prepared and presented in a variety of ways (e.g., espresso, cappuccino, cafe latte, etc.). It is usually served hot, although iced coffee is also served. The majority of recent research suggests that moderate coffee consumption is benign or mildly beneficial in healthy adults.

+ +

Source / Read more Wikipedia.

+
+
+ + + +
+ + +

Powered by w3.css

+ + + + +