adding angular logo

This commit is contained in:
Igor Minar 2010-10-13 10:55:02 -07:00
parent 805753dba4
commit 075bdf2316
2 changed files with 24 additions and 0 deletions

24
logo/ng-logo.html Normal file
View file

@ -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>

BIN
logo/ng-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB