aboutsummaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/css/arrow_left.gifbin0 -> 102 bytes
-rw-r--r--images/css/arrow_right.gifbin0 -> 102 bytes
-rw-r--r--images/css/indicator-wait.pngbin0 -> 1849 bytes
-rw-r--r--images/logo/ng-logo.html24
-rw-r--r--images/logo/ng-logo.pngbin0 -> 7681 bytes
5 files changed, 24 insertions, 0 deletions
diff --git a/images/css/arrow_left.gif b/images/css/arrow_left.gif
new file mode 100644
index 00000000..4c9e5c66
--- /dev/null
+++ b/images/css/arrow_left.gif
Binary files differ
diff --git a/images/css/arrow_right.gif b/images/css/arrow_right.gif
new file mode 100644
index 00000000..3252c359
--- /dev/null
+++ b/images/css/arrow_right.gif
Binary files differ
diff --git a/images/css/indicator-wait.png b/images/css/indicator-wait.png
new file mode 100644
index 00000000..5b33f7e5
--- /dev/null
+++ b/images/css/indicator-wait.png
Binary files differ
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>&lt;ng/&gt;</span></p>
+ </body>
+</html>
diff --git a/images/logo/ng-logo.png b/images/logo/ng-logo.png
new file mode 100644
index 00000000..05f2e518
--- /dev/null
+++ b/images/logo/ng-logo.png
Binary files differ