HenryAgu / Bellmol

A portfolio website for Bellmol Global Resource, a Nigeria registered company that provides best professional and effective service.

Home Page:https://bellmol.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bellmol Global Resource

A portfolio website for Bellmol Global Resource, a Nigeria registered company that provides best professional and effective service.

Screenshot

bell 1

bell 2 bell 3 bell

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • jQuery (Animation On Scroll for the animation).
  • Bulma Css
  • javaScript
  • Email js

What I Learnt on the project

I learnt to use  Email js, which is a javaScript library that helps in handling your customer service form without backend involved and it can also give auto replies.
    emailjs
      .sendForm(
        "service_ffmpviw",
        "template_g2i81fs",
        form.current,
        "n8uI_C9Y46CPc068J"
      )
      .then(
        (result) => {
          console.log(result.text);
        },
        (error) => {
          console.log(error.text);
        }
      );

Author

About

A portfolio website for Bellmol Global Resource, a Nigeria registered company that provides best professional and effective service.

https://bellmol.netlify.app/


Languages

Language:CSS 88.0%Language:JavaScript 10.5%Language:HTML 1.5%