Giter Site home page Giter Site logo

assignment2's Introduction

Week 2. Build it from the ground up.

Create issues on the link below on the parent repo if you are stuck and want to talk about it. You can paste code, tag people and refer to other issues there. Link here: https://github.com/Code-the-Dream-School/web-basics-1-week-2

Welcome to week 2. You are going to start this assignment now, but are actually going to come back and finish it, in week 4. The first pass through you will not know nearly as much, in two weeks you will learn additional CSS that should help you more. But you should submit it both times!

This one should be fun(-ish).

  1. Wireframe out the front-page of your personal portfolio page with any tool you choose. It should contain links to other pages, maybe some information about yourself, possibly some information about your portfolio. Don't worry about color, font, or content yet. Just think about the sections you need and a basic layout for the web.

  2. Inside of your forked assignment repository create an issue, called "Wireframe for portfolio" and attach a screenshot of your portfolio front page wireframe to the issue ticket.

  3. Clone, and install your repository on your machine.

  4. Create and checkout a new git branch from your machine in your repository called 'setup'

  5. Correctly link a styles.css and an index.js javascript files into your index.html page.

  6. In the javascript file create a function that displays an alert that says "Welcome to a new journey and my new site" (or anything you want to alert really.

  7. Add and commit your changes. Create a commit message that says, "Added files and set up javascript alert". Push your branch back up to your remote by using the git push origin setup.

  8. Using what you know about HTML and CSS try begin trying to create an HTML structure that might match your wireframe. Think in sections and chunks and how sections are divided into subsections. Give divs class names that match your sections and reuse class names where it makes sense.

  9. Don't worry about colors or fonts. Using the css that you have already been taught begin trying to build a layout that matches your wireframe. Don't worry about getting it right, this will be hard, if not impossible to achieve. Document your questions, thoughts, etc. We will go over them in the mentor sessions.

  10. Add and commit your changes. Create a commit message that says, "Checked in some css and html". Push your branch back up to your remote by using the git push origin setup.

  11. Create a pull request from your new setup branch back into master. Approve your pull request.

  12. Checkout your master branch. Run 'git pull origin master'.

  13. If when viewing your master branch you have all of your changes from the setup branch on your master branch congratulations, you've made it through the second week! I'm sure you have a lot of questions about layout, responsinvesns, and all of the things you can do with css. Ask away at your mentor sessions, explore, etc.. This is an anitmation done in pure css drawings, with no images, just code. https://css-art.com/loving-car-pure-css-with-animation/

assignment2's People

Contributors

lorikhamala avatar

Watchers

James Cloos avatar  avatar

assignment2's Issues

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.