Skip to content

sakoh/wordpress-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Development Test

Assemble a small Wordpress site from scratch.

Requirements

All content must be editable in Wordpress.

  • home page
    • global menu which collapses on screens narrower than 768px. Pages in the menu can be empty but for a title.
      • About
      • Products
      • Contact
    • masthead image, full page width
    • 3 unique blocks of text
    • newsletter ajax signup form
      • uses admin-ajax.php
      • one text input: email
      • one button: signup
      • validate email structure using a regex pattern (just the structure [something]@[something].[something])
      • reports email validation back to the page

Delivery

A .zip archive containing:

  • your site's web root including wordpress, plugins, and uploads.
  • a .sql file of the database

About

Document that contains our WordPress test for candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.3%
  • JavaScript 15.8%
  • CSS 11.9%