Skip to content

Instantly share code, notes, and snippets.

Capstone Project: AMC's Ticket App

Oh no! AMC's app developer QUIT! Their app needs updating ASAP.

Can you help them to update their app?

Project Requirements

Part 1

The app should have at least 2 sections. When the page loads, only the first section should be visible.

<!DOCTYPE html>
<html>
<head>
<title>Unit 3 Project</title>
<link href="https://fonts.googleapis.com/css2?family=Grandstander:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Syne+Mono&display=swap" rel="stylesheet">
</head>
<body>
<marquee class="why">Why you should hire Mary Medina</marquee>
<!DOCTYPE html>
<html>
<head>
<title>HireMe! Barack Obama</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg">
<!DOCTYPE html>
<html>
<head>
<title>Disappearing Ghost</title>
</head>
<body>
<h1>Do you know my name?</h1>
<div class="main">
<img class="ghost-image" src="https://ih1.redbubble.net/image.153656513.6605/flat,800x800,075,f.jpg">
<div class="buttons">
<!DOCTYPE html>
<html>
<head>
<title>A Farewell to Young Court</title>
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<p>To she who is a...</p>
<div class="container">
<div class="boxes farewell-box"><img src="https://i.ibb.co/SQPHqhc/Image-from-i-OS-7.jpg">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div class="container">
<h1>What Pokemon are you?</h1>
<p>What is your name?</p>
<!DOCTYPE html>
<html>
<head>
<title>Who Wants to be a Millionaire Obf</title>
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap" rel="stylesheet">
</head>
<body>
<div class="start">
<img class="startImage" src="https://millionairetv.dadt.com/wp-content/themes/millionaire/img/WWTBAM-Logo.png">
</div>

Capstone Project: Marvel-Us App

Oh no! Disney's app developer QUIT! Their app needs updating ASAP.

Can you help them to update their app?

Project Requirements

Part 1

The app should have at least 3 sections. When the page loads, only the first section should be visible.

Capstone Project: AMC's Ticket App

Oh no! AMC's app developer QUIT! Their app needs updating ASAP.

Can you help them to update their app?

Project Requirements

Part 1

The app should have at least 2 sections. When the page loads, only the first section should be visible.

Mooooooove Over Movie Seat Finder

Oh no! The Moooooove Over Movie Seat Finder web developer QUIT! Their website hasn't been updated since March and their rival theater's website is getting even better.

Can you help them to update their website?

TASK 1: Movie Poster Images

First, let's name your movie theatre and add movie posters to the HTML.

TASK 2: Movie Poster Positioning