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

Title New corrections. #48

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
13 changes: 13 additions & 0 deletions uda/COMMIT_EDITMSG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Initial commit
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
#
# Initial commit
#
# Changes to be committed:
# new file: cs.css
# new file: index.html
# new file: js.js
#
3 changes: 3 additions & 0 deletions uda/cs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background-color: #00cae4;
}
34 changes: 34 additions & 0 deletions uda/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<header>
<h1>Arsenal!</h1>
</header>
<div class="container">
<main>

</main>
</div>

<!-- start of new content -->
<aside>
<h2>About Me</h2>

<p>Walter White</p>
</aside>
<!-- end of new content -->

<footer>
Made with ♥ @ Udacity
</footer>

<script src="js/app.js"></script>
</body>
</html>
Empty file added uda/js.js
Empty file.