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

+
+
+
+

Description

+

Core i-7, 10th gen 512gb SSD, 1tb HDD, 8gb RAM, 6gb Nvidia RTX 2070

+
+
+ + + + + \ 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 - - -
-
- Contact Us -

*required fields

-
-

-
-

-
-

-
-
- -

-
- - \ 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 -
-
-
-
- Contact Us -

*required fields

-
-

-
-

-
-

-
-
- -

-
- - \ 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

- -
- -
- -
- -
- Pouch and Glasses - Serious man suited in sports car in Sunglasses, portrait -
- -
-

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


-
-
-

Similar items you might like

-
    -
  1. AviatorGunmetal
  2. -
  3. AviatorII
  4. -
  5. AviatorMatteBlack
  6. -
  7. AviatorFusion
  8. -
  9. Archer
  10. -
-
-
-
- - \ 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

-
- -
- -
- -
- Pouch and Glasses - Serious man suited in sports car in Sunglasses, portrait -
- -
-

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


-
-
-

Similar items you might like

-
    -
  1. AviatorGunmetal
  2. -
  3. AviatorII
  4. -
  5. AviatorMatteBlack
  6. -
  7. AviatorFusion
  8. -
  9. Archer
  10. -
-
-
-
- - \ 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 - - -
- Home - Category - New Arrivals - Contact Us -
-
-
-

PREMIUM TECHNOLOGIES

-
-

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:

-
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
-
-
-
- -

Or better still send us a message

-

-

-

-

-

- -
-
-
- - - - \ 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 -
-
-

SAMSUNG GALAXY Z Fold 2

-

Brand:Samsung

-
- - -
-

Price:₦ 895,000

- -
-
-
-

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 - - -
- Home - Category - Product - Contact Form -
-
-
-

PREMIUM TECHNOLOGIES

- - -
-

SAMSUNG GALAXY Z Fold 2

-
  • N895,000
  • -

    Features

    - -

    -

    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 - - - - - - -
    -
    -

    Register your Account

    -

    Registering an account gives you access to sweet promo and events available to only - registered customers

    -

    Already got an account?Sign in

    -
    -
    -
    - - - - - - - - - - - - - - - - - -
    -
    -
    - - - \ 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

    -
      -
    1. Farmyclown Super Seeds and Nut
    2. -
    3. MGV Sunflower Seeds
    4. -
    5. Vedaka Flax Seeds
    6. -
    -
    - - - \ No newline at end of file diff --git a/submissions/adeyemoKafayat/HTML/image/image1.jpg b/submissions/adeyemoKafayat/HTML/image/image1.jpg deleted file mode 100644 index 36f18484e..000000000 Binary files a/submissions/adeyemoKafayat/HTML/image/image1.jpg and /dev/null differ diff --git a/submissions/adeyemoKafayat/HTML/image/image2.jpg b/submissions/adeyemoKafayat/HTML/image/image2.jpg deleted file mode 100644 index 401a0cc73..000000000 Binary files a/submissions/adeyemoKafayat/HTML/image/image2.jpg and /dev/null differ diff --git a/submissions/adeyemoKafayat/HTML/index.html b/submissions/adeyemoKafayat/HTML/index.html deleted file mode 100644 index a347d51a2..000000000 --- a/submissions/adeyemoKafayat/HTML/index.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Halal Wears - - -

    Halal Wears

    - - -
    -
    -
    - Strap Watch
    - ₦15,000
    - Special Strap Watch Bracelet -
    -
    - image2
    - All Occations Juwelry
    - ₦10,000
    - Juwelry suitable for all occations -
    -
    - -
    -
    -

    Similar Product you may like

    -
      -
    1. Sterling Siver Diamond Bracelet
    2. -
    3. Christal Stoned Neck Chain
    4. -
    5. Special Jewelry Set
    6. -
    -
    -
    - - - - \ No newline at end of file diff --git a/submissions/adeyemoKafayat/aboutMe/AdeyemoKafayat.txt b/submissions/adeyemoKafayat/aboutMe/AdeyemoKafayat.txt deleted file mode 100644 index 3be4fe977..000000000 --- a/submissions/adeyemoKafayat/aboutMe/AdeyemoKafayat.txt +++ /dev/null @@ -1,5 +0,0 @@ -Hello, -I am Adeyemo Kafayat. -Am really excited to be learning from this community of great minds. -By the end of this training i should be able to perform excellently in the field of software engineering. -Getting a good job is the ultimate goal. \ No newline at end of file diff --git a/submissions/adeyemoKafayat/html-forms/cloth.jpg b/submissions/adeyemoKafayat/html-forms/cloth.jpg deleted file mode 100644 index 6f5fe1d70..000000000 Binary files a/submissions/adeyemoKafayat/html-forms/cloth.jpg and /dev/null differ diff --git a/submissions/adeyemoKafayat/html-forms/contactform.html b/submissions/adeyemoKafayat/html-forms/contactform.html deleted file mode 100644 index 669f76f14..000000000 --- a/submissions/adeyemoKafayat/html-forms/contactform.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - Survey Form - - -

    Product Survey Form

    - -
    -
    - Survey form -

    -
    -
    -
    -
    -
    -
    - -
    - -

    -
    - -
    - -
    - -
    - -
    - -
    - -
    - - - - - - - - -

    -
    -
    -
    - -
    -
    - - \ No newline at end of file diff --git a/submissions/adeyemoKafayat/html-forms/contactus.html b/submissions/adeyemoKafayat/html-forms/contactus.html deleted file mode 100644 index 4c6f38e09..000000000 --- a/submissions/adeyemoKafayat/html-forms/contactus.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - Contact Us - - - -

    Contact Us

    -
    -
    - Get in touch - -

    - -

    - -

    -
    -

    - -
    -
    - - \ No newline at end of file diff --git a/submissions/arinolaOsagie/aboutMe/aboutme.txt b/submissions/arinolaOsagie/aboutMe/aboutme.txt deleted file mode 100644 index 65ffb0fa6..000000000 --- a/submissions/arinolaOsagie/aboutMe/aboutme.txt +++ /dev/null @@ -1,2 +0,0 @@ -Hello World, my name is Arinola. I look forward to becoming a software engineer with adequate workplace knowledge. -Thanks. \ No newline at end of file diff --git a/submissions/bettyBada/aboutMe/aboutMe.txt b/submissions/bettyBada/aboutMe/aboutMe.txt deleted file mode 100644 index 7fcc35f06..000000000 --- a/submissions/bettyBada/aboutMe/aboutMe.txt +++ /dev/null @@ -1,5 +0,0 @@ -Hello World!!! -My name is Betty Bada. - -I want to be able to learn the processes involved in Software Development and have world class skills. - diff --git a/submissions/blessingOlusuji/HTML/images/charger.jpg b/submissions/blessingOlusuji/HTML/images/charger.jpg deleted file mode 100644 index 5ce9afc76..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/charger.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/closed.png b/submissions/blessingOlusuji/HTML/images/closed.png deleted file mode 100644 index 09f6e7ce3..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/closed.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/earpiece.jpg b/submissions/blessingOlusuji/HTML/images/earpiece.jpg deleted file mode 100644 index 62b1fa386..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/earpiece.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/facebook.png b/submissions/blessingOlusuji/HTML/images/facebook.png deleted file mode 100644 index 8471ed550..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/facebook.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/gmail.png b/submissions/blessingOlusuji/HTML/images/gmail.png deleted file mode 100644 index 5a07ec977..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/gmail.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/jacket.jpg b/submissions/blessingOlusuji/HTML/images/jacket.jpg deleted file mode 100644 index d8a752c96..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/jacket.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/logo2.jpg b/submissions/blessingOlusuji/HTML/images/logo2.jpg deleted file mode 100644 index d05c6698b..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/logo2.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/mobile1.jpg b/submissions/blessingOlusuji/HTML/images/mobile1.jpg deleted file mode 100644 index 9e3c2d7c5..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/mobile1.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/open-envelope.png b/submissions/blessingOlusuji/HTML/images/open-envelope.png deleted file mode 100644 index 70dfb8343..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/open-envelope.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/phone.png b/submissions/blessingOlusuji/HTML/images/phone.png deleted file mode 100644 index eeda286d0..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/phone.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/set1.jpg b/submissions/blessingOlusuji/HTML/images/set1.jpg deleted file mode 100644 index eda779a15..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/set1.jpg and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/twitter.png b/submissions/blessingOlusuji/HTML/images/twitter.png deleted file mode 100644 index feee5ba77..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/twitter.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/images/youtube.png b/submissions/blessingOlusuji/HTML/images/youtube.png deleted file mode 100644 index 5abdb7b45..000000000 Binary files a/submissions/blessingOlusuji/HTML/images/youtube.png and /dev/null differ diff --git a/submissions/blessingOlusuji/HTML/product.html b/submissions/blessingOlusuji/HTML/product.html deleted file mode 100644 index 555cb21cf..000000000 --- a/submissions/blessingOlusuji/HTML/product.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - Spotless-B Mobile Page - - - - - - - -
    -
    -
    - -
    -
    -

    NOKIA EDGES

    -

    Brand:Nokia

    -
    - - -
    -

    Price:#110,000

    - -
    -
    - -
    -

    DESCRIPTION

    -

    Nokia Edge smartphone runs on Android v7.0 (Nougat) operating system. - The phone is powered by octa core (2 GHz, quad core, cortex A53 + 1.2 GHz, - quad core, cortex A53) processor. It runs on the mediaTek MT6755 chipset. - It has 3GB RAM and 32 GB internal storage. -

    -
    - - -
    - - - \ No newline at end of file diff --git a/submissions/blessingOlusuji/aboutMe/aboutme.txt b/submissions/blessingOlusuji/aboutMe/aboutme.txt deleted file mode 100644 index edcb6a019..000000000 --- a/submissions/blessingOlusuji/aboutMe/aboutme.txt +++ /dev/null @@ -1,7 +0,0 @@ -Hello everyone, -My name is Olusuji Blessing Bose, one of the scholars in Dufuna-Fem Front-end track. -I must say I have been having wonderful learning experience as I have been enjoying every bit of the course so far. -I look forward to achieveing both personal and corporate goals as far as this course is concerned. -I hope by the end of this course,I would have gather enough skills and experiences to help kick start my tech career as a front-end developer. -It's being fun all the way. -Thanks!! \ No newline at end of file diff --git a/submissions/blessingOlusuji/css/contactpage.css b/submissions/blessingOlusuji/css/contactpage.css deleted file mode 100644 index beed106be..000000000 --- a/submissions/blessingOlusuji/css/contactpage.css +++ /dev/null @@ -1,186 +0,0 @@ -body{ -margin:0px; -font-family: 'Montserrat', sans-serif; -} -ul { - list-style-type: none; -} -.container { - display: flex; - justify-content: space-around; - padding-left: 40px; - padding-right: 40px; - padding-top: 80px; - text-align: center; -} -nav ul li a{ - text-decoration:none; - color:white; - padding-top:10px; - margin-top:5px; -} -.styling{ - border-radius:0px; - color:blue; - width:70px; - background-color:white; - text-transform: uppercase; -} -.nav-bar{ - background-color:#1f15b7; - color:white; - height:70px; - font-family: Montserrat; - font-size: 16px; - display:flex; - justify-content: space-between; - padding: 14px 60px; -} -.look li{ -display:inline-block; -margin-left: 10px; -} - -ul li a{ -color: white; -text-decoration:none; -margin:5px; -} -.side ul li { - display: inline-block; -} -.side form{ -border:2px solid #0066f5; -padding-bottom:10px; -height:420px; -} -.side input{ -border:none; -border-bottom:1px solid blue; -width:80%; -} -form img{ -margin-top:5px; -} -#comments { - width: 80%; -} -.foot input{ - color:blue; - height:40px; - padding: 0 50px; - margin-bottom:5px; -} -#btn{ - float:right; - margin-right:45px; - width:70px; - background-color:#0066f5; - color:white; - height:35px; -} - -footer{ - padding-top:10px; - padding-bottom: 20px; - color:white; - background-color:#1f15b7; - margin-top: 80px; -} -footer .info { - display: flex; - justify-content: space-between; - padding: 0 50px; - align-items: center; -} -footer .info div:not(:first-child) { - text-align: center; -} - -.foot{ -height:140px; -} -#socials ul { - padding: 0px; -} -#socials li { - display: inline-block; -} -#quick-links li { - margin-bottom: 10px; -} -#quick-links li a{ -color: #fff; -text-decoration:none; - -} -.foot ul li a img{ -margin-left:5px; -} - -footer #copyright { - text-align: center; - margin: 0; -} - -.styling{ - height:40px; - color:blue; - width:70px; - background-color:white; -} - -#mail{ - color:blue; - width:250px; - height:40px; - margin-bottom:5px; -} - -@media (max-width: 992px) { - .container{ - display: block; - } - .nav-bar { - display: block; - height: 100px; - padding: 12px 10px; - } - .nav-bar h2{ - margin: 0; - } - .look { - padding: 0; - margin-top: 10px; - } - .nav-bar ul li { - display: block; - margin: 0; - } - #email { - padding: 0 30px; - } - footer .info { - display: block; - padding: 0 20px; - } - footer .info div:not(:first-child) { - text-align: inherit; - } - footer .info div { - margin-left: 20px; - } - footer #copyright { - text-align: inherit; - margin-left: 40px; - } - .foot { - height: auto; - } - #quick-links { - padding: 0; - } - ul li a{ - margin-left: 0; - } -} \ No newline at end of file diff --git a/submissions/blessingOlusuji/css/productPage.css b/submissions/blessingOlusuji/css/productPage.css deleted file mode 100644 index 8455112f6..000000000 --- a/submissions/blessingOlusuji/css/productPage.css +++ /dev/null @@ -1,226 +0,0 @@ -body{ -margin:0px; -font-family: 'Montserrat', sans-serif; -} -ul { - list-style-type: none; -} -.container { - padding-left: 40px; - padding-right: 40px; -} -.nav-bar{ -background-color:blue; -color:white; -height:70px; -font-size: 16px; -display:flex; -justify-content: space-between; -padding: 14px 60px; -} - -.look li{ -display:inline-block; -margin-left: 10px; -} - -.look li a{ -color:white; -text-decoration:none; -} -.product{ -color: #5f5f5f; -float:left; -margin-left:5px; -} -.product img { - width:300px; - height:300px; - padding-top:10px; -} -.product button{ -background-color:orange; -border-radius:20px; -width:120px; -padding: 12px; -} -.description{ -clear:both; -padding:5px 40px; -color: #5f5f5f; -} -.related-products { - background-color: #ebebeb; - padding: 30px 20px; -} -.related-products h4{ - margin: 0 auto; - text-align: center; -} -.similar{ - display: grid; - grid-template-columns: 1fr 1fr 1fr; - gap: 30px; - margin-top:50px; -} -.similar .card img { - padding-top:30px; - width:200px; - height:200px; -} -.card{ -height:320px; -background-color:white; -border:2px solid white; -text-align:center; -margin-left: 0 20px; -} -#email{ - color:blue; - height:40px; - padding: 0 50px; - margin-bottom:5px; -} -footer{ - padding-top:10px; - padding-bottom: 20px; - color:white; - background-color:#1f15b7; - margin-top: 80px; -} -footer .info { - display: flex; - justify-content: space-between; - padding: 0 50px; - align-items: center; -} -footer .info div:not(:first-child) { - text-align: center; -} - -.foot{ -height:140px; -} -#socials { - padding: 0; -} -#socials li { - display: inline-block; -} -#quick-links li { - margin-bottom: 10px; -} -#quick-links li a{ -color: white; -text-decoration:none; -} -.foot ul li a img{ -margin-left:5px; -} -footer #copyright { - text-align: center; - margin: 0; -} - -.styling{ - height:40px; - color:blue; - width:70px; - background-color:white; -} - -#mail{ - color:blue; - width:250px; - height:40px; - margin-bottom:5px; -} -.foot{ -height:140px; -} -#socials { - padding: 0; -} -#socials li { - display: inline-block; -} -#quick-links { - padding-left: 0; -} -#quick-links li { - margin-bottom: 10px; -} -#quick-links li a{ -color: #fff; -text-decoration:none; -} -.foot ul li a img{ -margin-left:5px; -} -footer #copyright { - text-align: center; - margin: 0; -} - -@media (max-width: 992px) { - .similar{ - grid-template-columns: 1fr 1fr; - } - .related-products { - padding-bottom: 30px; - } - footer .info div:nth-child(1) { - grid-area: foot1; - } - footer .info div:nth-child(2) { - grid-area: foot2; - } - footer .info div:nth-child(3) { - grid-area: foot3; - } - footer .info { - display: grid; - grid-template-areas: "foot1 foot2" - ". foot3"; - } - footer .info div:not(:first-child) { - text-align: inherit; - } - #email { - padding: 0 30px; - } -} -@media (max-width: 480px) { - .nav-bar { - display: block; - height: 100px; - padding: 12px 10px; - } - .nav-bar h2{ - margin: 0; - } - .look { - padding: 0; - margin-top: 10px; - } - .nav-bar ul li { - display: block; - margin: 0; - } - .similar { - grid-template-columns: 1fr; - } - #email { - padding: 0 30px; - } - footer .info { - display: block; - padding: 0 20px; - } - .foot { - height: auto; - } - #quick-links { - padding: 0; - } -} \ No newline at end of file diff --git a/submissions/blessingOlusuji/css/signup.css b/submissions/blessingOlusuji/css/signup.css deleted file mode 100644 index 858a6bc16..000000000 --- a/submissions/blessingOlusuji/css/signup.css +++ /dev/null @@ -1,182 +0,0 @@ -body{ -margin:0px auto; -font-family:Montserrat,sans-serif; -} -ul { - list-style-type: none; -} -.container { - display: grid; - grid-template-columns: 1fr 1fr; - padding-left: 40px; - padding-right: 40px; - padding-top: 80px; - } -.nav-bar{ - background-color:#1f15b7; - color:white; - height:70px; - font-family: Montserrat; - font-size: 16px; - display:flex; - justify-content: space-between; - padding: 14px 60px; -} -.look li{ -display:inline-block; -margin-left: 10px; -} - -ul li a{ -color: white; -text-decoration:none; -margin:5px; -} -#divi{ -font-size:25px; -} -.divide{ -color: #5f5f5f; -margin-top:20px; -} - -.divide form{ - padding: 20px; - border:1px solid #0066f5; - height:570px; - border-radius:10px; -} -.divide input{ - border-radius:3px; - width:100%; - height:25px; - border: solid 1px #707070; -} -#agree{ - height:15px; - border-radius:none; - width:20px; -} -.foot input{ - color:blue; - height:40px; - padding: 0 50px; - margin-bottom:5px; -} -#btn{ - margin-right:10px; - width:70px; - background-color:#0066f5; - color:white; - height:35px; -} -footer{ -padding-top:10px; -padding-bottom: 20px; -color:white; -background-color:#1f15b7; -margin-top: 80px; -} -footer .info { - display: flex; - justify-content: space-between; - padding: 0 50px; - align-items: center; -} -footer .info div:not(:first-child) { - text-align: center; -} - -.foot{ -height:140px; -} -#socials { - padding: 0; -} -#socials li { - display: inline-block; -} -#quick-links li { - margin-bottom: 10px; -} -#quick-links li a{ -color: #fff; -text-decoration:none; -} -.foot ul li a img{ -margin-left:5px; -} -footer #copyright { - text-align: center; - margin: 0; -} - -.styling{ -height:40px; -color:blue; -width:70px; -background-color:white; -} - -#mail{ -color:blue; -width:250px; -height:40px; -margin-bottom:5px; -} -#bttn{ - margin-top:5px; - width:120px; - height:40px; - background-color:#0066f5; - color:white; - - } - -@media (max-width: 992px) { - .container{ - display: block; - } - .nav-bar { - display: block; - height: 100px; - padding: 12px 10px; - } - .nav-bar h2{ - margin: 0; - } - .look { - padding: 0; - margin-top: 10px; - } - .nav-bar ul li { - display: block; - margin: 0; - } - #email { - padding: 0 30px; - } - footer .info { - display: block; - padding: 0 20px; - } - footer .info div:not(:first-child) { - text-align: inherit; - } - footer .info div { - margin-left: 20px; - } - footer #copyright { - text-align: inherit; - margin-left: 40px; - } - .foot { - height: auto; - } - #quick-links { - padding: 0; - } - ul li a{ - margin-left: 0; - } -} \ No newline at end of file diff --git a/submissions/blessingOlusuji/css/signup.html b/submissions/blessingOlusuji/css/signup.html deleted file mode 100644 index 3a7ca0322..000000000 --- a/submissions/blessingOlusuji/css/signup.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - My Sign Up Page - - - - - - -
    -
    -

    Register your Account

    -

    Registering an account gives you access to sweet promo and
    events available to only registered customers

    -

    Already got an account?Sign in

    -
    -
    -
    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    -
    -

    - -

    - -
    -
    -
    - - - \ No newline at end of file diff --git a/submissions/blessingOlusuji/html-forms/contactpage-1.html b/submissions/blessingOlusuji/html-forms/contactpage-1.html deleted file mode 100644 index a8dbe2316..000000000 --- a/submissions/blessingOlusuji/html-forms/contactpage-1.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - My Contact Page - - - - - - - - -
    -
    - -

    Please contact us via these numbers
    +234 809 391 0017
    +234 816 710 6842

    - -

    Email Address:
    support@domain.com

    -

    or Connect with us:

    -
      -
    • -
    • -
    • -
    • -
    -
    -
    -
    - -

    or better still send ud message

    -

    -

    -

    -

    -

    - -
    -
    -
    - - - \ No newline at end of file diff --git a/submissions/chiomaUdoh/aboutMe/chiomaAspirations.txt b/submissions/chiomaUdoh/aboutMe/chiomaAspirations.txt deleted file mode 100644 index 3b83d848c..000000000 --- a/submissions/chiomaUdoh/aboutMe/chiomaAspirations.txt +++ /dev/null @@ -1,4 +0,0 @@ -My name is Chioma Udoh. -By the end of the Dufuna Fem program, I hope to become an expert in a building a complete website using html, css, javascript and php. -During the program, I hope to build 3 -5 projects that will give me a decent portfolio enough to be called a software developer and engineer. -Thank you. \ No newline at end of file diff --git a/submissions/chizaramOpara/aboutMe/aboutMe.txt b/submissions/chizaramOpara/aboutMe/aboutMe.txt deleted file mode 100644 index 5d6bda2d2..000000000 --- a/submissions/chizaramOpara/aboutMe/aboutMe.txt +++ /dev/null @@ -1,3 +0,0 @@ -Hello World! -I hope to be able to gain at elast 80% proficiency at front end engineering. -I hope to be able to apply the knowledge gained to solve practical situations. \ No newline at end of file diff --git a/submissions/desolaOluseye/HTML/blog-img1.jpg b/submissions/desolaOluseye/HTML/blog-img1.jpg deleted file mode 100644 index e6c10a573..000000000 Binary files a/submissions/desolaOluseye/HTML/blog-img1.jpg and /dev/null differ diff --git a/submissions/desolaOluseye/HTML/info-item-img1.jpg b/submissions/desolaOluseye/HTML/info-item-img1.jpg deleted file mode 100644 index bda10235f..000000000 Binary files a/submissions/desolaOluseye/HTML/info-item-img1.jpg and /dev/null differ diff --git a/submissions/desolaOluseye/HTML/productPage.html b/submissions/desolaOluseye/HTML/productPage.html deleted file mode 100644 index 887019729..000000000 --- a/submissions/desolaOluseye/HTML/productPage.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - Document - - -
    -
    -
    - -
    -
    - -
    -

    COCO'S STORE

    -

    BEAUTY & SKIN CARE

    -

    Top online and multipurpose store for all kinds of beauty and skin care products

    - -

    - -
    - -

    New Collection For Delicate Skin: $500.95

    -

    Nourish your skin with toxin-free cosmetic products.With the offers that you can't refuse

    - - -

    Best Multi-step Skin Care Treatment: $999.99

    -

    Nourish your skin with toxin-free cosmetic products.With the offers that you can't refuse

    -

    - -
    -

    ABOUT US

    -

    Who we are

    -

    Lorem Ipsum dolor sit amet, consectetur adipiscling elit. Aemean quis aliquam orcl. orcl - varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mis. - Lorem Ipsum dolor sit amet, consectetur adipiscling elit. Aemean quis aliquam orcl. orcl - varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mis. - Lorem Ipsum dolor sit amet, consectetur adipiscling elit. Aemean quis aliquam orcl. orcl - varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mis. - Lorem Ipsum dolor sit amet, consectetur adipiscling elit. Aemean quis aliquam orcl. orcl - varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mis. - Lorem Ipsum dolor sit amet, consectetur adipiscling elit. Aemean quis aliquam orcl. orcl - varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mis -

    -

    - -
    -
    -
    -

    Categories of Similar Products

    -
      -
    1. Make up
    2. -
    3. SPA
    4. -
    5. Perfume
    6. -
    7. Nails
    8. -
    9. Skin care
    10. -
    11. Hair care
    12. -
    -
    - -
    -

    Connect with us

    - -
    -
    - -
    -
    ©2020 Desola Oluseye
    -
    -
    - -
    - - \ No newline at end of file diff --git a/submissions/desolaOluseye/aboutMe/aboutme.txt b/submissions/desolaOluseye/aboutMe/aboutme.txt deleted file mode 100644 index 75dca23a6..000000000 --- a/submissions/desolaOluseye/aboutMe/aboutme.txt +++ /dev/null @@ -1,3 +0,0 @@ -Hello world! -My name is Desola Oluseye.I have been able to push my first task to github. -By the end of the program,i want to be a proficient fullstack developer and stand up as a solution provider \ No newline at end of file diff --git a/submissions/desolaOluseye/html-forms/contactForm.html b/submissions/desolaOluseye/html-forms/contactForm.html deleted file mode 100644 index aa945ca56..000000000 --- a/submissions/desolaOluseye/html-forms/contactForm.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - Document - - -
    -
    - -
    -
    - -

    CONTACT FORM

    - -
    - -

    - Fill in your details -
    - - -

    - -
    - - -

    - -
    - - -

    - -
    - - -

    -

    - -
    - Send us a message -
    -

    drop a comment

    - -

    -

    - - -
    - - - \ No newline at end of file diff --git a/submissions/divineOmozokpia/HTML-Forms/contactpage.html b/submissions/divineOmozokpia/HTML-Forms/contactpage.html deleted file mode 100644 index e165830f8..000000000 --- a/submissions/divineOmozokpia/HTML-Forms/contactpage.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - Contact Form - - - -
    -

    Contact Form

    -

    For all enquiries, please email us by using the form below.

    -
    -
    - Complete the following - - - -

    -

    -

    -

    - - - -

    - -

    - - - -

    -

    - - -
    -
    - - \ No newline at end of file diff --git a/submissions/divineOmozokpia/HTML/images/BodyWave.png b/submissions/divineOmozokpia/HTML/images/BodyWave.png deleted file mode 100644 index ea862d2aa..000000000 Binary files a/submissions/divineOmozokpia/HTML/images/BodyWave.png and /dev/null differ diff --git a/submissions/divineOmozokpia/HTML/images/LuxuryBoneStraight.png b/submissions/divineOmozokpia/HTML/images/LuxuryBoneStraight.png deleted file mode 100644 index a58978dfa..000000000 Binary files a/submissions/divineOmozokpia/HTML/images/LuxuryBoneStraight.png and /dev/null differ diff --git a/submissions/divineOmozokpia/HTML/images/facebook.png b/submissions/divineOmozokpia/HTML/images/facebook.png deleted file mode 100644 index 2d64cea6a..000000000 Binary files a/submissions/divineOmozokpia/HTML/images/facebook.png and /dev/null differ diff --git a/submissions/divineOmozokpia/HTML/images/instagram.png b/submissions/divineOmozokpia/HTML/images/instagram.png deleted file mode 100644 index da55e219c..000000000 Binary files a/submissions/divineOmozokpia/HTML/images/instagram.png and /dev/null differ diff --git a/submissions/divineOmozokpia/HTML/images/twitter.png b/submissions/divineOmozokpia/HTML/images/twitter.png deleted file mode 100644 index ebf08b10e..000000000 Binary files a/submissions/divineOmozokpia/HTML/images/twitter.png and /dev/null differ diff --git a/submissions/divineOmozokpia/HTML/product.html b/submissions/divineOmozokpia/HTML/product.html deleted file mode 100644 index e362fd897..000000000 --- a/submissions/divineOmozokpia/HTML/product.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Posannie Hairport - - - -

    WELCOME TO POSANNIE HAIRPORT

    - - Your No. 1 stop for quality hair at affordable prices... -
    -
    - -

    OUR GALLERY

    -
    - -

    16" SDD Luxury Bone Straight

    -

    $250

    -
    -
    - -

    20" Body Wave

    -

    $320

    -
    -
    -
    -
    - -
    -

    SIMILAR PRODUCTS

    -
      -
    1. SDD Pixie Curls
    2. -
    3. Bouncy Curls
    4. -
    5. Kinky Curls
    6. -
    -
    -
    -
    - - \ No newline at end of file diff --git a/submissions/divineOmozokpia/aboutMe/aboutme.txt b/submissions/divineOmozokpia/aboutMe/aboutme.txt deleted file mode 100644 index 5f73c2ea7..000000000 --- a/submissions/divineOmozokpia/aboutMe/aboutme.txt +++ /dev/null @@ -1,5 +0,0 @@ -Thank you Dufuna for this great opportunity to learn. - -At the end of this program, I aim to be proficient in both front-end and back-end languages and frameworks, as well as in server, network and hosting environments. -I also intend to familiarise myself with more back-end languages and acquire web development skills to build sites and apps from start to finish. - diff --git a/submissions/fatimaOlasunkanmiOjo/aboutMe/aboutme.txt b/submissions/fatimaOlasunkanmiOjo/aboutMe/aboutme.txt deleted file mode 100644 index cc49415dd..000000000 --- a/submissions/fatimaOlasunkanmiOjo/aboutMe/aboutme.txt +++ /dev/null @@ -1,2 +0,0 @@ -Hello, My name is Fatima Olasunkanmi-Ojo. -I want to get my first developer job as a software developer after this programme. \ No newline at end of file diff --git a/submissions/goodnessOlakanmi/HTML/Product-page.html b/submissions/goodnessOlakanmi/HTML/Product-page.html deleted file mode 100644 index cbc303195..000000000 --- a/submissions/goodnessOlakanmi/HTML/Product-page.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - Omman Calzature - - - - -
    -
    -

    We make your feet happy!

    -
    - Omman is a Nigeria based footwear and leatherworks establishment that
    aims to makes artistic, beautiful, comfortable and designer footwears
    for male and female, young and old. The aim is to make your feet
    happy, and we will do just that. -
    - -
    -
    - -
    -
    -

    Females

    -
    -
    -
    - leather-and-pvc -

    Leather and pvc slides (Brown): ₦ 3,000

    -

    These slides are the most comfy handmade
    leather slides. They are coupled with pvc
    straps which also screams comfort, class and
    chic all at once. -

    -
    - -
    - leopard-print -

    Leopard Print slippers: ₦ 3,000

    -

    These sllipers are the definition of casual
    yet classy. They will pair perfectly with
    your casual friday wears. -

    -
    -
    -
    - -
    -

    Shop for similar products

    - -
    - - - \ No newline at end of file diff --git a/submissions/goodnessOlakanmi/HTML/images/sample.jpg b/submissions/goodnessOlakanmi/HTML/images/sample.jpg deleted file mode 100644 index b835de7bd..000000000 Binary files a/submissions/goodnessOlakanmi/HTML/images/sample.jpg and /dev/null differ diff --git a/submissions/goodnessOlakanmi/HTML/images/samplee.jpg b/submissions/goodnessOlakanmi/HTML/images/samplee.jpg deleted file mode 100644 index a960be078..000000000 Binary files a/submissions/goodnessOlakanmi/HTML/images/samplee.jpg and /dev/null differ diff --git a/submissions/goodnessOlakanmi/aboutMe/About-Goodness.txt b/submissions/goodnessOlakanmi/aboutMe/About-Goodness.txt deleted file mode 100644 index b0131f189..000000000 --- a/submissions/goodnessOlakanmi/aboutMe/About-Goodness.txt +++ /dev/null @@ -1,4 +0,0 @@ -Hello! -My name is Goodness. -I hope to be able to create create mobile apps that will useful in my field (Publlic health) to monitor environmental parameters that influence the health of the masses. -I also want to be able to create fun apps, for the fun of it! \ No newline at end of file diff --git a/submissions/goodnessOlakanmi/html-forms/Contact-Form-Page.html b/submissions/goodnessOlakanmi/html-forms/Contact-Form-Page.html deleted file mode 100644 index 38fb14554..000000000 --- a/submissions/goodnessOlakanmi/html-forms/Contact-Form-Page.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Omman Calzature - - -

    Contact Form

    -
  • Contact Form
  • -
  • Product Page
  • -
    -
    - Personal Information -
    -

    -
    -

    - -

    -

    -
    - Enquiries and Requiries -
    -

    -
    -

    -
    -

    © 2020 Omman Calzature

    - - \ No newline at end of file diff --git a/submissions/hamdalatAlabi/HTML/images/bicycle1.PNG b/submissions/hamdalatAlabi/HTML/images/bicycle1.PNG deleted file mode 100644 index ce4a70eb6..000000000 Binary files a/submissions/hamdalatAlabi/HTML/images/bicycle1.PNG and /dev/null differ diff --git a/submissions/hamdalatAlabi/HTML/images/bicycle2.PNG b/submissions/hamdalatAlabi/HTML/images/bicycle2.PNG deleted file mode 100644 index e34e4683b..000000000 Binary files a/submissions/hamdalatAlabi/HTML/images/bicycle2.PNG and /dev/null differ diff --git a/submissions/hamdalatAlabi/HTML/index.html b/submissions/hamdalatAlabi/HTML/index.html deleted file mode 100644 index 320ccf6db..000000000 --- a/submissions/hamdalatAlabi/HTML/index.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - Kid's Bicycle - - - - -
    -

    Hamdy's Sport Shop

    -
    - - - -
    -

    Viki Kid's Bicycle

    - - Viki Bicycle - Viki Bicycle - -

    Price: $300

    - -

    Description: This Geekay Hashtag Kid's Mountain Bicycle is suitable - for all roads and can carry up to 100kg.It is lightweight and - very durable. It is available in white and orange.

    -
    - -
    -

    Similar Products

    - -
      -
    1. Geekay Kid's Bike
    2. -
    3. Thompson Kid's Bike
    4. -
    5. Raleigh Kid's Bike
    6. - - -
    - - -
    - - - - - \ No newline at end of file diff --git a/submissions/hamdalatAlabi/aboutMe/aboutMe.txt b/submissions/hamdalatAlabi/aboutMe/aboutMe.txt deleted file mode 100644 index e44175b5a..000000000 --- a/submissions/hamdalatAlabi/aboutMe/aboutMe.txt +++ /dev/null @@ -1,3 +0,0 @@ -At the end of this program, I hope to have gained the necessary skills to start a career -as a software engineer. In addition to this, I hope to have built a portfolio that I can -show potential employers. \ No newline at end of file diff --git a/submissions/hamdalatAlabi/html-forms/contact.html b/submissions/hamdalatAlabi/html-forms/contact.html deleted file mode 100644 index 3142a2473..000000000 --- a/submissions/hamdalatAlabi/html-forms/contact.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - Contact Form - - - - - - -
    -

    Hamdy's Sport Shop

    -
    - - -
    - - - - - -
    - - - -
    -
    - - -
    - - -
    -
    - - -
    - -
    -
    - - -
    - -
    -
    - - -
    - - - - - - diff --git a/submissions/idowuMariam/aboutMe/aboutme.txt b/submissions/idowuMariam/aboutMe/aboutme.txt deleted file mode 100644 index edc886006..000000000 --- a/submissions/idowuMariam/aboutMe/aboutme.txt +++ /dev/null @@ -1,3 +0,0 @@ -Hello world! My name is Idowu Mariam. My objectives from the Dufuna-Fem programme include: -1. Easy access to site data and manipulation legally -2. Become a proficient full stack developer \ No newline at end of file diff --git a/submissions/idowuMariam/forms/Contact-form.html b/submissions/idowuMariam/forms/Contact-form.html deleted file mode 100644 index 2dd7b2369..000000000 --- a/submissions/idowuMariam/forms/Contact-form.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - Contact Form - - -

    Contact Form

    -
    -

    -

    - -
    -
    -
    -
    - - -
    - - diff --git a/submissions/idowuMariam/html/Contact-form.html b/submissions/idowuMariam/html/Contact-form.html deleted file mode 100644 index b5cbc1912..000000000 --- a/submissions/idowuMariam/html/Contact-form.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - Contact Form - - -

    Contact Form

    -
    -

    -

    - -
    -
    -
    -
    - - -
    - - diff --git a/submissions/idowuMariam/html/images/pic-1.jpg b/submissions/idowuMariam/html/images/pic-1.jpg deleted file mode 100644 index 4105386b1..000000000 Binary files a/submissions/idowuMariam/html/images/pic-1.jpg and /dev/null differ diff --git a/submissions/idowuMariam/html/images/pic-2.jpg b/submissions/idowuMariam/html/images/pic-2.jpg deleted file mode 100644 index 745722e5b..000000000 Binary files a/submissions/idowuMariam/html/images/pic-2.jpg and /dev/null differ diff --git a/submissions/idowuMariam/html/product-page.html b/submissions/idowuMariam/html/product-page.html deleted file mode 100644 index 3a3b43756..000000000 --- a/submissions/idowuMariam/html/product-page.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - Product page - - - - -
    -

    Tailored Jean Trousers

    - -

    Price-$49.99

    -

    Description: A casual outfit that can be worn at any time of the day, - preferable for dinners and hangouts and also very comfy

    -
    -
    -

    Sweatshirt

    - -

    Price-$89.99

    -

    Description: A casual outift that can be used to protect one's body against - agressive sun rays and rain fall, and can also be used for jogging during cold days

    -
    -
    -

    Other Items

    - -
    - - - diff --git a/submissions/jimohKafayat/HTML/images/IMG_3486.PNG b/submissions/jimohKafayat/HTML/images/IMG_3486.PNG deleted file mode 100644 index 55b3ec482..000000000 Binary files a/submissions/jimohKafayat/HTML/images/IMG_3486.PNG and /dev/null differ diff --git a/submissions/jimohKafayat/HTML/images/myimage.PNG b/submissions/jimohKafayat/HTML/images/myimage.PNG deleted file mode 100644 index 11eb62d32..000000000 Binary files a/submissions/jimohKafayat/HTML/images/myimage.PNG and /dev/null differ diff --git a/submissions/jimohKafayat/HTML/productpage.html b/submissions/jimohKafayat/HTML/productpage.html deleted file mode 100644 index a68536e7e..000000000 --- a/submissions/jimohKafayat/HTML/productpage.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Kahf's Online Clothing Store - - -

    KAHF KOLLECTIONS

    - - - - - - - - Agrobay Page - - -

    AGROBAY

    -

    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

    -
      -
    1. Farmyclown Super Seeds and Nut
    2. -
    3. MGV Sunflower Seeds
    4. -
    5. Vedaka Flax Seeds
    6. -
    -