-
Notifications
You must be signed in to change notification settings - Fork 376
/
index.html
308 lines (277 loc) · 15 KB
/
index.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
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
---
layout: default
id: home
title: Home
description: "Microsoft Open Source: get involved in open source communities, discover projects and ecosystems Microsoft is involved in, and learn about the Microsoft open source program"
---
<article>
<div class="wrapper-full bg-dark">
<div class="wrapper py-6 my-6">
<div class="d-md-flex flex-justify-between">
<div class="col-12 col-md-7 col-lg-7 mb-6 mb-md-0">
<h1 class="h1-xl mb-6" x-data-animate-in="fade" x-data-animate-in-delay="100">
Open.<br />
Collaborative.<br />
Flexible.
</h1>
<p class="p-lg text-white col-md-11 col-lg-9" x-data-animate-in="fade" x-data-animate-in-delay="220">
Open Source enables Microsoft products and services to
bring choice, technology and community to our customers.
</p>
<div data-animate-in="fade" data-animate-in-delay="240">
<a class="link-arrow text-white mt-4" href="{{ '/collaborate' | relative_url }}">Get involved</a>
<br />
<a class="link-arrow text-white mt-4" href="{{ '/projects' | relative_url }}">Explore projects</a>
</div>
</div>
<div class="col-12 col-md-5 col-lg-4 pl-md-4 pl-lg-2" style="position: relative" id="hero-figure">
<figure class="intro-svg" id="draw-svg" data-detect-viewport>
{% include open-source-svg.html %}
</figure>
<div id="hero-avatars" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0"></div>
<div id="hero-accessibility-controls" style="position: absolute; right: 0; bottom: 0;" data-require-javascript="yes" data-javascript-show="immediate">
<div style="position: relative; margin-bottom: -30px;" >
<a class="refresh"
style="color: #fff"
id="toggle-graphics"
href="#"
title="Pause animation"><span class="sr-only" id="toggle-text2">Pause animations and stop showing new graphics</span>
<span id="toggle-text" aria-hidden="true">Pause</span> <span id="pause-icon">{% octicon square-fill %}</span><span
id="resume-icon">{% octicon triangle-right %}</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper pt-6 pb-4 mt-6 mb-4">
<div class="text-center mb-6" data-animate-in="up" data-animate-in-delay="200">
<h2 class="h3">Projects</h2>
<p>
Some of the most popular developer tools, frameworks and experiences in the world
are built around open communities. Here are a few featured Microsoft projects of note.
</p>
</div>
<div class="tile-list" data-animate-in="up" data-animate-in-delay="400">
{% assign featured_projects_count = 0 %}
{% for project in site.projects %}
{% if project.featured and featured_projects_count < 3 %}
{% assign featured_projects_count = featured_projects_count | plus: 1 %}
<a class="tile" href="{{ project.projectUrl }}" target="_blank" rel= "noopener">
<div>
{% if project.externalLogo %}
{% assign img = project.externalLogo %}
{% else %}
{% capture img %}/assets/images/projects/{{ project.logo }}{% endcapture %}
{% endif %}
<img class="mb-4" src="{{ img | relative_url }}" alt="" />
<h3 class="h4 text-brand font-weight-600 mb-3">{{ project.title }}</h3>
<p>{{ project.description }}</p>
</div>
</a>
{% endif %}
{% endfor %}
</div>
<div class="text-center mt-6 pb-6">
<a class="link-arrow text-brand" href="/projects">Explore Microsoft projects</a>
</div>
</div>
<!--
<hr />
<div class="wrapper py-6 my-6">
<div class="py-6 my-6">
<div class="d-md-flex text-center">
<div class="col-12 col-md-4 pr-md-4" data-animate-in="fade" data-animate-in-delay="200">
<img class="mb-4" src="{{ '/assets/images/svgs/collaborate.svg' | relative_url }}" alt="" />
<h3 class="h3">Open</h3>
<p>
Working in the open is the secret sauce. Microsoft engineers work
to adopt industry-standard technologies, work in the open, support
a diversity of technologies and platforms, and
contribute upstream as often as possible.
</p>
</div>
<div class="col-12 col-md-4 px-md-3 mb-6 mb-md-0" data-animate-in="fade" data-animate-in-delay="200">
<img class="mb-4" src="{{ '/assets/images/svgs/innovate.svg' | relative_url }}" alt="" />
<h3 class="h3">Collaborative</h3>
<p>
With participation from around the world, new perspectives
are discovered, passionate users are able to dig in, and a special
connection exists between upstream projects, maintainers, and all open
source projects.
</p>
</div>
<div class="col-12 col-md-4 pl-md-4 mb-6 mb-md-0" data-animate-in="fade" data-animate-in-delay="200">
<img class="mb-4" src="{{ '/assets/images/svgs/build.svg' | relative_url }}" alt="" />
<h3 class="h3">Flexible</h3>
<p>
Open source makes amazing business sense: industry-standard open
technologies are super flexible: easy to adopt, attract leading
talent that's familiar, and provides an opportunity to rapidly
innovate and deliver value tailored to specific needs, building
on the work of others.
</p>
</div>
</div>
<div class="text-center mt-6" data-animate-in="up" data-animate-in-delay="200">
<a class="link-arrow text-brand" href="{{ '/ecosystem' | relative_url }}">
The open source ecosystem we support
</a>
</div>
</div>
</div>
-->
<hr />
<div class="split-content text-white">
<!-- TEMP: overriding color for more contrast -->
<div class="split-content__content split-content__content--left" style="background-color: #0070f2;">
<div data-animate-in="fade" data-animate-in-delay="200">
<h2 class="mb-4">
<span class="h5">Microsoft's communities</span>
<span class="h2">Get involved</span>
</h2>
<p class="p-lg font-weight-400">
We are building value together and welcome everyone to
participate. Together, in the open, it's an exciting
time to use technology to build hacks, apps, and services.
</p>
<div class="mt-6">
<a class="link-arrow" href="{{ '/collaborate/#get-involved' | relative_url }}">Happening now</a><br />
<a class="link-arrow" href="{{ '/collaborate/#get-started' | relative_url }}">Find a "good first issue"</a><br />
<a class="link-arrow" href="{{ '/projects/' | relative_url }}">Featured projects</a>
</div>
</div>
<img src="{{ '/assets/images/direction/stripes-corner.svg' | relative_url }}" alt="" />
</div>
<div class="split-content__content split-content__content--right">
<div data-animate-in="fade" data-animate-in-delay="200">
<h2 class="mb-4">
<span class="h5">Learn from our enterprise-scale approach</span>
<span class="h2">Our program & tools</span>
</h2>
<p class="p-lg font-weight-400">
We have worked to develop a strong open source program over the past decade, making
it easy for every team at Microsoft to choose to use, contribute to, and release open
source software.
</p>
<p class="p-lg font-weight-400">
Many of our tools and approaches are available for you to learn from, too.
</p>
<div class="mt-6">
<a class="link-arrow" href="{{ '/program/' | relative_url }}">Our program</a><br />
<a class="link-arrow" href="{{ '/program/#program-tools' | relative_url }}">Our tools</a><br />
<a class="link-arrow" href="{{ '/ecosystem/' | relative_url }}">The ecosystem we support</a>
</div>
</div>
<img src="{{ '/assets/images/direction/dots-corner.svg' | relative_url }}" alt="" />
</div>
</div>
<div class="wrapper pt-6 pb-6 mt-6 mb-6">
<div class="d-md-flex">
<div class="col-md-6 col-lg-5 mb-4 mb-md-0">
<h3 class="h5 text-brand font-weight-600 mb-2">Innovate faster and more securely with open source on Azure</h3>
<p>Build on a highly secure cloud platform designed to protect your data and business assets, including proactive, comprehensive compliance coverage. Gain the flexibility to move your app anywhere. Operate seamlessly and elastically, on-premises, in hybrid or multicloud environments, or at the edge.</p>
<div class="link-arrow-external mt-4"><a href="https://azure.microsoft.com/en-us/solutions/open-source/#overview">Learn more about open source on Azure</a></div>
</div>
<!--
To restore this section, we would need code to connect to the post-cookie consent process.
<div class="col-md-6 pl-md-4 pl-lg-6">
<div>
<iframe loading="lazy" src="https://docs.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/video-embed.html?id=ec3d794c-eb61-42fe-a0ae-016cfa1663a4" allowfullscreen="" title="" tabindex="0" allow="autoplay" style="width: 100%;height:200px;position: relative;"></iframe>
<div class="link-arrow-external mt-4"><a href="https://azure.microsoft.com/en-us/blog/genomics-testing-on-the-iss-with-hpe-spaceborne-computer2-and-azure/">Azure - The cloud powering the space race. Read the story</a>.</div>
</div>
</div>
-->
</div>
</div>
<div class="wrapper pt-6 pb-6 mt-6 mb-6" >
<div class="text-center mb-6" data-animate-in="up" data-animate-in-delay="400">
<h2 class="h3">Microsoft Open Source Updates</h2>
</div>
<div class="blog-list">
{% for post in site.posts %}
<a class="blog-preview" href="{{ post.articleUrl }}" target="_blank" rel= "noopener" data-animate-in="up"
data-animate-in-delay="200">
<div>
<h3 class="h5 text-brand font-weight-600 mb-2">{{ post.title }}</h3>
{% if post.author %}
<span class="blog-preview__meta mb-2">
{% if post.authorAvatar %}
<img
alt="Photo or avatar image of {{ post.author }}"
style="border-radius: 50%; max-width: 32px;display:inline-block"
src="/assets/images/posts/{{ post.authorAvatar }}" />
{% endif %}
<div style="display: inline-block; margin-left: 6px">
{{ post.author }}
{% if post.authorTitle %}
<br />{{ post.authorTitle }}
{% endif %}
</div>
</span>
{% endif %}
<!--
<p class="blog-preview__meta mb-2">{{ post.publishDate }}</p>
-->
{% if post.video_url %}
<div class="blog-preview__video">
<iframe loading="lazy" src="https://docs.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/video-embed.html?id=ec3d794c-eb61-42fe-a0ae-016cfa1663a4" allowFullScreen title="{{video.title}}" tabindex="0" allow="autoplay"></iframe>
</div>
{% endif %}
{{ post.content }}
</div>
{% if post.azure-oss-post %}
<div class="link-arrow-external mt-4">Learn more about open source on Azure</div>
{% else %}
<div class="link-arrow-external mt-4">Read post</div>
{% endif %}
</a>
{% endfor %}
</div>
{% assign postCount = site.posts|size %}
{% if postCount > 4 %}
<script>
var $ = jQuery,
post = $('.blog-preview');
post.hide();
randomElements = post.get().sort(function () {
return Math.round(Math.random()) - 0.5
}).slice(0, 4);
$(randomElements).show();
</script>
{% endif %}
<!--
<div class="text-center mt-6 pb-6">
<a class="link-arrow-external" href="https://cloudblogs.microsoft.com/opensource/">Microsoft's Open Source
Blog</a>
</div>
-->
</div>
<div class="wrapper-full bg-brand-dark text-white">
<div class="wrapper py-6 my-6">
<h3 class="h3">Community Resources</h3>
<div class="d-md-flex">
<div class="col-md-6 col-lg-5 mb-4 mb-md-0">
<p>
We welcome you to our open communities. Please check out
our Code of Conduct and one-time Contributor License Agreement
to help us all participate with care.
</p>
</div>
<div class="col-md-6 pl-md-4 pl-lg-6">
{% for resources in site.data.community %}
{% for resource in resources.resources %}
<div>
<a class="link-arrow-external mb-2" href="{{ resource.url }}">{{ resource.title }}</a>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>
</article>
<script>
{% include homepage.js %}
</script>