forked from madewithangular/madewithangular.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (27 loc) · 1.3 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: About
permalink: /about/
---
<div class="container">
<div class="about">
<h1>About</h1>
<h3>What is this?</h3>
<p>Made With Angular is a gallery of inspiring websites using AngularJS. It's maintained by <a href="https://github.com/lpolepeddi" target="_blank">Lalith Polepeddi</a> to demonstrate what's possible with Angular and to showcase how it's being used in the world.</p>
<h3>How are websites selected?</h3>
<p>Websites that are high profile and high quality examples of building with Angular are listed here.</p>
<h3 id="submit">Can I submit a site?</h3>
<p>Made With Angular focuses on high profile sites that people can look to when deciding whether to use Angular or when building their next Angular app. If you've seen a high-quality production app made with Angular, suggest it by:</p>
<ul>
<li>
<a href="https://twitter.com/intent/tweet?text=@madewithangular%20check%20out%20this%20@Angular%20app%20-" target="_blank">Tweeting</a>
</li>
<li>
<a href="https://github.com/madewithangular/madewithangular.github.io/pulls" target="_blank">Creating a pull request (preferred)</a>
</li>
<li>
<a href="https://github.com/madewithangular/madewithangular.github.io/issues" target="_blank">Opening an issue</a>
</li>
</ul>
</div>
</div>