diff --git a/README.md b/README.md index 89e6939..d1ca974 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Welcome to my CodePen website +Welcome to my CodePen website : https://codepen.io/Melepen/pen/WNMVmjd diff --git a/pen-export-WNMVmjd/LICENSE.txt b/pen-export-WNMVmjd/LICENSE.txt new file mode 100644 index 0000000..2995a20 --- /dev/null +++ b/pen-export-WNMVmjd/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022 Melese (https://codepen.io/Melepen/pen/WNMVmjd) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/pen-export-WNMVmjd/README.md b/pen-export-WNMVmjd/README.md new file mode 100644 index 0000000..5b9e08f --- /dev/null +++ b/pen-export-WNMVmjd/README.md @@ -0,0 +1,4 @@ +# + +A Pen created on CodePen.io. Original URL: [https://codepen.io/Melepen/pen/WNMVmjd](https://codepen.io/Melepen/pen/WNMVmjd). + diff --git a/pen-export-WNMVmjd/dist/index.html b/pen-export-WNMVmjd/dist/index.html new file mode 100644 index 0000000..35f8d60 --- /dev/null +++ b/pen-export-WNMVmjd/dist/index.html @@ -0,0 +1,90 @@ + + +
+ +Thank you for taking the time to help us improve the platform
+ + + + + + diff --git a/pen-export-WNMVmjd/dist/script.js b/pen-export-WNMVmjd/dist/script.js new file mode 100644 index 0000000..9792cea --- /dev/null +++ b/pen-export-WNMVmjd/dist/script.js @@ -0,0 +1,27 @@ +// !! IMPORTANT README: + +// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place. + +/*********** +INSTRUCTIONS: + - Select the project you would + like to complete from the dropdown + menu. + - Click the "RUN TESTS" button to + run the tests against the blank + pen. + - Click the "TESTS" button to see + the individual test cases. + (should all be failing at first) + - Start coding! As you fulfill each + test case, you will see them go + from red to green. + - As you start to build out your + project, when tests are failing, + you should get helpful errors + along the way! + ************/ + +// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example! + +// Once you have read the above messages, you can delete all comments. \ No newline at end of file diff --git a/pen-export-WNMVmjd/dist/style.css b/pen-export-WNMVmjd/dist/style.css new file mode 100644 index 0000000..f79bb58 --- /dev/null +++ b/pen-export-WNMVmjd/dist/style.css @@ -0,0 +1,107 @@ +#title{ + font-weight: bold; + color: white; + +} +#description{ + font-style: italic; + color: white; + +} +#survey-form{ + color: white; + +} + +#email{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#name{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#sex{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} + + +#number-label{ + color: black; +} +#number{ +background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#dropdown{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#submit{ + background-color: #04AA6D; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +body { + font-family: Arial, Helvetica, sans-serif; + background-color: #074c67; +} +#comment{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + height:150px; + opacity: 0.9; + font-weight: bold; +} +.container { + + width: 60%; + margin: 30px auto 30px; +} \ No newline at end of file diff --git a/pen-export-WNMVmjd/src/index.html b/pen-export-WNMVmjd/src/index.html new file mode 100644 index 0000000..18eb2c6 --- /dev/null +++ b/pen-export-WNMVmjd/src/index.html @@ -0,0 +1,75 @@ + + +Thank you for taking the time to help us improve the platform
+ diff --git a/pen-export-WNMVmjd/src/script.babel b/pen-export-WNMVmjd/src/script.babel new file mode 100644 index 0000000..c1522fc --- /dev/null +++ b/pen-export-WNMVmjd/src/script.babel @@ -0,0 +1,27 @@ +// !! IMPORTANT README: + +// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place. + +/*********** +INSTRUCTIONS: + - Select the project you would + like to complete from the dropdown + menu. + - Click the "RUN TESTS" button to + run the tests against the blank + pen. + - Click the "TESTS" button to see + the individual test cases. + (should all be failing at first) + - Start coding! As you fulfill each + test case, you will see them go + from red to green. + - As you start to build out your + project, when tests are failing, + you should get helpful errors + along the way! + ************/ + +// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example! + +// Once you have read the above messages, you can delete all comments. diff --git a/pen-export-WNMVmjd/src/style.css b/pen-export-WNMVmjd/src/style.css new file mode 100644 index 0000000..f79bb58 --- /dev/null +++ b/pen-export-WNMVmjd/src/style.css @@ -0,0 +1,107 @@ +#title{ + font-weight: bold; + color: white; + +} +#description{ + font-style: italic; + color: white; + +} +#survey-form{ + color: white; + +} + +#email{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#name{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#sex{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} + + +#number-label{ + color: black; +} +#number{ +background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#dropdown{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +#submit{ + background-color: #04AA6D; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + opacity: 0.9; + font-weight: bold; +} +body { + font-family: Arial, Helvetica, sans-serif; + background-color: #074c67; +} +#comment{ + background-color: white; + color: white; + padding: 16px 20px; + margin: 8px 0; + border: none; + cursor: pointer; + width: 100%; + height:150px; + opacity: 0.9; + font-weight: bold; +} +.container { + + width: 60%; + margin: 30px auto 30px; +} \ No newline at end of file