Coder Social home page Coder Social logo

javapic's Introduction

Javapic

"You're beautiful" is our slogan, and our website reflects that. Help get our Javascript there.

Students have been 'hired' to add functionality to the Javapic website (no, it doesn't pay). The photo gallery site has a landing page that needs a rotating background image in the jumbotron. If users want to see the images in the gallery, they need to join the site via the sign-up form. Once they've signed up, they can see the photo gallery, and select click a photo to see a larger version of it.

Required Functionality

  • index.html
    • have the background image of the jumbotron change to another image in the folder every 10 seconds
  • join.html
    • add form validation that works in all major browsers (you'll need to deactivate browser validate to check this)
    • form validation should have all fields marked "required" required, and all email fields should require and check for proper email syntax.
    • any validation errors should be presented clearly to the user so that they may correct them
    • on completion of the form, navigate the user to the gallery, passing their name to the page
  • gallery.html
    • update the slogan to add a ", user_name", with the user's name
    • loop through the image folder and display each image in the folder
    • add the functionality so that if a user clicks on an image, the lightbox appears with that image loaded in
    • when the lightbox is up, is the user clicks anywhere not on the image, the lightbox closes

Additional Notes:

  • Students are not allowed to directly modify the HTML or CSS at all, with the exception of adding their script tags.
  • Students are allowed, and will have to, modify parts of the HTML via the DOM.
  • Students may not use ANY frameworks, open source code, or code from anyone but themselves.

Project Files

  • index.html
  • join.html
  • gallery.html
  • css/style.css
  • images/(pdxcg_01.jpg - pdxcg_60.jpg)
  • js/ (<---this is where your JS files go)

javapic's People

Contributors

palmerev 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.