Giter VIP home page Giter VIP logo

frontend-code-test's Introduction

SAY Media Front-end Coder Test

Overview

This worksheet is intended to provide an opportunity for you, an engineering applicant, to demonstrate your software engineering knowledge.

The logic you employ and the approach you take to solve the problem are the most interesting to us. Each of the given problems have at least a handful of valid solutions, and possibly other solutions weʼve never seen. So, donʼt worry about finding “the” solution. Provide a solution that you like. You should NOT use any 3rd party plugins to solve any of the exercises.

Please review the exercises first. If anything is unclear or confusing, please contact us and we will help clarify any issues.

Most importantly, have fun!

Getting Started

To get started you'll fork our project at GitHub found at http://github.com/thrashr888/frontend_code_test.

git clone [email protected]:thrashr888/Frontend-Code-Test.git

Commit each exercise when you're done with it. For example:

git add .
git commit -m'Exercise #1'

Exercise #1

Create an HTML5 page with header, footer and main sections in index.html. The main section should contain a content section and a sidebar. Set the width of the content section to 660 pixels and the sidebar section to 300 pixels. Make the sidebar float to the right side of the content section.

Index.html should include these scripts:

The header section should contain a nav with three links:

  • Home ( index.html )
  • About ( /about )
  • Blog ( /blog )

Exercise #2

HTML Layout

In the content section, rebuild this design in HTML5 and CSS3. You don't need to perfectly match exact pixel sizes, fonts, or colors for this exercise but it should look as similar as possible. You can also use lorem-ipsum or placeholder text.

The image for the comment count can be found in the img folder. You can use placekitten.com for the larger images (e.g. <img src="http://placekitten.com/140/120" />).

Exercise #3

Make a new link called "Sidebar" in the nav that hides and shows the sidebar 3 seconds after you click on it. Make a new link called "Blue" in the nav that, on hover, turns all the links on the page blue except for the "Blue" link.

Finish Up

Before the time is up, commit your changes into git and push them back to the server.

git push origin master

Send us a link to your fork in GitHub and you're all done!

frontend-code-test's People

Contributors

thrashr888 avatar

Stargazers

 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.