diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..c5f2bca Binary files /dev/null and b/img/background.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..014b90b --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + Ikzelf + + + +
+ +
+
+

Hi there,

+
+ + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..8a233bd --- /dev/null +++ b/script.js @@ -0,0 +1,4 @@ +const baseURL = 'https://fdnd.directus.app/'; +const endpointMe = 'items/person/194'; + +const myURL = baseURL + endpointMe; diff --git a/style.css b/style.css new file mode 100644 index 0000000..39a73e9 --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body{ + background-image: url(img/background.jpg); + background-repeat: no-repeat; + background-size: 100%; +} +main{ + position: relative; +} +H1{ + font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS' +} \ No newline at end of file