Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(index): deprecate the site
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 9, 2015
1 parent 623f57f commit 4f20116
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<a name="submit"></a>
# builtwith.angularjs.org

Gallery of AngularJS apps and demos.
# CLOSED FOR BUSINESS

Adding your neat thing
----------------------
1. Fork this repository.
2. Add a 580 by 400px thumbnail image to `projects/[yourprojectnamehere]/thumb.png`
3. Add an entry to `projects/projects.json` with these properties:

{
"name": "My App", // will be displayed under the screenshot
"thumb": "my-app/thumb.png", // path to the image (omit the projects/ prefix)
"desc": "Description of your app", // One or two sentences
"url": "http://myapp.com", // url to your app
"info": "http://myapp.com/blog", // url to app announcement or background
"src": "https://github.com/me/myapp", // (optional) Url to your source repository
"submitter": "IgorMinar", // your github username
"submissionDate": "2012-05-24", // current date in ISO format
"tags": [
"Demo", "Production", "Toy" // choose your app seriousness level (for plunks or fiddles use "Toy")
"Game", "CRUD", "Entertainment", "Productivity", ... // choose your app type
"Animations", "Local Storage", "Audio Api", "AppCache", ... // features and technologies
"No jQuery", "jQuery" // do you use jQuery?
"Open Source", // tag open source projects
"Tests Included" // use if open source and tests are included
... // others?
]
}

4. Make sure that it looks alright by running `./web-server.js` (requires Node.js)
5. Send a pull request
This project is no longer maintained. Please go to https://www.madewithangular.com/ instead.
13 changes: 12 additions & 1 deletion css/bwa.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.bwa-featured {
padding-top: 60px;

}

.bwa-featured img {
Expand All @@ -47,6 +47,7 @@

.bwa-main-container {
min-height: 1400px;
padding-top: 60px;
}

.bwa-featured .bwa-project-well {
Expand Down Expand Up @@ -134,3 +135,13 @@ img.AngularJS-large {
.modal-backdrop.fade.in {
display: block;
}


.deprecation {
font-size: 30px;
line-height: 45px;
text-align: center;
border: solid 5px red;
background: 50px no-repeat url(../img/closed.png);
padding-left: 300px;
}
Binary file added img/closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ <h2>{{project.name}}</h2>
</div>
</script>

<div class="row">
<div class="span12">
<div class="deprecation">
<strong>Closing Down!</strong><br>
This site is no longer maintained.<br>
The new site can be found at<br>
<a href="https://www.madewithangular.com/">www.madewithangular.com</a>
</div>
</div>
</div>

<div class="row first bwa-featured">
<div class="span8">
<bwa-project project="featured" lightbox="lightbox" class= "well bwa-project-well" add-tag="addTag"></bwa-project>
Expand Down

0 comments on commit 4f20116

Please sign in to comment.