forked from microsoft/microsoft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-new.html
More file actions
355 lines (343 loc) · 23.4 KB
/
index-new.html
File metadata and controls
355 lines (343 loc) · 23.4 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html ng-app="site">
<head>
<title>Microsoft on Github</title>
<link rel="shortcut icon" href="//www.microsoft.com/favicon.ico?v2" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/mscom.css"/>
<link rel="stylesheet" href="css/site.css"/>
</head>
<body ng-controller="MainCtrl as main">
<div class="row-fluid" data-view4="1" data-view3="1" data-view2="1" data-view1="1" data-cols="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control" >
<div id="ctl00_HeaderControl" class="CSPvNext CMSvNextComp mscom-header">
<div id="ctl00_HeaderControlGrid" >
<div class="row-fluid mscom-container-maxwidth mscom-grid-container mscom-fullwidth-view-1">
<div class="row-fluid mscom-header-row-0" data-view4="1" data-view3="1" data-view2="1" data-view1="1" data-cols="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-0 mscom-textalign-right mscom-header-storelink-section-topbar"></div>
</div>
</div>
<div class="row-fluid mscom-container-maxwidth mscom-grid-container">
<div class="row-fluid mscom-header-row-1" data-view4="2" data-view3="2" data-view2="2" data-view1="2" data-cols="2">
<div class="span bp1-col-2-1 bp2-col-2-1 bp3-col-2-1 bp0-col-2-1 mscom-header-section-1-1">
<a target="_self" class="mscom-link mscom-siteLogo mscom-siteLogo-small" title="Microsoft" href="http://www.microsoft.com" >
<img
src="http://c.s-microsoft.com/en-us/CMSImages/mslogo.png?version=856673f8-e6be-0476-6669-d5bf2300391d"
class="mscom-image mscom-left" alt="Microsoft" width="160" height="34">
</a>
</div>
</div>
<div class="row-fluid mscom-header-row-2" data-view4="2" data-view3="2" data-view2="2" data-view1="2" data-cols="4">
<div class="span bp1-col-2-1 bp3-col-2-1 bp2-col-2-1 bp0-col-2-1">
<a target="_self" class="mscom-link mscom-siteIdentity" href="/" >Open source, from Microsoft with <span style="color: red; font-size: larger;">♥</span></a>
</div>
<!--Search-->
<div class=" span bp1-col-2-1 bp3-col-2-1 bp2-col-2-1 bp0-col-2-0 mscom-header-search-section">
<div class="mscom-right mscom-header-section-2-4">
<div >
<div class="CSPvNext">
<div class="row-fluid" data-cols="1" data-view1="1" data-view2="1" data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<div class="CMSvNextComp mscom-search">
<span class="mscom-search-Border" id="ctl00_SearchBox">
<div class="mscom-search-Container">
<input name="searchQuery"
title="Search Download Center"
class="mscom-search-TextBox"
id="searchQuery"
type="text"
maxlength="1024"
placeholder="Search all Microsoft repos..."
style="max-width:100%!important"
autocomplete="off"
ng-model="searchText" />
<input name="ctl00$SearchButton" title="Search"
class="mscom-search-image mscom-search-Button"
id="ctl00_SearchButton"
type="image"
alt="Search"
src="img/search.ltr.png" />
</div>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Search-->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid dlc-body" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<div class="main-content">
<div class="featured-projects">
<h3>Featured Repos</h3>
<div class="loading" ng-hide="main.featuredProjects">Loading project information from Github...</div>
<div class="row" ng-show="main.featuredProjects">
<div class="col-md-4" ng-repeat="project in main.featuredProjects">
<div class="panel panel-default">
<div class="panel-heading">
<a ng-href="{{project.html_url}}">
<h3 class="panel-title">{{project.name}}</h3>
</a>
</div>
<div class="panel-body description">{{project.description}}</div>
<div class="panel-body">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<span class="span-stars-group">
{{project.stargazers_count}}
<span class="glyphicon glyphicon-star"></span>
stars
</span>
<span class="span-forks-group">
{{project.forks}}
<span class="glyphicon glyphicon-random"></span>
forks
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="all-projects">
<h3>All Repos</h3>
<div class="loading" ng-hide="main.projects">Loading project information from Github...</div>
<div class="row" ng-show="main.projects">
<div class="col-md-4" ng-repeat="project in main.projects | filter:searchText">
<div class="panel panel-default">
<div class="panel-heading">
<a ng-href="{{project.html_url}}">
<span class="panel-title">{{project.name}}</span>
</a>
</div>
<div class="panel-body description">{{project.description}}</div>
<div class="panel-body">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<span class="span-stars-group">
{{project.stargazers_count}}
<span class="glyphicon glyphicon-star"></span>
stars
</span>
<span class="span-forks-group">
{{project.forks}}
<span class="glyphicon glyphicon-random"></span>
forks
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="organizations">
<h3 class="orgs-heading">Other Microsoft GitHub Organizations</h3>
<div class="row">
<div class="col-md-3" ng-repeat="org in main.orgs">
<a ng-href="{{org.url}}" class="orglink">
<!-- <img ng-src="{{org.image}}" alt="{{org.image}}"> -->
<span class="text-center">{{org.title}}</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer style="">
<div class="row-fluid" data-cols="1" data-view1="1" data-view2="1" data-view3="1"
data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<div>
<div class="CSPvNext CMSvNextComp mscom-footer">
<div class="row-fluid mscom-footer-row-1 mscom-container-maxwidth mscom-grid-container"
data-cols="4" data-view1="1" data-view2="2" data-view3="2" data-view4="4">
<div class="span bp0-col-1-1 bp1-col-2-1 bp3-col-4-1 bp2-col-2-1 mscom-footer-destinationlink">
<div>
<div class="CSPvNext ">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<ul >
<li class="heading">
Blogs:
</li>
<li>
<a class="mscom-link"
href="http://msopentech.com/blog/" target="_self">
Microsoft Open Technologies Blog</a>
</li>
<li>
<a class="mscom-link"
href="http://blogs.windows.com/buildingapps/" target="_self">Building Apps for Windows</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="span bp0-col-1-1 bp1-col-2-1 bp3-col-4-1 bp1-clear bp2-col-2-1 bp2-clear mscom-footer-destinationlink">
<div>
<div class="CSPvNext ">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<ul style="list-style-type: none;"
>
<li class="heading">
</li>
<li>
<a class="mscom-link"
href="http://blogs.office.com/dev/" target="_self"
>Office Developer</a>
</li>
<li>
<a class="mscom-link"
href="http://blogs.msdn.com/b/bingdevcenter/" target="_self"
>Bing Dev Center Team Blog</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="span bp0-col-1-1 bp1-col-2-1 bp3-col-4-1 bp1-clear bp2-col-2-1 bp2-clear mscom-footer-destinationlink">
<div>
<div class="CSPvNext ">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<ul style="list-style-type: none;"
>
<li class="heading">
</li>
<li>
<a class="mscom-link"
href="http://blogs.technet.com/b/serverandtools/" target="_self" >
Microsoft Cloud + Enterprise
</a>
</li>
<li>
<a class="mscom-link"
href="http://blogs.msdn.com/b/ie/"
target="_self" >
IEBlog
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="span bp0-col-1-1 bp1-col-2-1 bp3-col-4-1 bp2-col-2-1 mscom-footer-popularresources">
<div>
<div class="CSPvNext ">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<ul style="list-style-type: none;"
>
<li class="heading">
<span class="loc">
Contact us at:
</span>
</li>
<li>
<a class="mscom-link"
href="mailto:oss@microsoft.com"
target="_self" >oss@microsoft.com</a>
</li>
<li>
<a class="mscom-link"
href="https://twitter.com/openatmicrosoft" target="_self"
>Twitter</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="CSPvNext CMSvNextComp mscom-footer mscom-footer2">
<div class="row-fluid mscom-footer-row-2 mscom-container-maxwidth mscom-grid-container"
data-cols="2" data-view1="1" data-view2="1" data-view3="1" data-view4="2">
<div class="span bp0-col-1-1 bp3-col-2-1 bp2-col-1-1 bp1-col-1-1 mscom-footer-localepicker">
<div class="credits">This open sourced site is <a href="https://github.com/Microsoft/microsoft.github.io" target="_blank">hosted on GitHub</a>. Patches, suggestions and comments are welcome.</div>
<div class="credits">Built with love... and <a href="http://angularjs.org/" target="_blank">AngularJS</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>, <a href="http://pages.github.com/" target="_blank">GitHub Pages</a>, and <a href="http://developer.github.com/v3/" target="_blank">API</a>.</div>
</div>
<div class="span bp0-col-1-1 bp3-col-2-1 bp2-col-1-1 bp1-col-1-1 mscom-footer-mslogo">
<div>
<div class="CSPvNext">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1">
<img width="85"
height="16" class="mscom-image" alt="Microsoft"
src="img/Microsoft_logo.png">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid mscom-footer-row-3 mscom-container-maxwidth mscom-grid-container mscom-grid-container"
data-cols="1" data-view1="1" data-view2="1" data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 mscom-footer-defaultlink">
<div>
<div class="CSPvNext">
<div class="row-fluid no-margin-row" data-cols="1" data-view1="1" data-view2="1"
data-view3="1" data-view4="1">
<div class="span bp0-col-1-1 bp1-col-1-1 bp2-col-1-1 bp3-col-1-1 sortable-control">
<ul style="list-style-type: none;"
>
<li>
<a class="mscom-link"
href="http://go.microsoft.com/fwlink/?LinkId=248681" target="_self"
>Privacy & cookies</a>
</li>
<li>
<a class="mscom-link"
href="~/TOU" target="_self" >Terms of use</a>
</li>
<li>
<a class="mscom-link"
href="http://go.microsoft.com/?linkid=9851308" target="_self" >Trademarks</a>
</li>
<li class="heading">
© 2014 Microsoft
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.1/angular.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>