diff options
| author | Igor Minar | 2010-10-15 21:38:41 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-10-18 16:24:43 -0700 | 
| commit | 7059579c7499337c7946f3877ce77dd9a04ea22a (patch) | |
| tree | 889a53d787da3ebaa00fc1941d77102e5e5cded3 /images | |
| parent | d0e55bf4465bdfe6660f75d26882bc1d9da9b924 (diff) | |
| download | angular.js-7059579c7499337c7946f3877ce77dd9a04ea22a.tar.bz2 | |
inline all images into css
* embedded images as data URIs
* rake task to generate multipart js file with embeded images for IE
* move images into a separate directory outside of src or css and
  keep them there for reference
* clean up Rakefile and ruby code
* .gitignore update
* don't penalize IE 8+ with an extra request to the ie-compat.js file
Diffstat (limited to 'images')
| -rw-r--r-- | images/css/arrow_left.gif | bin | 0 -> 102 bytes | |||
| -rw-r--r-- | images/css/arrow_right.gif | bin | 0 -> 102 bytes | |||
| -rw-r--r-- | images/css/indicator-wait.png | bin | 0 -> 1849 bytes | |||
| -rw-r--r-- | images/logo/ng-logo.html | 24 | ||||
| -rw-r--r-- | images/logo/ng-logo.png | bin | 0 -> 7681 bytes | 
5 files changed, 24 insertions, 0 deletions
| diff --git a/images/css/arrow_left.gif b/images/css/arrow_left.gifBinary files differ new file mode 100644 index 00000000..4c9e5c66 --- /dev/null +++ b/images/css/arrow_left.gif diff --git a/images/css/arrow_right.gif b/images/css/arrow_right.gifBinary files differ new file mode 100644 index 00000000..3252c359 --- /dev/null +++ b/images/css/arrow_right.gif diff --git a/images/css/indicator-wait.png b/images/css/indicator-wait.pngBinary files differ new file mode 100644 index 00000000..5b33f7e5 --- /dev/null +++ b/images/css/indicator-wait.png diff --git a/images/logo/ng-logo.html b/images/logo/ng-logo.html new file mode 100644 index 00000000..06c67cf9 --- /dev/null +++ b/images/logo/ng-logo.html @@ -0,0 +1,24 @@ +<!doctype html> +<html xmlns:ng="http://angularjs.org"> +  <head> +    <style> +      p { +        margin: 200px; +      } +      span { +        border: 1px solid black; +        font-family: 'andale mono'; +        font-size: 55px; +        font-weight: bold; +        letter-spacing: -3px; +        padding: 50px 5px 50px 3px; +        text-align: center; +        text-shadow: black 1px 1px 1px; +      } +    </style> +  </head> +  <body> + +  <p><span><ng/></span></p> +  </body> +</html> diff --git a/images/logo/ng-logo.png b/images/logo/ng-logo.pngBinary files differ new file mode 100644 index 00000000..05f2e518 --- /dev/null +++ b/images/logo/ng-logo.png | 
