From 5a4670e31ab6d01612418e78a347a48b5674d003 Mon Sep 17 00:00:00 2001 From: Mathijs Date: Sun, 11 Jun 2023 14:52:52 +0200 Subject: [PATCH] toegevoegd: contact pagina --- assets/css/mrl.css | 48 +++++++++++--- contact.html | 155 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 3 files changed, 195 insertions(+), 9 deletions(-) create mode 100755 contact.html diff --git a/assets/css/mrl.css b/assets/css/mrl.css index ab360ec..755d352 100755 --- a/assets/css/mrl.css +++ b/assets/css/mrl.css @@ -122,7 +122,7 @@ /*links**/ #tekst-links{ text-align: left; - color: #374351; + color: #D2E0F0; } #tekst-links h1{ padding-top: 50px; @@ -267,11 +267,11 @@ nav{ float: right; } + nav ul li { display: inline-block; padding: 10px 17px 10px 17px; text-transform: uppercase; - margin: 0; } nav ul li.active{ @@ -281,7 +281,6 @@ nav ul li:hover { background: #374351; border-radius: 5px; - cursor: pointer; color: #D2E0F0; text-decoration: none; } @@ -302,7 +301,7 @@ text-align: center; border-radius: 5px; } - .footer-links ul { + .footer-links ul { padding: 0px; display: inline-block } @@ -347,7 +346,7 @@ text-align: left; border-radius: 5px; } - .footer-links-l ul { + .footer-links-l ul { padding: 0px; display: inline-block } @@ -393,7 +392,7 @@ text-align: left; border-radius: 5px; } - .footer-links-l ul { + .footer-links-l ul { padding: 0px; display: inline-block } @@ -439,7 +438,7 @@ text-align: right; border-radius: 5px; } - .footer-links-r ul { + .footer-links-r ul { padding: 0px; display: inline-block } @@ -485,7 +484,7 @@ text-align: right; border-radius: 5px; } - .footer-links-r ul { + .footer-links-r ul { padding: 0px; display: inline-block } @@ -549,6 +548,37 @@ } - + + /*Link tree*********************************************************************************************************/ + +.links-container { + display: flex; + flex-direction: column; + jusify-content: center; + align-items: center; +} + +.links-container a { + width: 80%; + font-size: 20px; + padding-top: 15px; + padding-bottom: 15px; + background-color: #374351; +} + +.mrl-button{ + width: 80%; + margin-bottom: 10px; + border-radius:16px; + border:2px solid #ddd; + text-align: center; + padding:8px 16px +} + +.mrl-button:hover{ + color:#000!important; + background-color:#ddd !important +} + /*uitzonderingen*********************************************************************************************************/ diff --git a/contact.html b/contact.html new file mode 100755 index 0000000..eed1d42 --- /dev/null +++ b/contact.html @@ -0,0 +1,155 @@ + + + + + + + + + Mathijs Ronald Lermer - Contact + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + + + +
+
+
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 837c0d9..08fabe8 100755 --- a/index.html +++ b/index.html @@ -85,6 +85,7 @@