From 36845011f8483bbce0d5b10182d895469b40cdbc Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 14 Oct 2016 10:46:44 -0400 Subject: [PATCH] feat: third step for hashpointers slide --- index.html | 5 +- ...shpointers.svg => hashpointers-hashes.svg} | 25 +-- ...-list.svg => hashpointers-linked-list.svg} | 14 +- styles/hashpointers-new-entry.svg | 167 ++++++++++++++++++ styles/main.css | 4 +- 5 files changed, 177 insertions(+), 38 deletions(-) rename styles/{linked-list-hashpointers.svg => hashpointers-hashes.svg} (86%) rename styles/{linked-list.svg => hashpointers-linked-list.svg} (91%) create mode 100644 styles/hashpointers-new-entry.svg diff --git a/index.html b/index.html index bc77715..e33aebd 100644 --- a/index.html +++ b/index.html @@ -39,8 +39,9 @@
- - + + +

Hash Pointers

diff --git a/styles/linked-list-hashpointers.svg b/styles/hashpointers-hashes.svg similarity index 86% rename from styles/linked-list-hashpointers.svg rename to styles/hashpointers-hashes.svg index 3ccea95..b1ad140 100644 --- a/styles/linked-list-hashpointers.svg +++ b/styles/hashpointers-hashes.svg @@ -102,8 +102,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.4" - inkscape:cx="312.59118" - inkscape:cy="188.78368" + inkscape:cx="206.16261" + inkscape:cy="195.21225" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -125,7 +125,7 @@ image/svg+xml - + @@ -134,25 +134,6 @@ inkscape:groupmode="layer" id="layer1" transform="translate(-209.7363,42.325432)"> - - - - - - diff --git a/styles/linked-list.svg b/styles/hashpointers-linked-list.svg similarity index 91% rename from styles/linked-list.svg rename to styles/hashpointers-linked-list.svg index 442cd77..266831f 100644 --- a/styles/linked-list.svg +++ b/styles/hashpointers-linked-list.svg @@ -102,7 +102,7 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.4" - inkscape:cx="171.16261" + inkscape:cx="39.734039" inkscape:cy="195.21225" inkscape:document-units="px" inkscape:current-layer="layer1" @@ -125,7 +125,7 @@ image/svg+xml - + @@ -134,11 +134,6 @@ inkscape:groupmode="layer" id="layer1" transform="translate(-209.7363,42.325432)"> - - + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/styles/main.css b/styles/main.css index 081d853..1bb8ed3 100644 --- a/styles/main.css +++ b/styles/main.css @@ -71,7 +71,7 @@ body.is-loading:after { } body.simulate-projection { - filter: contrast(0.65); + filter: contrast(0.8); } main { @@ -93,7 +93,7 @@ nav { transition: transform ease 0.5s; font-size: 0.5rem; z-index: 2; - background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.5)); + background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.75)); } nav > label {