Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Instructional Thing, Part II

Take the [first week's](https://github.com/bfl-itp/syllabus/blob/master/schedule.md#sep-4) offline Instructional Thing assignment online. Modify [`index.html`](index.html), and add any other files you need (CSS, images, etc.)
Take the [first week's]
(https://github.com/bfl-itp/syllabus/blob/master/schedule.md#sep-4) offline Instructional Thing assignment online. Modify [`index.html`](index.html), and add any other files you need (CSS, images, etc.)

Chrisanthy - [Draw the Chrysler Building] (http://www.alilsegue.com/?p=597)
21 changes: 19 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>So-and-so's Instructional Assignment</title>
<h1>Chrisanthy's Instructional Assignment</h1>
</head>
<body>
YOUR CODE HERE
<img src="http://www.alilsegue.com/wp-content/uploads/2014/09/chrys.jpg" alt="final sketch" style="width:579px;height:1024px">
<p>
For this first week's assignment, I made a simple diagram on how to
draw a rough sketch of the Chrysler building.
</p>
<li>
<p>
Steps 1-3
</p>
</li>
<img src="http://www.alilsegue.com/wp-content/uploads/2014/09/1231.jpg" alt="final sketch" style="width:660px;height:421px">
<p>
<li>
Steps 4-6
</li>
</p>
<img src="http://www.alilsegue.com/wp-content/uploads/2014/09/456.jpg" alt="final sketch" style="width:660px;height:435px">

</body>
</html>