GithubHelp home page GithubHelp logo

sign-up-template's Introduction

Hello Kyra.

You were asking about building a sign up page for something, this is a quick guide on what to do as one of your learning to code excercises.

What you are learning

  • HTML
  • CSS

(These are the things needed to present and format content.)

What software you need

You won't need to install ruby or anything to edit these but a text editor like Coda http://panic.com/coda/ would be ideal. There are free ones too - happy to recommend some but Coda has a free trial. You can technically edit your html/css with any text editor - so even TextEdit on your Mac will be suitable for your first try.

What files you're going to edit

  • Index.html This the page with all the content and html markup. Headings, paragraphs, links to images and layout elements all sit in here. Preview this by navigating to the index.html in your browser and hit refresh every time you make a change. Or you can use Coda's preview tool.

  • main.css This is the css file. This is the stylesheet where you add colours, borders, sizes and control the style of your html page. If you scroll down inside the file you will see an area I made you where you can add/edit css styles. Currently no colour or styling has been applied to the template.

There's plenty of resources around to help but always feel free to ask - even on twitter you'll get the answer.

  • Images You only need to worry about editing the above two files for the time being. However if you want to add any images/logos you can link to them in your html file and they should be stored in the /img/ directory.

  • Comments: Html html comments start with <!-- and end with --> For example: <!-- Edit the element below --> CSS css comments start with /* and end with */ For example: /* hello kyra */

Comments won't affect the design or behavior, they're there for your refecence but some of them you may want to remove as they can be visible if somebody looks at the source code. Most of them can stay apart form the ones I specifically put there for you :)

  • Form: Sign up to Campaign Monitor and create a free account. There will be a form snippet which you can copy and paste to replace my form field (which is just a dummy one)

If you get stuck, just shout

sign-up-template's People

Contributors

benbrignell avatar

Watchers

 avatar  avatar

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.