Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds solutions to psets #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Binary file added problem0/.DS_Store
Binary file not shown.
13 changes: 8 additions & 5 deletions problem0/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<!-- INCLUDE THE <link rel="stylesheet" href="YOUR_RELATIVE_URL_HERE"> TAG WITH PROPER LINKING SO THAT THE BODY IS BLUE -->
</head>
<body></body>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
</head>
<body>

</body>
</html>
Binary file added problem1/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions problem1/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<!-- INCLUDE THE <link rel="stylesheet" href="YOUR_RELATIVE_URL_HERE"> TAG WITH PROPER LINKING SO THAT THE BODY IS RED -->
<link rel="stylesheet" href="../style.css">
</head>
<body></body>
</html>
Binary file added problem2/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions problem2/html/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="../css/style.css">
<!-- INCLUDE THE <link rel="stylesheet" href="YOUR_RELATIVE_URL_HERE"> TAG WITH PROPER LINKING SO THAT THE BODY IS GREEN -->
</head>
<body></body>
Expand Down
Binary file added problem3/.DS_Store
Binary file not shown.
Binary file added problem3/html/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion problem3/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html>
<head>
<!-- INCLUDE THE <link rel="stylesheet" href="YOUR_RELATIVE_URL_HERE"> TAG WITH PROPER LINKING SO THAT THE BODY IS GREEN [HINT: this one is tricky and evil] -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="../css/styles_partial_1.css">
<!--<link rel="stylesheet" href="css/reset.css">-->

</head>
<body>
Expand Down