GithubHelp home page GithubHelp logo

anusontarangkul / css-run-buddy Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.91 MB

Landing Page

Home Page: https://anusontarangkul.github.io/run-buddy/

License: MIT License

HTML 80.92% CSS 19.08%

css-run-buddy's Introduction

Run Buddy

A landing page to practice HTML and CSS. This page has a form for users to sign up as a Call To Action. The nave bar connects to the different sections of the page to introduce Run Buddy and it's features.

Animated Gif

Table of Contents

Project Introduction Table of Contents Development Highlights
Deployment Description of Page Building Code Hightlights
Technologies Used Credits License

Development Hightlights

  • Turn mockup into app
  • Form call to action
  • Navbar with links
  • Seperate privacy link page
  • Plain HTML and CSS

Deployed

Deployment

This app is deployed using GitHub pages.

Description of Page Building

  • In assets

    • CSS for application
    • Images for application
    • Screenshot for README
  • In root

    • Index page
    • Privacy page
    • README

Code Hightlights

Form text inputs

          <label for="name">Enter full name</label>
          <input
            type="text"
            placeholder="Your name"
            name="name"
            id="name"
            class="form-input"
          />
          <label for="email">Enter email address:</label>
          <input
            type="email"
            placeholder="Email Adress"
            name="email"
            id="email"
            class="form-input"
          />
          <label for="phone">Enter a telephone number:</label>
          <input
            type="tel"
            placeholder="Phone Number"
            name="phone"
            id="phone"
            class="form-input"
          />

Use absolute position to style the hero form inside hero section.

        .hero {
        background-image: url('../images/hero-bg.jpeg');
        height: 600px;
        background-size: cover;
        background-position: center;
        position: relative;
        }

        .hero-form {
        color: #024e76;
        background-color: #fce138;
        padding: 20px;
        width: 500px;
        border: solid 3px #024e76;
        position: absolute;
        bottom: 120px;
        right: 140px;
        }`

Technologies Used

  • HTML
  • CSS

Credits

David Anusontarangkul Linkedin LinkedIn GitHub GitHub

License

License: MIT

css-run-buddy's People

Contributors

anusontarangkul avatar danusontarangkul avatar

Watchers

 avatar

css-run-buddy's Issues

Updates for Hero Section

Updates for Hero Section

Content Requirements

  • Heading: "Start Building Habits."
  • Text Body: Lorem ipsum text placeholder
  • Download new hero image for hero section

Questions/suggestions for Design Team

*What will be the marketing next?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.