Create Responsive Landing Page Using HTML, CSS and JavaScript

0

 

Create Website Landing Page Using HTML, CSS and JavaScript

Would you like to create a great landing page using just plain HTML, CSS, and JavaScript programming languages?

 If your answer is yes, I would say, you have made the right decision.

One of the ways to design a web is to establish yourself in the internet world. On the landing page of a website, you can easily create simple HTML, CSS, and JavaScript programming languages. Also various programming languages ​​like data structure, SQL, etc. are used to make a website. But I will show you step by step how you can easily create a protocol landing page using HTML, CSS, and JavaScript programming languages. The landing page is the main page of the website. When a website is opened, this page will open first. There will be various options related to your website. Such as top menu bar, footer credits, etc. Here I have shown you the complete step by step how to create the web landing page shown below. Below are all the programming languages ​​used to create this landing page and how. You can download the source code from below or copy it and use it for your own purposes. In addition, the source code will help you to understand and learn a lot. You can watch the live demo of this website landing page by clicking on the live demo option below. Hope you like this landing page.


Some information about this landing page

This is a great website landing page built entirely using simple programming code. This landing page is all about the quality of a complete website. The background of this landing page has been completely animated and orange color has been used here first.

 Menu Bar: Here is a top menu bar. This top-menu bar has been fixed. This means that when you scroll down the web page, this menu bar will always be in the same place.
 Also added hover effect on this menu bar. When you hover or click on the menus in this menu bar, a white underline will be created under the menus.
Registration Button: An awesome animated registration button has been used here. From here users can register on your website. A little animation has been added here. When you move the mouse over or click on that button, this button will vibrate for two seconds.

 Site Description: Here is a little space to give you some basic description of your website or some information about the website. There are also options to share on Twitter and Facebook below.


<div class="home-content">
        <h1>The Conference</h1>
        <h2 class="section-heading">Milano • Sat 20 September 2018 • Sala Pastore</h2>
        <p>
          With a warning label this big, you know they gotta be fun! Probably you're ready to do any of those.
        </p>
        <div class="social-icon">
          <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
        </div>


Protocol: Here you can give pictures and information of some customers of your website or some employees associated with your website. It's designed with some of your customers and their reviews in mind. Here you can show pictures of some of your top customers and some of the information they say here.

Time Table: This is basically a list of your website or how your website works. This means a time table of when they will be able to find out any information from this website.


<div class="event-hours-container">
          <p class="event-hours">8:00 AM</p>
          <p class="event-hours">8:30 AM</p>
          <p class="event-hours">9:00 AM - 12:00 AM</p>
          <p class="event-hours">12:30 PM - 1:30 PM</p>
          <p class="event-hours">1:30 PM - 5:30 PM</p>
          <p class="event-hours">5:00 PM</p>
          <p class="event-hours">6:00 PM - 9:00 PM</p>
          <p class="event-hours">9:00 PM</p>
          <p class="event-hours">7:30 PM - 9:00 PM</p>
        </div>

Contact Form: The contact form is designed with this contact ID in mind so that the viewers who come to your website can contact you. Here you can basically give your name, address, picture, email id, mobile number, etc.


  <div class="content">
          <img class="auditorium-icon" src="https://image.ibb.co/iekv68/basic_geolocalize_01.png" alt="" />

          <h2 class="section-heading">Auditorium</h2>
          <p class="section-subtitle">The Location</p>

          <p class="auditorium-address">
            Corso Magenta, 52 20123 Milano
          </p>

          <p class="auditorium-phone">
            Tel. +39 02 92881877 Mob. +39 373 8126235
          </p>

          <p class="auditorium-email">
            E-Mail: info@salapastore.it
          </p>
        </div>

Sponsor-box: In many cases, many web sites have many sponsors, that is, some donations to run this website properly. You can show the name of that company or its information here. Which will help to increase the quality of the website a lot. When your users see the names of big companies on this list, they will be able to trust each of your products a lot more. With this in mind, I have added it here.

Registration Form: I have given the registration form below to register. So that your user can register on your web site. There are also various options for sharing on social media such as Twitter, Instagram, Facebook, etc. 

Footer Credit: Each website has its own footer credit. In other words, it is understood from here who is the original owner of a website. It is a must-have, for any Affiliate, promoting any program. With that in mind, here I have given footer credit below.

All in all, it can be called a complete web landing page. I have tried to put everything on the entire website on this website page. I hope you like this landing page. Below I have shown you how to create or learn how to create this landing page. I have used simple programming code so that you can learn very easily. 


How to Create a landing page Using HTML, CSS, JavaScript

 I used basic HTML, CSS, and JavaScript programming language to create this landing page. When creating it I used completely simple code with new programmers in mind. So that everyone can understand and learn.


I would like to make a special request to you before copying the following codes. You can download the codes from here by clicking on the download button above without copying the codes. I encountered some issues with Google when I uploaded these codes. I have added some comments in this code for this problem. If you use these codes, you will not have any problems. Because these comments do not change your programming in any way. But it would be best if you download the codes by clicking on the download button above.


HTML TAGS (<body> Add Code </body>)

This code is an HTML code (rename.html). Put this code in the head tags of your project and also in the head tags in the HTML file.


<div class="container">
    <section id="home">

      <div class="menu-btn">Menu</div>

      <nav>
        <a href="#home">Home</a>
        <a href="#speakers">Speakers</a>
        <a href="#agenda">Agenda</a>
        <a href="#auditorium">Auditorium</a>
        <a href="#sponsors">Sponsors</a>
      </nav>

      <div class="home-content">
        <h1>The Conference</h1>
        <h2 class="section-heading">Milano • Sat 20 September 2018 • Sala Pastore</h2>
        <p>
          With a warning label this big, you know they gotta be fun! Probably you're ready to do any of those.
        </p>
        <div class="social-icon">
          <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
        </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
        <div class="social-icon">
          <a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
        </div>
        <a class="register-btn hvr-buzz-out" href="#">Register Now</a>
      </div>
    </section>
    <!-- home section -->

    <section id="speakers">
      <img class="speaker-icon" src="https://image.ibb.co/ixMeYo/music_microphone_old.png" alt="Microphone Icon" />
      <h2 class="section-heading">Speakers</h2>
      <p>
        Have you ever tried just turning off the TV, sitting down with your children, and hitting them? Noooooo! You can crush me but you can't crush my spirit! Uh, is the puppy mechanical in any way?
      </p>

      <div class="main-speaker">
        <div class="main-speaker-img-container">
          <img src="https://images.pexels.com/photos/897314/pexels-photo-897314.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Photo of a woman" />
        </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
        <div class="main-speaker-info">
          <h3>Whatever Whomever</h3>

          <p>And remember, don't do anything that affects anything, unless it turns out you were supposed to, in which case, for the love of God, don't not do it!</p>

          <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>

          <span class="tip1"></span>
        </div>
      </div>
      <!-- main speaker -->

      <div class="speakers-container">
        <div class="speaker">
          <div class="speaker-img-container">
            <img src="https://images.pexels.com/photos/953266/pexels-photo-953266.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Photo of a woman" />
          </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
          <div class="speaker-info">
            <h3>Whatever Whomever</h3>

            <p>And remember, don't do anything that affects anything, unless it turns out you were supposed to.</p>

            <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>

            <span class="tip2"></span>
          </div>
        </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
        <div class="speaker">
          <div class="speaker-img-container">
            <img src="https://images.pexels.com/photos/253758/pexels-photo-253758.jpeg?h=350&auto=compress&cs=tinysrgb" alt="Photo of a woman" />
          </div>

          <div class="speaker-info">
            <h3>Whatever Whomever</h3>

            <p>Unless it turns out you were supposed to, in which case, for the love of God, don't not do it!</p>

            <a href="https://www.twitter.com"  target="_blank"><i class="fab fa-twitter"></i></a>

            <span class="tip3"></span>
          </div>
        </div>
      </div>
     <!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->

      <div class="speakers-container">
        <div class="speaker">
          <div class="speaker-info">
            <h3>Whatever Whomever</h3>

            <p>And remember, don't do anything that affects anything, unless it turns out you were supposed to.</p>

            <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>

            <span class="tip4"></span>
          </div>

          <div class="speaker-img-container">
            <img src="https://images.pexels.com/photos/818819/pexels-photo-818819.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Photo of a woman" />
          </div>
        </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
        <div class="speaker">
          <div class="speaker-info">
            <h3>Whatever Whomever</h3>

            <p>Unless it turns out you were supposed to, in which case, for the love of God, don't not do it!</p>

            <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>

            <span class="tip5"></span>
          </div>

          <div class="speaker-img-container">
            <img src="https://images.pexels.com/photos/871495/pexels-photo-871495.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Photo of a woman" />
          </div>
        </div>
      </div>
      <!-- speakers container -->

    </section>
  <!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->

    <section id="agenda">
      <img class="agenda-icon" src="https://image.ibb.co/gpBreT/basic_alarm.png" alt="Alarm Icon" />
      <h2 class="section-heading">Agenda</h2>

      <p class="section-subtitle">Conference Schedule</p>

      <h2 class="agenda-subheading">Milano • Sat 20 September 2018 Sala Pastore</h2>
      <div class="events-container">
        <div class="event-hours-container">
          <p class="event-hours">8:00 AM</p>
          <p class="event-hours">8:30 AM</p>
          <p class="event-hours">9:00 AM - 12:00 AM</p>
          <p class="event-hours">12:30 PM - 1:30 PM</p>
          <p class="event-hours">1:30 PM - 5:30 PM</p>
          <p class="event-hours">5:00 PM</p>
          <p class="event-hours">6:00 PM - 9:00 PM</p>
          <p class="event-hours">9:00 PM</p>
          <p class="event-hours">7:30 PM - 9:00 PM</p>
        </div>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
        <div class="event-title-container">
          <p class="event-title">Check In</p>
          <p class="event-title">Breakfast / Coffee</p>
          <p class="event-title">Pre-Conference Trainings</p>
          <p class="event-title">Lunch</p>
          <p class="event-title">Pre-Conference Trainings</p>
          <p class="event-title">City tour & Activities</p>
          <div class="featured-event">

            <img class="event-icon" src="https://image.ibb.co/frOF68/basic_todo_txt.png" alt="" />

            <p class="feat-event-heading">The Conference talks</p>
            <p class="feat-event">Oh dear! She's stuck in an infinite loop, and he's an idiot! Well, that's love for you. Uhh… also, comes with double prize money. It doesn't look so shiny to me.</p>
          </div>
          <p class="event-title">Welcome Dinner</p>
          <p class="event-title">Sponsors Reception</p>
        </div>
      </div>
    </section>
    <!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
    <section id="auditorium">
      <div class="content-container">
        <div class="content">
          <img class="auditorium-icon" src="https://image.ibb.co/iekv68/basic_geolocalize_01.png" alt="" />

          <h2 class="section-heading">Auditorium</h2>
          <p class="section-subtitle">The Location</p>

          <p class="auditorium-address">
            Corso Magenta, 52 20123 Milano
          </p>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
          <p class="auditorium-phone">
            Tel. +39 02 92881877 Mob. +39 373 8126235
          </p>

          <p class="auditorium-email">
            E-Mail : info@salapastore.it
          </p>
        </div>
      </div>
    </section>
  <!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->

    <section id="sponsors">
      <img class="sponsors-icon" src="https://image.ibb.co/maSmDo/basic_bookmark.png" alt="" />

      <h2 class="section-heading">Sponsors</h2>

      <p class="section-subtitle">The Conference Partners</p>

      <div class="sponsor-logo-container">
        <img class="hp-logo" alt="HP logo" src="https://cdn2.iconfinder.com/data/icons/metro-uinvert-dock/256/HP.png" />

        <img class="microsoft-logo" alt="Microsoft logo" src="https://cdn4.iconfinder.com/data/icons/flat-brand-logo-2/512/microsoft-256.png" />

        <img  class="blogger-logo" alt="Blogger logo" src="https://cdn2.iconfinder.com/data/icons/social-media-icon-set-6/94/blogger-256.png" />

        <img class="vimeo-logo" alt="Vimeo logo" src="https://prowly-uploads.s3.amazonaws.com/uploads/PressRoom/563/cover_photo/large_slack-imgs.com.png" />

        <img class="mastercard-logo" alt="Mastercard logo" src="https://www.shareicon.net/download/2015/09/18/103190_card.ico" />

        <img class="bausch-logo" alt="Bausch logo" src="https://crunchbase-production-res.cloudinary.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco/v1397197824/d7f92ce66c7bc544df29784bb933ed82.gif" />
      </div>

      <a class="become-sponsor-btn" href="#">Become a Sponsor</a>
    </section>
  <!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->

    <footer>
      <p class="footer-title">The Conference</p>

      <div class="social-icon-container">
        <a href="mailto:best@email.com" target="_blank"><img class="email-icon" src="https://image.ibb.co/c1n8R8/basic_mail.png" alt=""/></a>

        <div class="footer-icon">
          <a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
        </div>

        <div class="footer-icon">
          <a href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
        </div>
      </div>

      <a class="register-today-btn" href="#">Register Today</a>

      <span class="copyright">Copyright &copy; 2015 Pixeden. All Rights Reserved.</span>
    </footer>
<!--

  if i had more time i would make:
    1) the menu collapse into three bars that:
      a) animates when clicked on
      b) expands into a sidebar style menu
    2) make the footer more detailed (using CSS3 grid)
    
   -->
  </div>



CSS CODE (<head><style> Add code</style></head>)

This code is a CSS code (rename.css). You enter this code in the style tags in the head tags of your project. Also, you put in the style tags in the CSS file.


*,
*::before,
*::after {
  box-sizingborder-box;
}

html {
  font-familysans-serif;
  line-height1.15;
  -webkit-text-size-adjust100%;
  -ms-text-size-adjust100%;
  -ms-overflow-stylescrollbar;
  -webkit-tap-highlight-colortransparent;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  displayblock;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
body {
  margin0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue"Arialsans-serif"Apple Color Emoji""Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size1rem;
  font-weight400;
  line-height1.5;
  color#212529;
  text-alignleft;
  background-color#fff;
}

[tabindex="-1"]:focus {
  outline0 !important;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
hr {
  box-sizingcontent-box;
  height0;
  overflowvisible;
}

h1,
h2,
h3,
h4,/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
h5,
h6 {
  margin-top0;
  margin-bottom0.5rem;
}

p {
  margin-top0;
  margin-bottom1rem;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
abbr[title],
abbr[data-original-title] {
  -webkit-text-decorationunderline dotted;
  text-decorationunderline dotted;
  cursorhelp;
  border-bottom0;
}

address {
  margin-bottom1rem;
  font-stylenormal;
  line-heightinherit;
}

ol,
ul,
dl {
  margin-top0;
  margin-bottom1rem;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom0;
}

dt {
  font-weight700;
}

dd {
  margin-bottom0.5rem;
  margin-left0;
}

blockquote {
  margin0 0 1rem;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
dfn {
  font-styleitalic;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
b,
strong {
  font-weightbolder;
}

small {
  font-size80%;
}

sub,
sup {
  positionrelative;
  font-size75%;
  line-height0;
  vertical-alignbaseline;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
sub {
  bottom-0.25em;
}

sup {
  top-0.5em;
}

a {
  color#007bff;
  text-decorationnone;
  background-colortransparent;
  -webkit-text-decoration-skip: objects;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
a:hover {
  color#0056b3;
  text-decorationunderline;
}

a:not([href]):not([tabindex]) {
  colorinherit;
  text-decorationnone;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  colorinherit;
  text-decorationnone;
}

a:not([href]):not([tabindex]):focus {
  outline0;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
pre,
code,
kbd,
samp {
  font-familymonospacemonospace;
  font-size1em;
}

pre {
  margin-top0;
  margin-bottom1rem;
  overflowauto;
  -ms-overflow-stylescrollbar;
}

figure {
  margin0 0 1rem;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/

img {
  vertical-alignmiddle;
  border-stylenone;
}

svg:not(:root) {
  overflowhidden;
}

table {
  border-collapsecollapse;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
caption {
  padding-top0.75rem;
  padding-bottom0.75rem;
  color#6c757d;
  text-alignleft;
  caption-sidebottom;
}

th {
  text-aligninherit;
}

label {
  displayinline-block;
  margin-bottom0.5rem;
}

button {
  border-radius0;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
button:focus {
  outline1px dotted;
  outline5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin0;
  font-familyinherit;
   font-sizeinherit;
  line-heightinherit;
}

button,
input {
  overflowvisible;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
button,
select {
  text-transformnone;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding0;
  border-stylenone;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
input[type="radio"],
input[type="checkbox"] {
  box-sizingborder-box;
  padding0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflowauto;
  resizevertical;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
fieldset {
  min-width0;
  padding0;
  margin0;
  border0;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
legend {
  displayblock;
  width100%;
  max-width100%;
  padding0;
  margin-bottom0.5rem;
  font-size1.5rem;
  line-heightinherit;
  colorinherit;
  white-spacenormal;
}

progress {
  vertical-alignbaseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  heightauto;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
[type="search"] {
  outline-offset-2px;
  -webkit-appearancenone;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearancenone;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
::-webkit-file-upload-button {
  fontinherit;
  -webkit-appearance: button;
}

output {
  displayinline-block;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
summary {
  displaylist-item;
  cursorpointer;
}

template {
  displaynone;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
[hidden] {
  displaynone !important;
}
/*end of reboot styling */
.container {
  color#464646;
}

.container  a:hover {
  text-decorationnone;
}

#home {
  background-imageurl(https://image.ibb.co/kPHQpT/bg.png);
  background-repeatno-repeat;
  background-position50% 0;
  background-attachmentfixed;
  color#fff;
  width100%;
}

#home .section-heading {
  padding-bottom1.4em;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  #home {
    background-sizecover;
  }
  #home .section-heading {
    margin-top-15px;
  }
  #home .section-heading:after {
    left11px;
  }
}

nav {
  text-transformuppercase;
  width100%;
  displaynone;
  font-weight600;
  positionfixed;
  margin0 auto;
  text-aligncenter;
  z-index10;
  transition: margin-top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
nav a {
  displayblock;
  positionrelative;
  color#fff;
  padding1em 0;
  margin0 0.7em;
  font-family: Montserrat, sans-serif;
  font-size0.9em;
  letter-spacing1px;
}

nav a:before {
  content"";
  positionabsolute;
  width100%;
  height2px;
  bottom0;
  left0;
  background-color#fff;
  visibilityhidden;
  transformscaleX(0);
  transitionall 0.2s ease-in-out 0s;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
nav a:hover {
  color#fff;
}

nav a:hover:before {
  visibilityvisible;
  transformscaleX(1);
}

@media all and (min-width768px) {
  nav {
    displayblock;
    text-alignright;
    margin-top1em;
    padding0.5em 2em;
  }
  nav a {
    displayinline-block;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.nav-scrolled {
  background-color#fff;
  margin-top0;
}

.nav-scrolled a {
  color#000;
}

.nav-scrolled a:before {
  background-color#000;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.nav-scrolled a:hover {
  color#000;
}

.home-content {
  width90%;
  margin0 auto;
  text-aligncenter;
  padding-bottom0.5em;
  transition: margin-top 0.5s ease;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  .home-content {
    padding9em 4.5em;
    margin0;
    text-alignleft;
  }
}

.push-content {
  margin-top250px;
}

.open-nav {
  transition: display 1s ease;
  displayblock;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.menu-btn {
  text-transformuppercase;
  cursorpointer;
  padding1em;
  font-size1.5em;
  max-width130px;
  displayinline-block;
}

@media all and (min-width768px) {
  .menu-btn {
    displaynone;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
h1 {
  text-transformuppercase;
  font-family"Allerta"sans-serif;
  font-size4.5em;
  overflowhidden;
  text-overflowellipsis;
  line-height1.2;
}

@media all and (min-width768px) {
  h1 {
    margin-left-10px;
    padding-bottom10px;
  }
}

.section-heading {
  text-transformuppercase;
  positionrelative;
  font-family: Montserrat, sans-serif;
  font-size1.3em;
  font-weight800;
  letter-spacing1px;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.section-heading:after {
  content"";
  positionabsolute;
  width20px;
  height1px;
  bottom0;
  left50%;
  transformtranslateX(-50%);
  background-color#fff;
}

.home-content p {
  padding0.7em 0;
}

@media all and (min-width768px) {
  .home-content p {
    font-size1.3em;
    max-width550px;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.social-icon {
  displayinline-block;
  font-size1.3em;
  width35px;
  height35px;
  border-radius50%;
  text-aligncenter;
  margin0 4px;
  colortomato;
   background-color#fff;
}

.social-icon span {
  displayinline-block;
  margin7px 0;
}

.social-icon a {
  colortomato;
  transitioncolor 0.3s ease-in-out;
}

.social-icon a:hover {
  color#42a8bf;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.register-btn {
  text-transformuppercase;
  margin2em auto;
  width230px;
  displayblock;
  border1px solid #fff;
  color#fff;
  padding1em;
  text-aligncenter;
  font-size1.3em;
  transition: background-color 0.3s ease-in-outcolor 0.3s ease-in-out;
}

.register-btn:hover {
  text-decorationnone;
  colortomato;
  background-color#fff;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  .register-btn {
    margin2em 0;
    background-color#42a8bf;
    border2px solid #fff;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@keyframes hvr-buzz-out {
  10% {
    transformtranslateX(3pxrotate(2deg);
  }/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
  20% {
    transformtranslateX(-3pxrotate(-2deg);
  }
  30% {
    transformtranslateX(3pxrotate(2deg);
  }
  40% {
    transformtranslateX(-3pxrotate(-2deg);
  }
  50% {
    transformtranslateX(2pxrotate(1deg);
  }
  60% {
    transformtranslateX(-2pxrotate(-1deg);
  }
  70% {
    transformtranslateX(2pxrotate(1deg);
  }
  80% {
    transformtranslateX(-2pxrotate(-1deg);
  }
  90% {
    transformtranslateX(1pxrotate(0);
  }
  100% {
    transformtranslateX(-1pxrotate(0);
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.hvr-buzz-out {
  vertical-alignmiddle;
  transformperspective(1pxtranslateZ(0);
  box-shadow0 0 1px transparent;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  animation-name: hvr-buzz-out;
  animation-duration0.75s;
  animation-timing-functionlinear;
  animation-iteration-count1;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
h3,
.register-btn,
.section-subtitle,
.agenda-subheading,
.become-sponsor-btn,
.register-today-btn {
  font-family: Montserrat, sans-serif;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
p,
.copyright {
  font-family"Open Sans"sans-serif;
}

#speakers {
  padding-top4em;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/

#speakers h3 {
  font-weight600;
}

#speakers a {
  font-size1.3em;
  color#000;
  transitioncolor 0.3s ease-in-out;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
#speakers a:hover {
  color#4ca6de;
}

@media all and (min-width768px) {
  #speakers {
    padding-top4.5em;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.speaker-icon {
  displayblock;
  margin0 auto;
  width40px;
  padding-bottom1em;
}

#speakers .section-heading,
#speakers > p {
  text-aligncenter;
  width80%;
  margin0 auto;
  font-size1.1em;
}

@media all and (min-width768px) {
  #speakers .section-heading,
  #speakers > p {
    width60%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
#speakers > p {
  padding-bottom4em;
}

.main-speaker,
.speakers-container,
.speaker {
  displayflex;
  flex-directioncolumn;
}

@media all and (min-width576px) {
  .speakers-container {
    flex-directionrow;
  }
  .speaker {
    width50%;
  }
  .speaker-info {
    height350px;
    width100%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  .main-speaker {
    flex-directionrow;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.speaker-img-container {
  width100%;
  height350px;
  overflowhidden;
}

.speaker-info:nth-child(odd) {
  order2;
}

.speaker-img-container:nth-child(even) {
  order1;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  .main-speaker-img-container,
  .main-speaker-info {
    width50%;
  }
}

@media all and (min-width992px) {
  .speaker {
    flex-directionrow;
    width50%;
  }
  .speaker-info:nth-child(odd) {
    order1;
  }
  .speaker-img-container:nth-child(even) {
    order2;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.main-speaker-img-container {
  height350px;
  overflowhidden;
}

.main-speaker img,
.speaker img {
  height100%;
  width100%;
  object-fitcover;
  filtergrayscale(100%);
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.main-speaker-info,
.speaker-info {
  text-aligncenter;
  padding2em 1em;
}

.main-speaker-info h3,
.speaker-info h3 {
  text-transformuppercase;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width768px) {
  .main-speaker-info h3,
  .speaker-info h3 {
    padding-top4.5em;
  }
  .main-speaker-info,
  .speaker-info {
    padding0;
  }
}

.main-speaker-info p,
.speaker-info p {
  positionrelative;
  padding1.5em;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.main-speaker-info p:after,
.speaker-info p:after {
  content"";
  positionabsolute;
  width70px;
  height1px;
  bottom0;
  left50%;
  transformtranslateX(-50%);
  background-colorblack;
}

.main-speaker,
.speaker {
  positionrelative;
  transition: background-color 0.3s ease-in-out;
}/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/

.main-speaker,
.speaker:hover {
  background-color#fff1e2;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.tip1,
.tip2,
.tip3,
.tip4,
.tip5 {
  opacity0;
   positionabsolute;
  width125px;
  padding5px;
  z-index1;
  transition: opacity 0.3s ease-in-out;
  top48.9%;
  left50%;
}

.tip1 {
  opacity1;
  top45.5%;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.tip1:before,
.tip2:before,
.tip3:before,
.tip4:before,
.tip5:before {
  content"";
  displayblock;
  width0;
  height0;
  positionabsolute;
  left-8px;
  top7px;
  border-width15px;
  border-stylesolid;
  border-colortransparent transparent #fff1e2 transparent;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width768px) {
  .tip1 {
    left47.2%;
  }
  .tip1:before {
    border-colortransparent #fff1e2 transparent transparent;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width992px) {
  .tip2,
  .tip3 {
    top45%;
    left46.8%;
  }
  .tip2:before,
  .tip3:before {
    border-colortransparent #fff1e2 transparent transparent;
  }
  .tip4,
  .tip5 {
    top45%;
    left51.2%;
  }
  .tip4:before,
  .tip5:before {
    border-colortransparent transparent transparent #fff1e2;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width1400px) {
  .tip2,
  .tip3 {
    left47.5%;
  }
  .tip4,
  .tip5 {
    left51%;
  }
}

@media all and (min-width1700px) {
  .tip2,
  .tip3 {
    left47.7%;
  }
  .tip4,
  .tip5 {
    left50.5%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.speaker:hover .tip2,
.speaker:hover .tip3,
.speaker:hover .tip4,
.speaker:hover .tip5 {
  opacity1;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width321px) {
  .tip1 {
    top47.2%;
  }
}

@media all  and (min-width370px) {
  .tip1 {
    top49%;
  }
}

@media all and (min-width457px) {
  .tip1 {
    top51%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width620px) {
  .tip1 {
    top53%;
  }
}

@media all and (min-width800px) {
  .tip1 {
    left47.7%;
  }
}

@media all and (min-width920px) {
  .tip1 {
    left48.4%;
  }
}

@media all and (min-width1400px) {
  .tip1 {
    left48.9%;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/

@media all and (min-width2200px) {
  .tip1 {
    left49.1%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width2500px) {
  .tip1 {
    left49.2%;
  }
}

@media all and (min-width321px) {
  .tip2,
  .tip4 {
    top49%;
  }
  .tip3,
  .tip5 {
    top51%;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width336px) {
  .tip2,
  .tip4 {
    top51%;
  }
}

@media all and (min-width430px) {
  .tip3,
  .tip5 {
    top53%;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width458px) {
  .tip2,
  .tip4 {
    top53%;
  }
}

@media all and (min-width576px) {
  .tip2,
  .tip3,
  .tip4,
  .tip5 {
    top44.8%;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
#agenda {
  text-aligncenter;
  padding5em 1em;
}

#agenda .section-heading,
#agenda .agenda-subheading {
  font-size1.4em;
  padding-bottom0;
  margin0 auto;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
#agenda .agenda-subheading {
  text-transformuppercase;
   padding-bottom1em;
  max-width450px;
  font-weight600;
}

@media all and (min-width576px) {
  #agenda {
    padding8em 2em;
  }
}

.agenda-icon {
  width40px;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.section-subtitle {
  font-weight800;
  font-styleitalic;
  font-size0.8em;
  margin-top-5px;
  color#9a9a9a;
}

.events-container {
  displayflex;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.event-hours-container,
.event-title-container {
  width50%;
}

.event-title-container {
  displayflex;
  flex-directioncolumn;
  align-itemsflex-start;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.event-icon {
  width40px;
  displayinline-block;
}

.event-hours {
  font-weight600;
  font-family: Montserrat, sans-serif;
  border1px solid transparent;
  text-alignright;
}

.event-hours:nth-child(8) {
  margin-top137px;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (max-width400px) {
  .event-hours:nth-child(3),
  .event-hours:nth-child(4) {
    margin-top83px;
  }
  .event-hours:nth-child(5) {
    margin-top-20px;
  }
  .event-hours:nth-child(6) {
    margin-top80px;
  }
  .event-hours:nth-child(7) {
    margin-top120px;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (max-width322px) {
  .event-hours:nth-child(8) {
    margin-top340px;
  }
  .event-hours:last-child {
    margin-top80px;
  }
}

@media all and (min-width323px) {
  .event-hours:nth-child(8) {
    margin-top275px;
  }
  .event-hours:last-child {
    margin-top80px;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width380px) {
  .event-hours:nth-child(8) {
    margin-top255px;
  }
  .event-hours:last-child {
    margin-top60px;
  }
}

@media all and (min-width586px) {
  .event-hours:nth-child(8) {
    margin-top140px;
  }
  .event-hours:last-child {
    margin-top55px;
  }
}

@media all and ( min-width498px) and (max-width544px) {
  .event-hours:nth-child(8) {
    margin-top198px;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width464px) and (max-width544px) {
  .event-hours:nth-child(4) {
    margin-top82px;
  }
  .event-hours:nth-child(6) {
    margin-top85px;
  }
}

@media all and (min-width545px) and (max-width677px) {
  .event-hours:nth-child(8) {
    margin-top180px;
  }
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width677px) and (max-width839px) {
  .event-hours:nth-child(8) {
    margin-top160px;
  }
}

.event-title {
  border1px solid #2f2f2f;
  positionrelative;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.event-title:after {
  content"";
  positionabsolute;
  width1px;
  height30px;
  bottom-45px;
  left-1px;
  background-color#2f2f2f;
}

.event-title:last-child:before {
  content"";
  positionabsolute;
  width8px;
  height8px;
  bottom-90px;
  left-5px;
  background-color#2f2f2f;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.event-title,
.event-hours {
  padding1.5em 1em;
  font-size1.15em;
  margin-bottom3em;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.featured-event {
  color#fff;
  background-color#2f2f2f;
  margin-bottom3em;
  positionrelative;
  text-alignleft;
  padding1.5em 1em;
  max-width560px;
}

.featured-event:after {
  content"";
  positionabsolute;
  width1px;
  height30px;
  bottom-40px;
  left0;
  background-color#2f2f2f;
}/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/

.featured-event .feat-event-heading {
  displayinline-block;
}

.featured-event .feat-event {
  font-size0.9em;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
#auditorium {
  width100%;
   padding-top8em;
  padding-bottom20em;
  background-imageurl(https://image.ibb.co/mFFEYo/photo_1477281765962_ef34e8bb0967.jpg);
  background-repeatno-repeat;
  background-sizecover;
  background-attachmentfixed;
}

#auditorium .content-container {
  padding3em;
  background-color#fff;
  margin0 auto;
  positionrelative;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
#auditorium .content {
  text-aligncenter;
  max-width160px;
  margin0 auto;
}

@media all and (min-width768px) {
  #auditorium .content-container {
    width80%;
  }
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
@media all and (min-width992px) {
  #auditorium {
    height900px;
  }
  #auditorium .content-container {
    width500px;
    top20%;
    transformtranslateY(-20%);
  }
}

@media all and (min-width1200px) {
  #auditorium .content-container {
    width580px;
  }
}

.auditorium-icon {
  width40px;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.auditorium-address {
  font-styleitalic;
}

.auditorium-phone {
  font-size0.9em;
}

.auditorium-email {
  font-size0.8em;
}

#sponsors {
  padding4.5em 2em;
  text-aligncenter;
  margin-bottom3em;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/

#sponsors img {
  margin0 0.5em;
  filtergrayscale(100%);
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
@media all and (min-width768px) {
  .sponsor-logo-container {
    margin-top-30px;
  }
}

.sponsors-icon {
  width40px;
  padding-bottom20px;
}

.hp-logo {
  width60px;
}/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/

.microsoft-logo,
.bausch-logo {
  width180px;
}

.blogger-logo {
  width50px;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.mastercard-logo,
.vimeo-logo {
  width100px;
}

.become-sponsor-btn {
  text-transformuppercase;
  margin2em auto;
  padding1.5em;
  text-aligncenter;
  font-size1.1em;
  font-weight800;
  transition : background-color 0.3s ease-in-outcolor 0.3s ease-in-out;
  color#464646;
  border1px solid #464646;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/

.become-sponsor-btn:hover {
  color#fff;
  background-color#464646;
  text-decorationnone;
}

footer {
  padding-top3em;
  text-aligncenter;
  background-color#fff1e2;
  color#464646;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.footer-title {
  font-family: Allerta, sans-serif;
  font-size3.2em;
  text-transformuppercase;
}

.social-icon-container {
  margin-bottom3em;
}

.email-icon {
  width40px;
  margin-top-5px;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.footer-icon {
  displayinline-block;
  font-size1.3em;
  width35px;
  height35px;
  border-radius50%;
  text-aligncenter;
  margin0 4px;
  color#fff;
  background-color#464646;
}

.footer-icon span {
  displayinline-block;
  margin7px 0;
}

.footer-icon a {
  color#fff;
  transitioncolor 0.3s ease-in-out;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/
.register-today-btn {
  text-transformuppercase;
  margin2em auto;
  padding1.5em;
  text-aligncenter;
  font-size1.1em;
  font-weight800;
  transition: background-color 0.3s ease-in-outcolor 0.3s ease-in-out;
  color#464646;
  border1px solid #464646;
}
/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
.register-today-btn:hover {
  color#fff;
  background-color#464646;
  text-decorationnone;
}

.copyright {
  displayblock;
  padding5em;
  font-size0.8em;
  font-styleitalic;
}
/*stroke-dasharray: 700;
  stroke-dashoffset: 1000;*/

JavaScript CODE (<head><script> Add code</script></head>)

$(window).scroll(function() {
  var scroll = $(window).scrollTop();
  if (scroll > 700) {
    $("nav").addClass("nav-scrolled");
  } else {
    $("nav").removeClass("nav-scrolled");
  }
});

/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
$(".menu-btn").on("click"function() {
  $("nav").fadeToggle("fast"function() {});
  // Pushes content down when nav is opened
  $(".home-content").toggleClass("push-content");
});

/*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
$("a").on("click"function(event) {
   
  if (this.hash !== "") {
  
    event.preventDefault();
 
    var hash = this.hash;

      $("html, body").animate(
      {
        scrollTop: $(hash).offset().top
      },
      800,
      function() {
        /*  display: inline-block;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 3px;*/
        window.location.hash = hash;
      }
    );
  }  
});

Hope you learned how I created the landing page. If you encounter any problems while creating this web landing page, you can definitely let me know by commenting below or by emailing me at my email id. I will totally help you to learn and know how I created this landing page.


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
To Top