diff options
| author | Igor Minar | 2010-10-13 10:55:02 -0700 |
|---|---|---|
| committer | Igor Minar | 2010-10-13 17:32:45 -0700 |
| commit | 075bdf231689b0ccc9b1b03862ab06992bc90e6e (patch) | |
| tree | ed06603ec3668f1e27238b8c7e10701a3f810bd0 | |
| parent | 805753dba47f7ef5b34af9579c1d0486f5f4ea68 (diff) | |
| download | angular.js-075bdf231689b0ccc9b1b03862ab06992bc90e6e.tar.bz2 | |
adding angular logo
| -rw-r--r-- | logo/ng-logo.html | 24 | ||||
| -rw-r--r-- | logo/ng-logo.png | bin | 0 -> 7681 bytes |
2 files changed, 24 insertions, 0 deletions
diff --git a/logo/ng-logo.html b/logo/ng-logo.html new file mode 100644 index 00000000..06c67cf9 --- /dev/null +++ b/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/logo/ng-logo.png b/logo/ng-logo.png Binary files differnew file mode 100644 index 00000000..05f2e518 --- /dev/null +++ b/logo/ng-logo.png |
