Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions skeleton.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
div {
padding-bottom: 20px;
}
85 changes: 54 additions & 31 deletions skeleton.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,58 @@
general_assembly_logo.png
<!DOCTYPE html>
<html>
<head>
<link href="skeleton.css" rel="stylesheet" type="text/css">
<title>General Assembly Account Creation
</title>
</head>
<body>
<img src="general_assembly_logo.png" alt="General Assembly Logo">

<h1>General Assembly Account Creation</h1>

<div>Welcome to the General Assembly. General Assembly is a global
institution training people all over the world in today's top
technologies.</div>

<div>Please fill out the information below to create your General Assembly
account. Let us know what city you're in and what course
you're taking. This list is for all students. Please tell us what
city you're in and whether you're taking the Immersive User Experience (UX)
course or the Immersive Web Development course.</div>

<div class="city">
City
<select>
<option value="Hong Kong">Hong Kong</option>
<option value="London">London</option>
<option value="Los Angeles">Los Angeles</option>
<option value="New York">New York</option>
<option value="Portland">Portland</option>
<option value="San Francisco">San Francisco</option>
<option value="Seattle" selected>Seattle</option>
<option value="Singapore">Singapore</option>
</select>
</div>

<div class="course_button">
Course:
<input type="radio" name="course" value="UX">UX
<input type="radio" name="course" value="Web Dev" checked>Web Dev<br>
</div>

<form method="post" action="success.html">
Name:
<input type="text"><br>
Email:
<input type="text"><br>
Password:
<input type="password"><br>
<input type="checkbox" checked>Yes, subscribe me to the General Assembly student newsletter<br><br>
<button>Subscribe</button>
</form>
</body>
</html>

General Assembly Account Creation

Welcome to the General Assembly. General Assembly is a global
institution training people all over the world in today's top
technologies.

Please fill out the information below to create your General Assembly
account. Let us know what city you're in and what course
you're taking. This list is for all students. Please tell us what
city you're in and whether you're taking the Immersive User Experience (UX)
course or the Immersive Web Development course.

City:
Hong Kong
London
Los Angeles
New York
Portland
San Francisco
Seattle
Singapore

Course:
(0) UX
( ) Web Dev

Name: _________
Email: _________
Password: *********

[] Yes, subscribe me to the General Assembly student newsletter

[Subscribe]