diff --git a/.gitignore b/.gitignore index 28f4849..ad17890 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ build/ /vendor/bundle /lib/bundler/man/ + # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: # Gemfile.lock @@ -33,3 +34,31 @@ build/ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + + +# copied from .gitignore file on Github +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk diff --git a/README.md b/README.md index a52f7f8..4a000bb 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The requirements for this wave are: - Feel free to use some of the static HTML pages made for the previous exercise - At least **one** of the static pages must include at least **two** images - + diff --git a/views/layout.erb b/views/layout.erb new file mode 100644 index 0000000..6873882 --- /dev/null +++ b/views/layout.erb @@ -0,0 +1,38 @@ + + + + + <%= @title %> | Sarah's Website + + + + + + + + + +

<%= @h1 %>

+ + + + <%= yield %> + + + + diff --git a/views/projects.erb b/views/projects.erb index 0e7bf7c..493c376 100644 --- a/views/projects.erb +++ b/views/projects.erb @@ -1,21 +1,3 @@ - - - - Sarah Trowbridge's coding projects. - - - - - -

Sarah's coding projects

- - - -
-

I am a digital strategist living in Seattle and a student of Ada Developers Academy, cohort 4. From September 2015 through September 2016, I will be learning front-end web development with the end-goal of becoming a software developer. @@ -25,8 +7,7 @@

Random Menu Generator:

A small program built in Ruby that offers you a random list of menu items based on user input.

- Menu! - + Menu!

Bank Accounts:

@@ -34,16 +15,6 @@ a new object of that class is created.

- Piggy bank! + Piggy bank!

View a full list of my coding projects via my Github page.

- - - -