From 2f5d925649c5a71eb028ffe180af9317afca9036 Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 24 Jan 2023 20:15:04 +0100 Subject: [PATCH] styling --- css/formstyle.css | 16 ++++++++++++++++ index2.html | 35 +++++++++++++++++++++++++++++++++++ js/orderwebsite.js | 2 +- modules/contactForm.html | 17 +++++++++-------- 4 files changed, 61 insertions(+), 9 deletions(-) create mode 100644 index2.html diff --git a/css/formstyle.css b/css/formstyle.css index e69de29..02474a0 100644 --- a/css/formstyle.css +++ b/css/formstyle.css @@ -0,0 +1,16 @@ +.form { + width: 100%; +} + +.input { + width: 100%; + border-radius: 500px; + padding: 2%; +} + +.textarea { + width: 100%; + border-radius: 10px; + padding: 2%; + resize: vertical; +} \ No newline at end of file diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..898464c --- /dev/null +++ b/index2.html @@ -0,0 +1,35 @@ + + + + Home :: Development - janishutz.com + + + + + + + +
+

Develop­ment

+

Get your new online presence

+
+
+
+

Just starting a small business and looking for a website to get started?

+
+
+ +

I build websites from scratch using HTML, CSS & JavaScript, the languages that make up most of the web and are the foundation of well-known frameworks like wordpress. But in contrast to frameworks, websites built from scratch tend to perform better, both when it comes to loading times and when it comes to Google rankings, if given the same keywords and descriptions.

+
+
+ +

Get a website with a Node.js backend, if you require more advanced features like contact forms or a blog. If you do not require any of this, you can just get a simple static website you can host anywhere.

+
+

Not sure where to host your website and how to set it up? I can help you out by setting up your website directly with a hosting provider. *

+

Interested? Feel free to contact me below!

+ Contact me +

* Only for websites created by myself

+
+ + + \ No newline at end of file diff --git a/js/orderwebsite.js b/js/orderwebsite.js index e677111..69d0c1e 100644 --- a/js/orderwebsite.js +++ b/js/orderwebsite.js @@ -1,3 +1,3 @@ $(document).ready(function () { - $( '#contactForm' ).load( '/modules/contactForm.html' ) + $( '#contactForm' ).load( '/modules/contactForm.html' ); }); \ No newline at end of file diff --git a/modules/contactForm.html b/modules/contactForm.html index 2010267..246dc2f 100644 --- a/modules/contactForm.html +++ b/modules/contactForm.html @@ -2,16 +2,17 @@ + -
-
-
-
-
-
-
-
+ +
+
+
+
+
+
+