diff --git a/CSS/stylesheet.css b/CSS/stylesheet.css
new file mode 100644
index 000000000..a0bfc7e39
--- /dev/null
+++ b/CSS/stylesheet.css
@@ -0,0 +1,647 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ font-family: Montserrat;
+}
+
+p,li{
+ font-size: 14px;
+}
+
+ :root {
+ --bg-color: rgb(238, 241, 239);
+ --white-color: rgb(157, 157, 238);
+ --bg-grey: rgb(75, 74, 74);
+}
+
+.logo {
+ text-transform: uppercase;
+ color: var(--bg-color);
+ font-size: 30px;
+ margin:21px 0 22px 51px;
+ width: 67px;
+ height: 27px;
+}
+
+.nav {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ /* justify-content: space-around; */
+ background-color: var(--white-color);
+ height: 70px;
+ align-items: center;
+ /* padding: 10px 20px; */
+ /* width: 100vw; */
+ font-size: 16px;
+}
+
+.list {
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
+ grid-gap: 20px;
+ /* align-items: center; */
+ justify-content: space-around;
+ float: right;
+}
+
+.links {
+ text-decoration: none;
+ color: var(--bg-color);
+}
+
+.list li {
+ list-style: none;
+}
+
+.description {
+ background-image: url('../images/laptop.jpg');
+ height: 50vh;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: cover;
+ padding-bottom: 5px;
+}
+
+.description>div {
+ width: 50%;
+ text-align: center;
+ align-items: center;
+ display: block;
+ position: relative;
+ top: 40%;
+ left: 25%;
+ color: var(--bg-color)
+}
+
+.explore-btn {
+ cursor: pointer;
+ border: none;
+ outline: none;
+ padding: 10px 70px;
+ margin: 20px 0 20px 0;
+ color: var(--white-color);
+ font-size: 16px;
+}
+
+.explore-btn:hover {
+ background-color: var(--white-color);
+ color: var(--bg-color);
+}
+
+.product-page {
+ background-color: var(--bg-color);
+ padding: 20px 0;
+}
+
+.products>img {
+ padding-left: 50px;
+ /* margin-right: 43px; */
+ width:469px;
+ height: 254px;
+ object-fit: contain;
+}
+
+.product-page>h1 {
+ text-transform: uppercase;
+ text-align: center;
+ margin: 25px;
+ color: var(--white-color);
+ font-size: 20px;
+
+}
+.omen-descri{
+ margin-left: 43px;
+ text-align: left;
+ font-size: 20px;
+}
+.omen-descri>h3,.omen-descri>p,.omen-descri>label,.qty,.price,.button{
+ margin-bottom: 10px;
+ font-size: 20px;
+ /* padding-bottom: 20px; */
+}
+.qty{
+ font-weight: 600;
+}
+
+.qty>input{
+ width: 96px;
+ height: 47px;
+ outline: none;
+ font-size: 18px;
+}
+.buy-button{
+ width: 174px;
+ height: 64px;
+ /* margin: 25px 703px 21px 43px; */
+ padding: 19px 25px 18px 33px;
+ border-radius: 20px;
+ outline: none;
+ border: none;
+ background-color: var(--white-color);
+ color: var(--bg-color);
+ font-family: Montserrat;
+ font-size: 22px;
+ font-weight: bold;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.23;
+ letter-spacing: normal;
+ text-align: center;
+}
+.products {
+ display: flex;
+ flex-direction: row;
+}
+/*
+.products>div {
+ text-align: center;
+} */
+.descript>h3{
+ width: 159px;
+ height: 27px;
+ margin: 21px 346px 8px 75px;
+ font-family: Montserrat;
+ font-size: 22px;
+ font-weight: bold;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.23;
+ letter-spacing: normal;
+ text-align: left;
+}
+.descript>p{
+ width: 1305px;
+ height: 49px;
+ margin: 8px 78px 28px 75px;
+ font-family: Montserrat;
+ font-size: 20px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.25;
+ letter-spacing: normal;
+ text-align: left;
+}
+
+.trends {
+ background-color: var(--bg-color);
+ padding: 10px;
+}
+
+.trends>h1 {
+ text-transform: uppercase;
+ text-align: center;
+ color: var(--white-color);
+ margin: 0 138px 33px 85px;
+ font-family: Montserrat;
+ font-size: 25px;
+ font-weight: bold;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.2;
+ letter-spacing: normal;
+
+}
+
+
+/* .trends>h1:after {
+content: '';
+position: absolute;
+left: 50%;
+top: 10%;
+transform: translateX(-50%);
+height: 4px;
+width: 50px;
+border-radius: 2px;
+background-color: var(--white-color);
+} */
+
+.trends>div {
+ display: grid;
+ grid-gap: 25px;
+ grid-template-columns: 1fr 1fr 1fr;
+ margin: 20px 0;
+ padding: 10px 0px;
+ margin:0 72px 0 71px;
+
+}
+
+.item {
+ background-color: var(--bg-grey);
+ text-align: center;
+ padding: 20px 0;
+ color: var(--white-color);
+
+}
+.item>p{
+ /* width: 215px;
+ height: 27px;
+ /* margin: 28px 17px 8px 53px; */
+ font-family: Montserrat;
+ font-size: 20px;
+ font-weight: bold;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.23;
+ letter-spacing: normal;
+ text-align: centre;
+}
+
+.img {
+ border-radius: 15px;
+ width: 285px;
+ height: 167px;
+ margin: 0 0 28px;
+ object-fit: contain;
+}
+
+ li {
+ list-style: none;
+}
+
+footer>div {
+ display: grid;
+ grid-template-columns: 1fr 1fr 1fr;
+}
+
+footer {
+ /* width: 1440px; */
+ min-height: 203px;
+ background-color: var(--bg-color);
+ align-items: center;
+ justify-content: center;
+ padding: 30px 0 10px 20px;
+ color: var(--bg-color);
+ background-color: var(--white-color);
+}
+
+.footer-item {
+ text-decoration: none;
+ color: var(--bg-color);
+ width: 99px;
+ height: 22px;
+ margin: 4px 272px 5px 58px;
+ font-family: Montserrat;
+ font-size: 18px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.22;
+ letter-spacing: normal;
+ text-align: left;
+}
+
+
+.sign{
+ /* width: 236px; */
+ height: 90px;
+ /* margin: 35px 21px 0px 57px; */
+ font-family: Montserrat;
+ font-size: 18px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.22;
+ letter-spacing: normal;
+ text-align: left;
+}
+.sign-up {
+ outline: none;
+ /* width: 253px; */
+ height: 44px;
+ /* margin: 5px 4px 3px 174px; */
+ padding: 12px 42px 13px 12px;
+ border: solid 1px #707070;
+ color: var(--white-color);
+}
+
+
+ ::placeholder {
+ color: var(--white-color);
+ width: 199px;
+ height: 19px;
+ font-family: Montserrat;
+ font-size: 16px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.19;
+ letter-spacing: normal;
+ text-align: left;
+}
+
+
+.button{
+ width: 108px;
+ height: 44px;
+ color: var(--white-color);
+ background-color: #fff;
+ outline: none;
+ border: none;
+ cursor: pointer;
+ margin-top: 9px;
+}
+
+.button:hover {
+ background-color:var(--bg-grey);
+ color: var(--white-color);
+}
+
+.media {
+ margin-right: 5px;
+ cursor: pointer;
+}
+
+.social-media>h3 {
+ text-transform: uppercase;
+ width: 177px;
+ height: 22px;
+ margin: 0 45px 9px 57px;
+ font-family: Montserrat;
+ font-size: 18px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.22;
+ letter-spacing: normal;
+ text-align: left;
+}
+.social-media>div{
+ margin-left: 57px;
+}
+
+.copyright {
+ text-align: center;
+ /* margin-top: 10px; */
+ height: 22px;
+ margin: 26px 0px 0 0;
+ font-family: Montserrat;
+ font-size: 18px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.22;
+ letter-spacing: normal;
+}
+
+
+
+/* MEDIA QUERY */
+
+
+/* TABLET */
+@media screen and (max-width:1024px) {
+
+ .nav {
+ height: 70px;
+ /* margin: 0 0 35px; */
+ padding: 14.7px 33px 15px 51px;
+ }
+ .logo {
+ height: 27px;
+ margin: 6.3px 235px 7px 0;
+ font-family: Montserrat;
+ font-size: 22px;
+ font-weight: normal;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.23;
+ letter-spacing: normal;
+ text-align: left;
+ }
+
+ .products{
+ display: flex;
+ flex-direction: column;
+ }
+
+ .descript>p{
+ width: 703px;
+ height: 55px;
+ margin: 9px 31px 9px 34px;
+ font-family: Montserrat;
+ font-size: 16px;
+
+ }
+ .descript>h3{
+ width: 145px;
+ height: 24px;
+ margin: 25px 218px 9px 35px;
+ font-family: Montserrat;
+ font-size: 18px;
+
+ }
+ .omen-descri{
+ margin-top: 40px;
+ }
+ .omen-descri>h3,
+ .omen-descri>h4{
+ margin-left: 25px;
+ text-align: left;
+ font-size: 18px;
+ }
+ .buy-button{
+ width: 99px;
+ height: 41px;
+ margin: 9px 238px 11px 25px;
+ padding: 12px 13px 26px 12px;
+ border-radius: 12px;
+ font-size: 18px;
+ }
+ .item>p{
+ font-size: 18px;
+ }
+ ::placeholder{
+ font-size: 16px;
+ }
+ .products {
+ flex-direction: row;
+ }
+ .products>img {
+ width: 287px;
+ height: 169px;
+ margin: 45px 47px 14px 26px;
+ object-fit: contain;
+ }
+ .trends>div {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ }
+ .trends>h1{
+ /* width: 166px; */
+ height: 19px;
+ line-height: 1.27;
+ font-size: 20px;
+ }
+ .item>img{
+ width: 217px;
+ height: 161px;
+ object-fit: contain;
+
+ }
+ footer>div {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ grid-template-rows: 1fr 1fr;
+ }
+ .footer-item{
+ font-size: 18px;
+ margin-bottom: 15px;
+ }
+ /* .sign {
+ display: inline-block;
+
+ } */
+ .social-media>h3{
+ font-size: 18px;
+ }
+
+ .copyright{
+ font-size: 18px;
+ }
+ .social-media{
+ grid-column: 2/3;
+
+ }
+ .social-media>div, .social-media>h3{
+ margin-left: 0;
+ }
+
+
+}
+/* PHONE */
+@media screen and (max-width:812px) {
+ p, li, h3, h4{
+ font-size: 14px;
+ }
+ .nav {
+ height: 260px;
+ margin: 0px 0 0px 0;
+ padding: 0px 320px 29px 0px;
+ display: flex;
+ flex-direction: column;
+
+ }
+ .logo {
+ font-size: 16px;
+ margin:21px 0 22px -25px;
+ width: 67px;
+ height: 24px;
+ font-weight: 500;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.19;
+ letter-spacing: 0.2px;
+ text-align: left;
+ }
+ .list {
+ display: flex;
+ flex-direction: column;
+ }
+ .descript>p{
+ width: 321px;
+ height: 104px;
+ margin: 4px 16px 3px 70px;
+ font-family: Montserrat;
+ font-size: 14px;
+ line-height: 1.43;
+ }
+ .descript>h3{
+ width: 101px;
+ height: 18px;
+ margin: 11px 237px 4px 70px;
+ font-family: Montserrat;
+ font-size: 14px;
+ line-height: 1.29;
+ }
+ .description{
+ height: 70vh;
+ }
+
+ .omen-descri>h3,.omen-descri>p,.omen-descri>label,.qty,.price,.button{
+ margin-bottom: 10px;
+ font-size: 14px;
+ margin-left: 22px;
+ /* padding-bottom: 20px; */
+ }
+ .omen-descri>h3,
+ .omen-descri>h4{
+ margin-left: 22px;
+ text-align: left;
+ font-size: 14px;
+ }
+ .qty{
+ font-weight: 600;
+ }
+ .buy-button{
+ width: 99px;
+ height: 41px;
+ margin: 9px 238px 11px 23px;
+ padding: 12px 13px 12px 12px;
+ border-radius: 12px;
+ font-size: 14px;
+ }
+ .item>p{
+ font-size: 14px;
+ }
+ ::placeholder{
+ font-size: 14px;
+ }
+ .products {
+ flex-direction: column;
+ }
+ .products>img {
+ width: 287px;
+ height: 169px;
+ margin: 45px 47px 14px 26px;
+ object-fit: contain;
+ }
+ .trends>div {
+ display: flex;
+ flex-direction: column;
+ }
+ .trends>h1{
+ /* width: 166px; */
+ height: 19px;
+ line-height: 1.27;
+ font-size: 15px;
+ }
+ .item>img{
+ width: 176px;
+ height: 131px;
+ margin: 0 0 20px;
+ object-fit: contain;
+ }
+ footer>div {
+ display: flex;
+ flex-direction: column;
+ }
+ .footer-item{
+ font-size: 14px;
+ margin-left: 20px;
+ }
+ .sign{
+ margin: 18px 47px 10px 20px;
+ }
+ .social-media>h3{
+ font-size: 13px;
+ }
+ .sign-up{
+ width: 224px;
+ height: 35px;
+ /* margin: 10px 7px 15px 1px; */
+ padding: 9px 65px 11px 9px;
+ }
+ .button{
+ width: 85px;
+ height: 35px;
+ font-size: 14px;
+ }
+ .copyright{
+ font-size: 14px;
+ }
+ .social-media>div, .social-media>h3{
+ margin-left: 20px;
+ }
+}
\ No newline at end of file
diff --git a/images/dell.jpg b/images/dell.jpg
new file mode 100644
index 000000000..514a0215c
Binary files /dev/null and b/images/dell.jpg differ
diff --git a/images/omen.jpg b/images/omen.jpg
new file mode 100644
index 000000000..e37ef9a14
Binary files /dev/null and b/images/omen.jpg differ
diff --git a/images/samsung.jpg b/images/samsung.jpg
new file mode 100644
index 000000000..cc307d618
Binary files /dev/null and b/images/samsung.jpg differ
diff --git a/images/spectre.jpg b/images/spectre.jpg
new file mode 100644
index 000000000..fa2758fe7
Binary files /dev/null and b/images/spectre.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 000000000..69367359c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+ Cimlet Landing Page
+
+
+
+
+
+
+
+
+
+
+ Products
+
+
+
+
HP Omen 15
+ Brand: HP
+ Quantity:
+ Price:#550,000
+ Buy now
+
+
+
+
Description
+
Core i-7, 10th gen 512gb SSD, 1tb HDD, 8gb RAM, 6gb Nvidia RTX 2070
+
+
+
+ Trending Products
+
+
+
+
Hp Spectre 13- X360 - #700,000
+
+
Specifications
+
+ Intel Core i-7, 8th gen
+ Hard Drive: 256gb SSD
+ Storage: 8gb RAM
+ Size: 13.3"
+ Color: Silver
+
+
+
+
+
+
Samsung Galaxy Book- #650,000
+
Specifications
+
+ Intel Core i-7, 10th gen
+ Hard Drive:512gb SSD
+ Storage: 16gb RAM
+ Size: 14"
+ Color: Blue
+
+
+
+
+
Dell Latitude 5480- #240,000
+
+
Specifications
+
+ Intel Core i-7, 6th gen
+ Hard Drive:256gb SSD
+ Storage: 8gb RAM
+ Size: 14"
+ Color: Black
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/submissions/BukkyOyetimehin/AboutMe/AboutMe.txt b/submissions/BukkyOyetimehin/AboutMe/AboutMe.txt
deleted file mode 100644
index 11cc0c9fa..000000000
--- a/submissions/BukkyOyetimehin/AboutMe/AboutMe.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-This a new learning experience for me.
-At the end of this programme, I hope to be able to gain more experience by applying for a job in a Software developing company,
-so as to be able to design and develop my own software products in the nearest future.
-Thereby contributing my own quota to the society and Nigeria as a whole.
diff --git a/submissions/BukkyOyetimehin/HTML Forms/contact.html b/submissions/BukkyOyetimehin/HTML Forms/contact.html
deleted file mode 100644
index b2caa56ab..000000000
--- a/submissions/BukkyOyetimehin/HTML Forms/contact.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
- Contact Form in HTML
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/contact.html b/submissions/BukkyOyetimehin/HTML-Forms/contact.html
deleted file mode 100644
index f5bce72b0..000000000
--- a/submissions/BukkyOyetimehin/HTML-Forms/contact.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
- Contact Form in HTML
-
-
- Product
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/Archer.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/Archer.jpg
deleted file mode 100644
index 71f062f7f..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/Archer.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorFusion.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorFusion.jpg
deleted file mode 100644
index f2ac947d3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorFusion.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorGunmetal.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorGunmetal.jpg
deleted file mode 100644
index 953be8a0f..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorGunmetal.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorII.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorII.jpg
deleted file mode 100644
index a7dcfcbe3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorII.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorMatteBlack.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorMatteBlack.jpg
deleted file mode 100644
index 84bd119c4..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/AviatorMatteBlack.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/ManinSunglasses.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/ManinSunglasses.jpg
deleted file mode 100644
index 4a770499e..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/ManinSunglasses.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/images/bestsunglassesmenpremiumpouchdigital.jpg b/submissions/BukkyOyetimehin/HTML-Forms/images/bestsunglassesmenpremiumpouchdigital.jpg
deleted file mode 100644
index 63390a2fb..000000000
Binary files a/submissions/BukkyOyetimehin/HTML-Forms/images/bestsunglassesmenpremiumpouchdigital.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML-Forms/index.html b/submissions/BukkyOyetimehin/HTML-Forms/index.html
deleted file mode 100644
index f51184549..000000000
--- a/submissions/BukkyOyetimehin/HTML-Forms/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
- My Product Page
-
-
-
-
- Men's Aviator Sunglasses - Designer & Fashion Sunglasses
- TOP MEN'S AVIATOR SUNGLASSES
- Contact Us
-
-
- The Sunglasses To Brighten Up Your Style
-
-
-
-
-
-
-
-
-
-
-
-
-
- Ray-Ban Classic Aviator
-
Price: ₦ 85,000.00 ₦ 105,000.00 (save ₦ 20,000.00)
- Don't Miss Out!!
- Buy Now
- Currently one of the most iconic sunglass models in the world, Ray-Ban Aviator Classic sunglasses were originally designed for U.S. aviators in 1937. Aviator Classic sunglasses are a timeless model that combines great aviator styling with exceptional quality, performance and comfort.
- The lenses are fully tinted and provide 100% UV protection. You can also customise them online to use prescription glasses if you want.
- Free shipping 100% Money Guaranteed
-
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/BukkyOyetimehin/HTML/images/Archer.jpg b/submissions/BukkyOyetimehin/HTML/images/Archer.jpg
deleted file mode 100644
index 71f062f7f..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Archer.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/Aviator Gunmetal.jpg b/submissions/BukkyOyetimehin/HTML/images/Aviator Gunmetal.jpg
deleted file mode 100644
index 953be8a0f..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Aviator Gunmetal.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/Aviator II.jpg b/submissions/BukkyOyetimehin/HTML/images/Aviator II.jpg
deleted file mode 100644
index a7dcfcbe3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Aviator II.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/Aviator Matte Black.jpg b/submissions/BukkyOyetimehin/HTML/images/Aviator Matte Black.jpg
deleted file mode 100644
index 84bd119c4..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Aviator Matte Black.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/Aviator-Fusion.jpg b/submissions/BukkyOyetimehin/HTML/images/Aviator-Fusion.jpg
deleted file mode 100644
index f2ac947d3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Aviator-Fusion.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/AviatorFusion.jpg b/submissions/BukkyOyetimehin/HTML/images/AviatorFusion.jpg
deleted file mode 100644
index f2ac947d3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/AviatorFusion.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/AviatorGunmetal.jpg b/submissions/BukkyOyetimehin/HTML/images/AviatorGunmetal.jpg
deleted file mode 100644
index 953be8a0f..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/AviatorGunmetal.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/AviatorII.jpg b/submissions/BukkyOyetimehin/HTML/images/AviatorII.jpg
deleted file mode 100644
index a7dcfcbe3..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/AviatorII.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/AviatorMatteBlack.jpg b/submissions/BukkyOyetimehin/HTML/images/AviatorMatteBlack.jpg
deleted file mode 100644
index 84bd119c4..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/AviatorMatteBlack.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/Man in Sunglasses.jpg b/submissions/BukkyOyetimehin/HTML/images/Man in Sunglasses.jpg
deleted file mode 100644
index 4a770499e..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/Man in Sunglasses.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/ManinSunglasses.jpg b/submissions/BukkyOyetimehin/HTML/images/ManinSunglasses.jpg
deleted file mode 100644
index 4a770499e..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/ManinSunglasses.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/best-sunglasses-men-premium-pouch-digital.jpg b/submissions/BukkyOyetimehin/HTML/images/best-sunglasses-men-premium-pouch-digital.jpg
deleted file mode 100644
index 63390a2fb..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/best-sunglasses-men-premium-pouch-digital.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/images/bestsunglassesmenpremiumpouchdigital.jpg b/submissions/BukkyOyetimehin/HTML/images/bestsunglassesmenpremiumpouchdigital.jpg
deleted file mode 100644
index 63390a2fb..000000000
Binary files a/submissions/BukkyOyetimehin/HTML/images/bestsunglassesmenpremiumpouchdigital.jpg and /dev/null differ
diff --git a/submissions/BukkyOyetimehin/HTML/index.html b/submissions/BukkyOyetimehin/HTML/index.html
deleted file mode 100644
index 1a272d775..000000000
--- a/submissions/BukkyOyetimehin/HTML/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
- My Product Page
-
-
-
-
- Men's Aviator Sunglasses - Designer & Fashion Sunglasses
- TOP MEN'S AVIATOR SUNGLASSES
-
- The Sunglasses To Brighten Up Your Style
-
-
-
-
-
-
-
-
-
-
-
-
- Ray-Ban Classic Aviator
-
Price: ₦ 85,000.00 ₦ 105,000.00 (save ₦ 20,000.00)
- Don't Miss Out!!
- Buy Now
- Currently one of the most iconic sunglass models in the world, Ray-Ban Aviator Classic sunglasses were originally designed for U.S. aviators in 1937. Aviator Classic sunglasses are a timeless model that combines great aviator styling with exceptional quality, performance and comfort.
- The lenses are fully tinted and provide 100% UV protection. You can also customise them online to use prescription glasses if you want.
- Free shipping 100% Money Guaranteed
-
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/AboutMe/AboutMe.txt b/submissions/HalimahOladimeji/AboutMe/AboutMe.txt
deleted file mode 100644
index 89c72f500..000000000
--- a/submissions/HalimahOladimeji/AboutMe/AboutMe.txt
+++ /dev/null
@@ -1 +0,0 @@
-At the end of this program, I hope to become a good programmer with knowledge of HTML,CSS,JavaScript and various programming languages. I also hope to increase my network and meet new people. I hope to gain a lot of knowledge and use it to apply for a job in the future.
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/CSS/contactus.css b/submissions/HalimahOladimeji/CSS/contactus.css
deleted file mode 100644
index bff8d3755..000000000
--- a/submissions/HalimahOladimeji/CSS/contactus.css
+++ /dev/null
@@ -1,228 +0,0 @@
-body {
- margin: 0;
- font-family: 'Montserrat';
-}
-
-ul {
- list-style-type: none;
-}
-
-.logo {
- background-color:palevioletred;
- color:white;
- height:70px;
- font-size: 16px;
- display:flex;
- justify-content: space-between;
- padding: 14px 60px;
- padding-top: 30px;
-}
-
-.headerc li{
- display:inline-block;
- margin-left: 10px;
-}
-
-.headerc li a{
- color:white;
- text-decoration:none;
-}
-
-.contactpage1 {
- display: flex;
- justify-content: space-around;
- padding-left: 40px;
- padding-right: 40px;
- padding-top: 80px;
- text-align: center;
-}
-.firstcolumn h2{
- font-size: 25px;
- font-weight: bold;
-}
-
-.firstcolumn p{
- font-size: 18px;
- font-weight: bold;
-}
-
-.firstcolumn ul li {
- display: inline-block;
- color: white;
- text-decoration:none;
- margin:10px;
-}
-
-.firstcolumn form{
- border:2px solid palevioletred;
- padding-bottom:10px;
- height:550px;
-}
-
-#message {
- border-bottom: none;
-}
-
-.firstcolumn input{
- border:none;
- border-bottom:2px solid palevioletred;
- width:85%;
-}
-
-.form img{
- margin: 0px;
-}
-
-#comments {
- width:85%;
-}
-
-#send{
- float:right;
- margin-right:45px;
- width:70px;
- background-color:palevioletred;
- color:white;
- height:40px;
-}
-
-footer {
- padding-top:10px;
- padding-bottom: 20px;
- color:white;
- background-color:palevioletred;
- margin-top: 80px;
- font-size: 18px;
-}
-
-.inquiry input{
- color:palevioletred;
- height:40px;
- padding: 0 50px;
- margin-bottom:5px;
-}
-
-
-footer .contactpage2 {
- display: flex;
- justify-content: space-between;
- padding: 0 50px;
- align-items: center;
-}
-
-footer .contactpage2 div:not(:first-child) {
- text-align: center;
-}
-
-.inquiry ul li a img {
- margin-left:5px;
-}
-
-footer #copyright {
- text-align: center;
- margin: 0;
-}
-
-.inquiry {
- height:140px;
-}
-
-
-#media {
- padding: 0;
-}
-
-#media li {
- display: inline-block;
-}
-
-#urls {
- padding-left: 0;
-}
-
-#urls li {
- margin-bottom: 10px;
-}
-
-#urls li a{
- color: #fff;
- text-decoration:none;
-}
-
-.signup {
- height:40px;
- color: palevioletred;
- width:70px;
- background-color:white;
-}
-
-#email{
- color:palevioletred;
- width:250px;
- height:40px;
- margin-bottom:5px;
-}
-
-@media (max-width: 992px) {
-.contactpage1{
- display: block;
-}
-
-.logo {
- display: block;
- height: 100px;
- padding: 22px 10px;
-}
-
-.logo h2{
- margin: 0;
-}
-
-.headerc {
- padding: 0;
- margin-top: 10px;
-}
-
-.logo ul li {
- display: block;
- margin: 0;
-}
-
-#email {
- padding: 0 30px;
- font-size: 20px;
- width: 500px;
-}
-
-footer .contactpage2 {
- display: block;
- padding: 0 20px;
-}
-
-footer .contactpage2 div:not(:first-child) {
- text-align: inherit;
-}
-
-footer .info div {
- margin-left: 20px;
-}
-
-footer #copyright {
- text-align: inherit;
- margin-left: 40px;
-}
-
-.inquiry {
- height: auto;
-}
-
-#urls {
- padding: 0;
-}
-
-ul li a{
- margin-left: 0;
-}
-}
-
-
diff --git a/submissions/HalimahOladimeji/CSS/product.css b/submissions/HalimahOladimeji/CSS/product.css
deleted file mode 100644
index a67b1d171..000000000
--- a/submissions/HalimahOladimeji/CSS/product.css
+++ /dev/null
@@ -1,268 +0,0 @@
-
-body {
- margin: 0px;
- font-family: 'Montserrat';
-}
-
-ul {
- list-style-type: none;
-}
-
-.phone1 {
- padding-left: 40px;
- padding-right: 40px;
-}
-
-.logo {
- background-color:palevioletred;
- color:white;
- height:70px;
- font-size: 16px;
- display:flex;
- justify-content: space-between;
- padding: 14px 60px;
- padding-top: 30px;
-}
-
-.firstc {
- color: #5f5f5f;
- float:left;
- margin-left:5px;
-}
-
-.firstc img {
- width:300px;
- height:300px;
- padding-top:10px;
-}
-
-.b2{
- background-color:palevioletred;
- border-radius:20px;
- width:120px;
- padding: 12px;
-}
-
-.headerc li{
- display:inline-block;
- margin-left: 10px;
-}
-
-.headerc li a{
- color:white;
- text-decoration:none;
-}
-
-.description{
- clear:both;
- padding:5px 40px;
- color: #5f5f5f;
-}
-
-.forthc {
- background-color: #ebebeb;
- padding: 30px 20px;
-}
-
-.forthc h4{
- margin: 0;
- text-align: center;
-}
-
-.row {
- display: grid;
- grid-template-columns: 1fr 1fr 1fr;
- gap: 30px;
- margin-top:50px;
-}
-
-.row .column img {
- padding-top:30px;
- width:200px;
- height:200px;
-}
-
-.column {
- height:320px;
- background-color:white;
- border:2px solid white;
- text-align:center;
- margin-left: 0 20px;
-}
-
-#email{
- color:palevioletred;
- height:40px;
- padding: 0 50px;
- margin-bottom:5px;
-}
-
-footer {
- padding-top:10px;
- padding-bottom: 20px;
- color:white;
- background-color:palevioletred;
- margin-top: 80px;
- font-size: 18px;
-}
-
-footer .phone2 {
- display: flex;
- justify-content: space-between;
- padding: 0 50px;
- align-items: center;
-}
-
-footer .phone2 div:not(:first-child) {
- text-align: center;
-}
-
-.inquiry ul li a img {
- margin-left:5px;
-}
-
-footer #copyright {
- text-align: center;
- margin: 0;
-}
-
-.inquiry {
- height:140px;
-}
-
-
-#media {
- padding: 0;
-}
-
-#media li {
- display: inline-block;
-}
-
-#urls {
- padding-left: 0;
-}
-
-#urls li {
- margin-bottom: 10px;
-}
-
-#urls li a{
- color: #fff;
- text-decoration:none;
-}
-
-.signup {
- height:40px;
- color: palevioletred;
- width:70px;
- background-color:white;
-}
-
-#email{
- color:palevioletred;
- width:250px;
- height:40px;
- margin-bottom:5px;
-}
-
-@media (max-width: 992px) {
-
-.logo {
- display: block;
- height: 100px;
- padding: 22px 10px;
-}
-
-.logo img{
- margin: 0;
-}
-
-.headerc {
- padding: 0;
- margin-top: 10px;
-}
-
-.logo ul li {
- display: block;
- margin: 0;
-}
-
-.row {
- grid-template-columns: 1fr 1fr;
-}
-
-.forthc {
- padding-bottom: 30px;
-}
-
-footer .phone2 div:nth-child(1) {
- grid-area: inquiry1;
-}
-
-footer .phone2 div:nth-child(2) {
- grid-area: inquiry2;
-}
-
-footer .phone2 div:nth-child(3) {
- grid-area: inquiry3;
-}
-
-footer .phone2 {
- display: grid;
- grid-template-areas: "inquiry1 inquiry2 inquiry3";
-}
-
-footer .phone2 div:not(:first-child) {
- text-align: inherit;
-}
-
-#email {
- padding: 0 30px;
-}
-
-}
-
-@media (max-width: 480px) {
-.logo {
- display: block;
- height: 100px;
- padding: 12px 10px;
-}
-
-#email {
- padding: 0 30px;
-}
-
-footer .phone2 {
- display: block;
- padding: 0 20px;
-}
-
-.inquiry {
- height: auto;
-}
-
-#urls {
- padding: 0;
-}
-
-.logo h2{
- margin: 0;
-}
-
-.headerc {
- padding: 0;
- margin-top: 10px;
-}
-
-.logo ul li {
- display: block;
- margin: 0;
-}
-
-.row {
- grid-template-columns: 1fr;
-}
-
-}
diff --git a/submissions/HalimahOladimeji/CSS/signup.css b/submissions/HalimahOladimeji/CSS/signup.css
deleted file mode 100644
index ec1f6d3c8..000000000
--- a/submissions/HalimahOladimeji/CSS/signup.css
+++ /dev/null
@@ -1,256 +0,0 @@
-body {
- margin: 0;
- font-family: 'Montserrat';
-}
-
-ul {
- list-style-type: none;
-}
-
-.logo {
- background-color:palevioletred;
- color:white;
- height:70px;
- font-size: 16px;
- display:flex;
- justify-content: space-between;
- padding: 14px 60px;
- padding-top: 30px;
-}
-
-.headerc li{
- display:inline-block;
- margin-left: 10px;
-}
-
-.headerc li a{
- color:white;
- text-decoration:none;
-}
-
-.register {
- display: grid;
- grid-template-columns: 1fr 1fr;
- padding-left: 40px;
- padding-right: 40px;
- padding-top: 80px;
-}
-
-.secondcolumn {
- color: #5f5f5f;
- margin-top:20px;
-}
-
-.secondcolumn p {
- text-align: left;
- margin-left: 10px;
-}
-
-.secondcolumn h1 {
- font-weight: bold;
- font-size: 34px;
- color: blue;
-}
-
-#first{
- font-size:25px;
-}
-
-.secondcolumn form{
- padding: 20px;
- border:1px solid #0066f5;
- height: auto;
- border-radius:7px;
- line-height: 2;
-}
-
-.secondcolumn input{
- border-radius:3px;
- width:100%;
- height:25px;
- border: solid 1px #707070;
-}
-
-#iagree{
- height:15px;
- border-radius:none;
- width:10px;
- margin-left:100px;
-}
-
-input[type=checkbox] {
- margin-right: 1px;
- height: 13px;
- width: 20px;
- margin-left: 40px;
- border-radius: 40%;
-}
-
-#b2{
- margin-top:5px;
- width:120px;
- height:40px;
- background-color:palevioletred;
- color:white;
- margin-left:200px;
-}
-
-footer {
- padding-top:10px;
- padding-bottom: 20px;
- color:white;
- background-color:palevioletred;
- margin-top: 80px;
- font-size: 18px;
-}
-
-.inquiry input{
- color:palevioletred;
- height:40px;
- padding: 0 50px;
- margin-bottom:5px;
-}
-
-
-footer .signup2 {
- display: flex;
- justify-content: space-between;
- padding: 0 50px;
- align-items: center;
-}
-
-footer .signup2 div:not(:first-child) {
- text-align: center;
-}
-
-.inquiry ul li a img {
- margin-left:5px;
-}
-
-footer #copyright {
- text-align: center;
- margin: 0;
-}
-
-.inquiry {
- height:140px;
-}
-
-
-#media {
- padding: 0;
-}
-
-#media li {
- display: inline-block;
-}
-
-#urls {
- padding-left: 0;
-}
-
-#urls li {
- margin-bottom: 10px;
-}
-
-#urls li a{
- color: #fff;
- text-decoration:none;
-}
-
-.signup {
- height:40px;
- color: palevioletred;
- width:70px;
- background-color:white;
-}
-
-#email{
- color:palevioletred;
- width:250px;
- height:40px;
- margin-bottom:5px;
-}
-
-@media (max-width: 992px) {
-.register{
- display: block;
- margin: 0;
- font-size: 10px;
-}
-
-.secondcolumn form {
- width: 250px;
- height: auto;
-}
-
-.secondcolumn input[type=checkbox] {
- margin-left: 50px;
-}
-
-#iagree {
- margin-left: 0;
-}
-
-#b2 {
- margin-left: 0;
-}
-
-.logo {
- display: block;
- height: 100px;
- padding: 22px 10px;
-}
-
-.logo img{
- margin: 0;
-}
-
-.headerc {
- padding: 0;
- margin-top: 10px;
-}
-
-.logo ul li {
- display: block;
- margin: 0;
-}
-
-#email {
- padding: 0 30px;
- font-size: 20px;
- width: 300px;
-}
-
-footer .signup2 {
- display: block;
- padding: 0 20px;
-}
-
-footer .signup2 div:not(:first-child) {
- text-align: inherit;
-}
-
-footer .info div {
- margin-left: 20px;
-}
-
-footer #copyright {
- text-align: inherit;
- margin-left: 40px;
-}
-
-.inquiry {
- height: auto;
-}
-
-#urls {
- padding: 0;
-}
-
-ul li a{
- margin-left: 0;
-}
-}
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/HTML-forms/Contactformpage.html b/submissions/HalimahOladimeji/HTML-forms/Contactformpage.html
deleted file mode 100644
index d715250a0..000000000
--- a/submissions/HalimahOladimeji/HTML-forms/Contactformpage.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
- Contact Form Page
-
-
-
-
-
- Contact Form Page
-
- © PremiumTechnologies
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/HTML-forms/contactus.html b/submissions/HalimahOladimeji/HTML-forms/contactus.html
deleted file mode 100644
index fdc459fad..000000000
--- a/submissions/HalimahOladimeji/HTML-forms/contactus.html
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
- Contact Form Page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Please contact us via these numbers: +234 708 220 6526
+234 802 887 2962
-
-
Email Address: support@premiumtechnologies.com
-
Connect with us:
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/NOTE-20.jpg b/submissions/HalimahOladimeji/HTML-forms/images/NOTE-20.jpg
deleted file mode 100644
index f22d1adaa..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/NOTE-20.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/S10.jpg b/submissions/HalimahOladimeji/HTML-forms/images/S10.jpg
deleted file mode 100644
index b52e8d8f5..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/S10.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/facebooklogo.jpg b/submissions/HalimahOladimeji/HTML-forms/images/facebooklogo.jpg
deleted file mode 100644
index 500dc079b..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/facebooklogo.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/galaxyz.jpg b/submissions/HalimahOladimeji/HTML-forms/images/galaxyz.jpg
deleted file mode 100644
index fe0f6821e..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/galaxyz.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/gmaillogo.jpg b/submissions/HalimahOladimeji/HTML-forms/images/gmaillogo.jpg
deleted file mode 100644
index 6e73bc4dd..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/gmaillogo.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/iccall.png b/submissions/HalimahOladimeji/HTML-forms/images/iccall.png
deleted file mode 100644
index 8827d763f..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/iccall.png and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/icdrafts.png b/submissions/HalimahOladimeji/HTML-forms/images/icdrafts.png
deleted file mode 100644
index eba9b9f4c..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/icdrafts.png and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/icemail.png b/submissions/HalimahOladimeji/HTML-forms/images/icemail.png
deleted file mode 100644
index 695c901c2..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/icemail.png and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/iphone11promax.jpg b/submissions/HalimahOladimeji/HTML-forms/images/iphone11promax.jpg
deleted file mode 100644
index 586d2ddc6..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/iphone11promax.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/logo.png b/submissions/HalimahOladimeji/HTML-forms/images/logo.png
deleted file mode 100644
index 54f24daa2..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/logo.png and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/samsungS20.jpg b/submissions/HalimahOladimeji/HTML-forms/images/samsungS20.jpg
deleted file mode 100644
index 127e7f06b..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/samsungS20.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/twiiterlogo.jpg b/submissions/HalimahOladimeji/HTML-forms/images/twiiterlogo.jpg
deleted file mode 100644
index 14bb7c0c3..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/twiiterlogo.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/youtubelogo.jpg b/submissions/HalimahOladimeji/HTML-forms/images/youtubelogo.jpg
deleted file mode 100644
index fda41a876..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/youtubelogo.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/zflip.jpg b/submissions/HalimahOladimeji/HTML-forms/images/zflip.jpg
deleted file mode 100644
index ebf001368..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/zflip.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/images/zzz-fold.jpg b/submissions/HalimahOladimeji/HTML-forms/images/zzz-fold.jpg
deleted file mode 100644
index dd0cd420f..000000000
Binary files a/submissions/HalimahOladimeji/HTML-forms/images/zzz-fold.jpg and /dev/null differ
diff --git a/submissions/HalimahOladimeji/HTML-forms/index.html b/submissions/HalimahOladimeji/HTML-forms/index.html
deleted file mode 100644
index 05de93453..000000000
--- a/submissions/HalimahOladimeji/HTML-forms/index.html
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
-
- Product Page
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SAMSUNG GALAXY Z Fold 2
- Brand:Samsung
-
- Quantity:
-
-
- Price:₦ 895,000
- BUY NOW
-
-
-
-
DESCRIPTION
-
A mind-blending glass screen that folds like a book.
- A hands-free camera that shoots when you wave.
- A precision crafted hinge that transforms a cutting-edge smartphone.
-
-
-
- RELATED PRODUCTS
-
-
-
-
SAMSUNG S20
-
Price: ₦265,000
-
-
-
-
SAMSUNG GALAXY NOTE 20
-
Price: ₦350,000
-
-
-
-
SAMSUNG S10
-
Price:₦332,000
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/HTML-forms/product.html b/submissions/HalimahOladimeji/HTML-forms/product.html
deleted file mode 100644
index 784f75854..000000000
--- a/submissions/HalimahOladimeji/HTML-forms/product.html
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
- Product Page
-
-
-
-
-
-
PREMIUM TECHNOLOGIES
-
-
-
-
SAMSUNG GALAXY Z Fold 2
- N895,000
-
Features
-
- Display: 7.6 inches, 180.8 cm2 (~88.6% screen-to-body ratio)
- Processor: Octa-core (1×3.09 GHz Kryo 585 & 3×2.42 GHz Kryo 585 & 4×1.8 GHz Kryo 585)
- Memory: 256GB, 12GB RAM
- Camera: 12 MP, f/1.8, 26mm (wide), 1/1.76″, 1.8µm, Dual Pixel PDAF, OIS
- 12 MP, f/2.4, 52mm (telephoto), 1/3.6″, 1.0µm
- Selfie: 10 MP, f/2.2, 26mm (wide), 1.22µm
- Cover camera: 10 MP, f/2.2, 26mm (wide), 1.22
- Operating System: Android 10
- SIM: SINGLE SIM
- Battery: Non-removable Li-Po 4500 mAh battery
- Network: GSM / HSPA / LTE / 5G
- Features: Fingerprint (side-mounted), accelerometer, gyro, proximity, compass, barometer,ANT+,Bixby natural language commands and dictation Samsung DeX (desktop experience support)
-
-
- Description
-
- A mind-blending glass screen that folds like a book.
- A hands-free camera that shoots when you wave.
- A precision crafted hinge that transforms a cutting-edge smartphone into so much more.
- Meet the anything but ordinary Galaxy Z Fold 2 5G.
-
-
-
-
-
-
diff --git a/submissions/HalimahOladimeji/HTML-forms/signup.html b/submissions/HalimahOladimeji/HTML-forms/signup.html
deleted file mode 100644
index 1cd516e7d..000000000
--- a/submissions/HalimahOladimeji/HTML-forms/signup.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
- Contact Form Page
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/ProgrammingLanguages1/ProgrammingLanguageTask.txt b/submissions/HalimahOladimeji/ProgrammingLanguages1/ProgrammingLanguageTask.txt
deleted file mode 100644
index 9fc852b1f..000000000
--- a/submissions/HalimahOladimeji/ProgrammingLanguages1/ProgrammingLanguageTask.txt
+++ /dev/null
@@ -1 +0,0 @@
-https://docs.google.com/spreadsheets/d/13IwQ_GYY3-DCvsfLtskyWWUqHqeFdWM4yGQgdpTjIfM/edit?usp=sharing
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/javaScript/index.html b/submissions/HalimahOladimeji/javaScript/index.html
deleted file mode 100644
index 450c5d198..000000000
--- a/submissions/HalimahOladimeji/javaScript/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
- JavaScript Task
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/javaScript/javatask.js b/submissions/HalimahOladimeji/javaScript/javatask.js
deleted file mode 100644
index 507018dab..000000000
--- a/submissions/HalimahOladimeji/javaScript/javatask.js
+++ /dev/null
@@ -1,15 +0,0 @@
-const y = Math.abs(7-123);
-for (let i = 1; i <= y; i++) {
- if (i % 3 === 0 && i % 5 === 0) {
- console.log("Software Developer");
- }
- else if (i % 3 === 0) {
- console.log("Software");
- }
- else if (i % 5 === 0) {
- console.log("Developer");
- }
- else {
- console.log(i);
- }
-}
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/javaScript/loop.html b/submissions/HalimahOladimeji/javaScript/loop.html
deleted file mode 100644
index 8289359a6..000000000
--- a/submissions/HalimahOladimeji/javaScript/loop.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
- Product List
-
-
-
-
-
\ No newline at end of file
diff --git a/submissions/HalimahOladimeji/javaScript/loop.js b/submissions/HalimahOladimeji/javaScript/loop.js
deleted file mode 100644
index fdb1bc0cb..000000000
--- a/submissions/HalimahOladimeji/javaScript/loop.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var productList = [
- {
- productName: "SAMSUNG S20",
- imageUrl: "../HTML-forms/images/samsungS20.jpg",
- productPrice: "₦265,000"
- },
- {
- productName: "SAMSUNG GALAXY NOTE 20",
- imageUrl: "../HTML-forms/images/NOTE-20.jpg",
- productPrice: "₦350,000"
- },
- {
- productName: "SAMSUNG S10",
- imageUrl: "../HTML-forms/images/S10.jpg",
- productPrice: "₦332,000"
- },
-];
-
-productList.forEach((product) => {
- console.log(product.productName + " with " + product.imageUrl + " is sold for " + product.productPrice + ".");
-})
\ No newline at end of file
diff --git a/submissions/Kaozarat Amoo/html-forms/Product.html b/submissions/Kaozarat Amoo/html-forms/Product.html
deleted file mode 100644
index dc1c239b4..000000000
--- a/submissions/Kaozarat Amoo/html-forms/Product.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- Agrobay Page
-
-
- AGROBAY
- Contact form
- Product
- Browse all Seeds
- Chemicals PPE
-
-
-
- Agrolife Maize, 850g
-
- Price: 1500 NGN
- Description
- Agrolife Maize is a non-GMO maize that contains anthocyanins
- which is responsible for the colour.
-
- It has more antioxidant than the
- regular yellow or white maize and has anti-cancer potential.
-
- Add to cart
-
-
-
-
- Dryfruit Cucunber Seeds, 200g
-
- Price: 1200 NGN
- Description
- Dryfruit Cucunber seed is an improved variety that thrives well in dry season
- and is also resistant to viral diseases.
-
- Add to cart
-
-
-
- You might also like
-
- Farmyclown Super Seeds and Nut
- MGV Sunflower Seeds
- Vedaka Flax Seeds
-
-