mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
added legal pages, resized tablet view, fixed prettier
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"copyright": "© All rights reserved.",
|
||||
"googleAnalyticsId": "",
|
||||
"disqusShortname": "",
|
||||
"postsLimit": 10,
|
||||
"postsLimit": 7,
|
||||
"pathPrefix": "/",
|
||||
"menu": [
|
||||
{
|
||||
@@ -29,6 +29,16 @@
|
||||
"path": "/pages/contacts"
|
||||
}
|
||||
],
|
||||
"legalMenu": [
|
||||
{
|
||||
"label": "Cookies",
|
||||
"path": "/pages/legal/cookies"
|
||||
},
|
||||
{
|
||||
"label": "Disclaimer",
|
||||
"path": "/pages/legal/disclaimer"
|
||||
}
|
||||
],
|
||||
"author": {
|
||||
"name": "Rick van Lieshout",
|
||||
"photo": "/me.png",
|
||||
@@ -36,7 +46,7 @@
|
||||
"contacts": {
|
||||
"email": "info@rickvanlieshout.com",
|
||||
"github": "mastermindzh",
|
||||
"facebook": "",
|
||||
"facebook": "mastermindzh",
|
||||
"rss": "",
|
||||
"twitter": "mastermindzh",
|
||||
"linkedin": "rickvanlieshout",
|
||||
|
@@ -2,6 +2,7 @@
|
||||
title: "Hello, I am Rick van Lieshout!"
|
||||
template: "page"
|
||||
---
|
||||
|
||||
Some people are bookworms, I am a bitworm.
|
||||
I fell in love with computing a long time ago and the virus could, fortunately, never be cured.
|
||||
Little by little, I gained experience in Computer Technology, Programming and IT design.
|
||||
@@ -17,4 +18,4 @@ I've made a habit of openly challenging assumptions / solutions (even though peo
|
||||
This mentality drives me to not only get the best out of myself but others too, I like to cooperate with fellow developers to work towards a common goal.
|
||||
|
||||
Even though software development is my main area of interest I am also passionate about Linux and DevOps.
|
||||
Besides the two major interests I also love to dabble in hardware, hi-fi and home automation.
|
||||
Besides the two major interests I also love to dabble in hardware, Hi-Fi and home automation.
|
||||
|
31
content/pages/legal/cookies/index.md
Normal file
31
content/pages/legal/cookies/index.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Cookies"
|
||||
template: "page"
|
||||
---
|
||||
|
||||
A cookie is a small text file that a website saves on the client
|
||||
computer (your computer) to make the website function better. Some
|
||||
examples of what cookies are used for:
|
||||
|
||||
- Remembering what language the website should be in
|
||||
- Storing your cart when shopping online
|
||||
- Keeping you logged in
|
||||
|
||||
There are also cookies that are not explicitly set by the website
|
||||
owner themselves. These are often introduced when websites include
|
||||
projects which have been made by other people. Some of these
|
||||
include:
|
||||
|
||||
- Disqus - A comment system for your website
|
||||
- Google analytics - To track info about the website (i.e how many times each page has been seen)
|
||||
- Social media (twitter, facebook, etc) - To add in those shiny "like" or "tweet" buttons.
|
||||
|
||||
Cookies like these are stored for pretty much every website you
|
||||
visit and they make the World Wide Web what it is today.
|
||||
|
||||
Since mid 2015 every website which is either hosted in Europe or
|
||||
targets the European market is required to inform and get consent from
|
||||
users about using cookies. This is usually done with a bar at the
|
||||
bottom of the page which can be dismissed with a simple button. More
|
||||
information about the legislation around the cookie law can be found
|
||||
[here](https://wikis.ec.europa.eu/display/WEBGUIDE/04.+Cookies+and+similar+technologies).
|
35
content/pages/legal/disclaimer/index.md
Normal file
35
content/pages/legal/disclaimer/index.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: "Disclaimer"
|
||||
template: "page"
|
||||
---
|
||||
|
||||
All content provided on this website is for informational purposes
|
||||
only. Rick van Lieshout can not be held responsible in any way. The
|
||||
content on this blog represents the personal views of the individual
|
||||
author and do not necessarily represent the views of organizations
|
||||
that the author is affiliated with or with the views of any other
|
||||
author whom might post on this blog. The owner of this blog makes no
|
||||
representations as to the accuracy or completeness of any information
|
||||
on this site or found by following any link on this site. The owner
|
||||
will not be liable for any errors or omissions in this information nor
|
||||
for the availability of this information. The owner will not be liable
|
||||
for any losses, injuries, or damages from the display or use of this
|
||||
information. The owner of this blog reserves the right to edit or
|
||||
delete any comments submitted to this blog without notice due to
|
||||
offensive comments or language. Please do not send any confidential or
|
||||
privileged information.
|
||||
|
||||
I do not share(nor collect) personal information with third-parties or
|
||||
store information collected about your visit to this blog for use
|
||||
other than to analyze content performance through the use of cookies,
|
||||
which you can turn off at anytime by modifying your Internet browser’s
|
||||
settings. Please refer to the [cookies](/pages/legal/cookies)
|
||||
page for more information about cookies. I am not responsible for the
|
||||
republishing of the content found on this blog on other Web sites or
|
||||
media without our permission. Lastly, this site contains links to
|
||||
other websites. If you choose to visit other websites, we have no
|
||||
control over the privacy practices or content of those other websites,
|
||||
and it is your responsibility to review the privacy policies at those
|
||||
websites to confirm that you understand and agree with their policies.
|
||||
These terms and conditions of use are subject to change at anytime and
|
||||
without notice.
|
Reference in New Issue
Block a user