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

Commit 4f20116

Browse files
chore(index): deprecate the site
1 parent 623f57f commit 4f20116

File tree

4 files changed

+25
-31
lines changed

4 files changed

+25
-31
lines changed

README.md

+2-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
<a name="submit"></a>
2-
# builtwith.angularjs.org
32

4-
Gallery of AngularJS apps and demos.
3+
# CLOSED FOR BUSINESS
54

6-
Adding your neat thing
7-
----------------------
8-
1. Fork this repository.
9-
2. Add a 580 by 400px thumbnail image to `projects/[yourprojectnamehere]/thumb.png`
10-
3. Add an entry to `projects/projects.json` with these properties:
11-
12-
{
13-
"name": "My App", // will be displayed under the screenshot
14-
"thumb": "my-app/thumb.png", // path to the image (omit the projects/ prefix)
15-
"desc": "Description of your app", // One or two sentences
16-
"url": "http://myapp.com", // url to your app
17-
"info": "http://myapp.com/blog", // url to app announcement or background
18-
"src": "https://github.com/me/myapp", // (optional) Url to your source repository
19-
"submitter": "IgorMinar", // your github username
20-
"submissionDate": "2012-05-24", // current date in ISO format
21-
"tags": [
22-
"Demo", "Production", "Toy" // choose your app seriousness level (for plunks or fiddles use "Toy")
23-
"Game", "CRUD", "Entertainment", "Productivity", ... // choose your app type
24-
"Animations", "Local Storage", "Audio Api", "AppCache", ... // features and technologies
25-
"No jQuery", "jQuery" // do you use jQuery?
26-
"Open Source", // tag open source projects
27-
"Tests Included" // use if open source and tests are included
28-
... // others?
29-
]
30-
}
31-
32-
4. Make sure that it looks alright by running `./web-server.js` (requires Node.js)
33-
5. Send a pull request
5+
This project is no longer maintained. Please go to https://www.madewithangular.com/ instead.

css/bwa.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
.bwa-featured {
40-
padding-top: 60px;
40+
4141
}
4242

4343
.bwa-featured img {
@@ -47,6 +47,7 @@
4747

4848
.bwa-main-container {
4949
min-height: 1400px;
50+
padding-top: 60px;
5051
}
5152

5253
.bwa-featured .bwa-project-well {
@@ -134,3 +135,13 @@ img.AngularJS-large {
134135
.modal-backdrop.fade.in {
135136
display: block;
136137
}
138+
139+
140+
.deprecation {
141+
font-size: 30px;
142+
line-height: 45px;
143+
text-align: center;
144+
border: solid 5px red;
145+
background: 50px no-repeat url(../img/closed.png);
146+
padding-left: 300px;
147+
}

img/closed.png

45.1 KB
Loading

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ <h2>{{project.name}}</h2>
134134
</div>
135135
</script>
136136

137+
<div class="row">
138+
<div class="span12">
139+
<div class="deprecation">
140+
<strong>Closing Down!</strong><br>
141+
This site is no longer maintained.<br>
142+
The new site can be found at<br>
143+
<a href="https://www.madewithangular.com/">www.madewithangular.com</a>
144+
</div>
145+
</div>
146+
</div>
147+
137148
<div class="row first bwa-featured">
138149
<div class="span8">
139150
<bwa-project project="featured" lightbox="lightbox" class= "well bwa-project-well" add-tag="addTag"></bwa-project>

0 commit comments

Comments
 (0)