initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Api / Project_Readme.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <meta charset="utf-8" />
5     <title>Your ASP.NET application</title>
6     <style>
7         body {
8             background: #fff;
9             color: #505050;
10             font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
11             margin: 20px;
12             padding: 0;
13         }
14
15         #header {
16             background: #efefef;
17             padding: 0;
18         }
19
20         h1 {
21             font-size: 48px;
22             font-weight: normal;
23             margin: 0;
24             padding: 0 30px;
25             line-height: 150px;
26         }
27
28         p {
29             font-size: 20px;
30             color: #fff;
31             background: #969696;
32             padding: 0 30px;
33             line-height: 50px;
34         }
35
36         #main {
37             padding: 5px 30px;
38         }
39
40         .section {
41             width: 21.7%;
42             float: left;
43             margin: 0 0 0 4%;
44         }
45
46             .section h2 {
47                 font-size: 13px;
48                 text-transform: uppercase;
49                 margin: 0;
50                 border-bottom: 1px solid silver;
51                 padding-bottom: 12px;
52                 margin-bottom: 8px;
53             }
54
55             .section.first {
56                 margin-left: 0;
57             }
58
59                 .section.first h2 {
60                     font-size: 24px;
61                     text-transform: none;
62                     margin-bottom: 25px;
63                     border: none;
64                 }
65
66                 .section.first li {
67                     border-top: 1px solid silver;
68                     padding: 8px 0;
69                 }
70
71             .section.last {
72                 margin-right: 0;
73             }
74
75         ul {
76             list-style: none;
77             padding: 0;
78             margin: 0;
79             line-height: 20px;
80         }
81
82         li {
83             padding: 4px 0;
84         }
85
86         a {
87             color: #267cb2;
88             text-decoration: none;
89         }
90
91             a:hover {
92                 text-decoration: underline;
93             }
94     </style>
95 </head>
96 <body>
97
98     <div id="header">
99         <h1>Your ASP.NET application</h1>
100         <p>Congratulations! You've created a project</p>
101     </div>
102
103     <div id="main">
104         <div class="section first">
105             <h2>This application consists of:</h2>
106             <ul>
107                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615543">Help Page</a> for documenting your Web APIs</li>
108                 <li>Theming using <a href="http://go.microsoft.com/fwlink/?LinkID=615519">Bootstrap</a></li>
109                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320957">Authentication</a>, if selected, shows how to register and sign in</li>
110                 <li>ASP.NET features managed using <a href="http://go.microsoft.com/fwlink/?LinkID=320958">NuGet</a></li>
111             </ul>
112         </div>
113
114         <div class="section">
115             <h2>Customize app</h2>
116             <ul>
117                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320959">Get started with HTTP services using ASP.NET Web API</a></li>
118                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320960">Change the site's theme</a></li>
119                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320961">Add more libraries using NuGet</a></li>
120                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320962">Configure authentication</a></li>
121                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=320963">Scaffold an ASP.NET Web API from a model</a></li>
122                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615545">Secure your web API</a></li>
123                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615544">Access your web API on different devices</a></li>
124                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615546">Enable tracing for testing and debugging</a></li>
125                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615530">Add real-time web with ASP.NET SignalR</a></li>
126                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615531">Add components using Scaffolding</a></li>
127                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615533">Share your project</a></li>
128             </ul>
129         </div>
130
131         <div class="section">
132             <h2>Deploy</h2>
133             <ul>
134                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615534">Ensure your app is ready for production</a></li>
135                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615535">Microsoft Azure</a></li>
136                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615536">Hosting providers</a></li>
137             </ul>
138         </div>
139
140         <div class="section last">
141             <h2>Get help</h2>
142             <ul>
143                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615537">Get help</a></li>
144                 <li><a href="http://go.microsoft.com/fwlink/?LinkID=615538">Get more templates</a></li>
145             </ul>
146         </div>
147     </div>
148 </body>
149 </html>