diff --git a/Program's_Contributed_By_Contributors/HTML Designs/Company_website/index.html b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/index.html new file mode 100644 index 0000000000..8382294429 --- /dev/null +++ b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/index.html @@ -0,0 +1,328 @@ + + + + + + Company Name + + + + + + +
+
+ + + + + +
+

Company Name

+

Put your company description here.

+

Learn More ->

+
+ + + +
+
+
+ + + +
+
+

+ Service Title. + Subtitle here. +

+

Your service description here.

+
+
+
+
+ + + + +
+
+

+ Service Title. + Subtitle here. +

+

Your service description here.

+
+
+
+
+ + + + +
+
+

+ Service Title. + Subtitle here. +

+

Your service description here.

+
+
+
+ +
+

Contact us

+

+ Do you have any questions? Contact us and our team will be happy to help within 2 business days. +

+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+
+ + Send +
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/Program's_Contributed_By_Contributors/HTML Designs/Company_website/readme.txt b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/readme.txt new file mode 100644 index 0000000000..7bb096f5f2 --- /dev/null +++ b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/readme.txt @@ -0,0 +1,3 @@ +Website built using HTML,CSS and Bootstrap +Website looks like this: +https://happy-easley-75b5d0.netlify.app/ \ No newline at end of file diff --git a/Program's_Contributed_By_Contributors/HTML Designs/Company_website/style.css b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/style.css new file mode 100644 index 0000000000..9dad7e6171 --- /dev/null +++ b/Program's_Contributed_By_Contributors/HTML Designs/Company_website/style.css @@ -0,0 +1,76 @@ +html, +body { + width: 100%; + height: 100%; + margin: 0 auto; +} + +.block { + color: white; + background-color: black; + padding: 5%; +} + +.block-1 { + background-color: #324476; +} + +.carousel-placeholder { + width: 100%; + height: 100%; + background-color: black; + color: white; + background-size: cover; +} + +.carousel-placeholder-1 { + background-color: #f76c5e; +} + +.carousel-placeholder-2 { + background-color: #324376; +} + +.carousel-placeholder-3 { + background-color: #586ba4; +} + +.carousel-item { + height: 50vh; +} + +#featured-products-carousel { + width: 100%; + margin: 0 auto; +} + +.block { + color: white; + align-content: center; + padding: 5%; +} + +.block-1 { + background-color: #324376; +} + +.block-2 { + background-color: #586ba4; +} + +.block-3 { + background-color: #f76c5e; +} + +@media screen and (min-width: 700px) { + .block-2 { + display: flex; + flex-direction: row; + } + .first-order-responsive { + order: 1; + } + .second-order-responsive { + order: 2; + } +} \ No newline at end of file