forked from fsharp/fsharp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
610 lines (579 loc) · 32.7 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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="F#, FSharp, F# Programming" />
<title>F# Software Foundation</title>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2d3947">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Rajdhani' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/animate.css" rel="stylesheet" media="screen" />
<link href="/css/vs.css" rel="stylesheet" media="screen" />
<link rel="stylesheet" href="/css/main.css" media="screen" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Learn <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="/about/index.html">About F#</a>
</li>
<li>
<a href="/learn.html">Learning F#</a>
</li>
<li>
<a href="/mentorship/index.html">F# Mentorship program</a>
</li>
<li>
<a href="http://community.fsharp.org/speakers">F# Speakers Program</a>
</li>
<li>
<a href="/teaching/index.html">Teaching F#</a>
</li>
<li>
<a href="http://c4fsharp.net/#fsharp-coding-dojos">Coding dojos</a>
</li>
<li>
<a href="/about/index.html#documentation">Documentation</a>
</li>
<li>
<a href="/specs/language-spec/">Language spec</a>
</li>
<li>
<a href="/testimonials/">Testimonials</a>
</li>
<li>
<a href="/videos/1">Videos</a>
</li>
<li>
<a href="/teaching/research.html">Publications</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Use <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="/use/mac/">F# on Mac</a>
</li>
<li>
<a href="/use/linux/">F# on Linux</a>
</li>
<li>
<a href="/use/windows/">F# on Windows</a>
</li>
<li>
<a href="/use/android/">F# on Android</a>
</li>
<li>
<a href="/use/ios/">F# on iOS (iPhone/iPad)</a>
</li>
<li>
<a href="/use/html5/">F# on JS/HTML5</a>
</li>
<li>
<a href="/use/gpu/">F# on GPU</a>
</li>
<li>
<a href="/use/freebsd/">F# on FreeBSD</a>
</li>
<li>
<a href="/use/web/">F# on the web</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Guides <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="/guides/enterprise">Enterprise Programming</a>
</li>
<li>
<a href="/guides/data-science">Data Science</a>
</li>
<li>
<a href="/guides/web">Web Programming</a>
</li>
<li>
<a href="/guides/apps-and-games">Mobile Apps and Games</a>
</li>
<li>
<a href="/guides/machine-learning">Machine Learning</a>
</li>
<li>
<a href="/guides/cloud">Cloud Programming</a>
</li>
<li>
<a href="http://www.tryfsharp.org/Learn/financial-computing">Financial Computing</a>
</li>
<li>
<a href="/guides/math-and-statistics">Math and Statistics</a>
</li>
<li>
<a href="/guides/data-access">Data Access</a>
</li>
<li>
<a href="/guides/mac-linux-cross-platform">Mac, Linux and Cross-Platform</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contribute <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="/guides/engineering/issues">Report/Fix an issue</a>
</li>
<li>
<a href="/community/projects/">F# community projects</a>
</li>
<li>
<a href="http://community.fsharp.org/user_groups">Join user groups</a>
</li>
<li>
<a href="http://c4fsharp.net/events.html">Attend events</a>
</li>
<li>
<a href="https://twitter.com/search?q=%23fsharp">F# on Twitter</a>
</li>
<li>
<a href="http://groups.google.com/group/fsharp-opensource">F# open forum</a>
</li>
<li>
<a href="http://fpish.net/blogs/Some/1/f~23/0">F# blogs</a>
</li>
<li>
<a href="https://github.com/fsharp/">F# on GitHub</a>
</li>
<li>
<a href="http://www.codeplex.com/site/search?query=&sortBy=Relevance&tagName=%2cF%23%2c">F# on CodePlex</a>
</li>
<li>
<a href="https://code.google.com/hosting/search?q=fsharp&sa=Search">F# on Google Code</a>
</li>
<li>
<a href="http://www.fssnip.net/">F# code snippets</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/f%23">Ask on StackOverflow</a>
</li>
<li>
<a href="http://codereview.stackexchange.com/questions/tagged/f%23">F# code review</a>
</li>
<li>
<a href="http://webchat.freenode.net/?channels=%23%23fsharp">F# on IRC</a>
</li>
<li>
<a href="http://chat.stackoverflow.com/rooms/51909/f">F# StackOverflow Chat</a>
</li>
<li>
<a href="/guides/slack">F# on Slack</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Foundation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://foundation.fsharp.org">Mission statement</a>
</li>
<li>
<a href="http://foundation.fsharp.org/join">Join</a>
</li>
<li>
<a href="http://foundation.fsharp.org/announcements">Announcements</a>
</li>
<li>
<a href="http://foundation.fsharp.org/member_roster">Member Roster</a>
</li>
<li>
<a href="/technical-groups">Technical groups</a>
</li>
<li>
<a href="http://fsharp.github.io">F# Core Engineering Group</a>
</li>
<li>
<a href="http://foundation.fsharp.org/logo">F# Logo</a>
</li>
<li>
<a href="http://foundation.fsharp.org/contact">Contact</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Jumbotron -->
<section class="jumbotron" id="main">
<div class="container">
<div class="row" id="jumbotron">
<div class="col-md-5 col-md-push-7 text-center">
<div id="logo"><a href="testimonials"><img src="../img/logo/fsharp256.png" class="img-responsive img-rounded" alt="F# Logo" /> </a></div>
<div class="btn-group">
<button type="button" class="btn dropdown-toggle btn-menu" data-toggle="dropdown" id="download-btn">
<span class="glyphicon glyphicon-download-alt hidden-xs"></span>
Use F# <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="/use/mac/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'mac'])">Mac</a></li>
<li><a href="/use/linux/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'linux'])">Linux</a></li>
<li><a href="/use/windows/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'windows'])">Windows</a></li>
<li><a href="/use/freebsd/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'freebsd'])">FreeBSD</a></li>
<li><a href="/use/web/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'web'])">Web</a></li>
<li><a href="/use/android/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'android'])">Make Android Apps</a></li>
<li><a href="/use/ios/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'ios'])">Make iOS Apps</a></li>
<li><a href="/use/gpu/" onclick="_gaq.push(['_trackEvent', 'home-use-fsharp', 'clicked', 'gpu'])">Write GPU Code</a></li>
</ul>
</div>
<div style="height: 10px;"></div>
</div>
<div class="col-lg-7 col-md-pull-5">
<p class="lead">F# is a mature, open source, cross-platform, functional-first programming language. It empowers users and organizations to tackle complex computing problems with simple, maintainable and robust code.</p>
<div class="text-left hidden-xs" id="social-btns">
<a href="https://twitter.com/fsharporg" target="_blank" class="btn btn-social btn-default btn-circle"><img src="/img/Twitter.png" alt="F# Twitter" /></a>
<a href="http://www.facebook.com/fsharp.org" target="_blank" class="btn btn-social btn-default btn-circle"><img src="/img/Facebook.png" alt="F# Facebook" /></a>
</div>
</div>
</div>
<div class="text-center visible-xs" style="margin-top: 20px;">
<a href="https://twitter.com/fsharporg" target="_blank" class="btn btn-default btn-circle"><img src="/img/Twitter.png" alt="F# Twitter" /></a>
<a href="http://www.facebook.com/fsharp.org" target="_blank" class="btn btn-default btn-circle"><img src="/img/Facebook.png" alt="F# Facebook" /></a>
</div>
</div>
</section>
<section class="home-section">
<div class="container featured">
<div class="row">
<div class="col-md-4">
<p class="featured">F# runs on Linux, Mac OS X, Android, iOS, Windows, GPUs, and browsers. It is free to use and is open source under an OSI-approved license. </p>
</div>
<div class="col-md-4">
<p class="featured">F# is used in a wide range of application areas and is supported by both an active open community and industry-leading companies providing professional tools.</p>
</div>
<div class="col-md-4">
<p class="featured">The mission of the F# Software Foundation is to promote and advance the F# programming language, including a diverse and international community of F# programmers.</p>
</div>
</div>
</div>
</section>
<!--
<section class="home-section">
<div class="container featured">
<div class="row wow animated fadeIn">
<ul class="nav nav-tabs nav-tabs-big hidden-xs" role="tablist">
<li class="active"><a href="#concise" role="tab" data-toggle="tab">Concise</a></li>
<li><a href="#correct" role="tab" data-toggle="tab">Correct</a></li>
<li><a href="#concurrent" role="tab" data-toggle="tab">Concurrent</a></li>
</ul>
<ul class="nav nav-tabs visible-xs-block" role="tablist">
<li class="active"><a href="#concise" role="tab" data-toggle="tab">Concise</a></li>
<li><a href="#correct" role="tab" data-toggle="tab">Correct</a></li>
<li><a href="#concurrent" role="tab" data-toggle="tab">Concurrent</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="concise">
<div class="row">
<div class="col-md-6">
<p>F# is not cluttered up with coding "noise" such as curly brackets, semicolons and so on.</p>
</div>
<div class="col-md-6">
<pre><code class="fsharp">// one-liners
[1..100] |> List.sum |> printfn "sum=%d"
// no curly braces, semicolons or parentheses
let square x = x * x
let sq = square 42
// simple types in one line
type Person = {First:string; Last:string}
// complex types in a few lines
type Employee =
| Worker of Person
| Manager of Employee list
// type inference
let jdoe = {First="John";Last="Doe"}
let worker = Worker jdoe</code></pre>
</div>
</div>
</div>
<div class="tab-pane fade" id="correct">
<div class="row">
<div class="col-md-6">
<p>F# has a powerful type system which prevents many common errors such as null reference exceptions.</p>
</div>
<div class="col-md-6">
<pre><code class="fsharp">// strict type checking
printfn "print string %s" 123 //compile error
// all values immutable by default
person1.First <- "new name" //assignment error
// never have to check for nulls
let makeNewString str =
//str can be concatted safely
let newString = str + " new!"
newString
// embed business logic into types
emptyShoppingCart.remove // compile error!
// units of measure
let distance = 10<m> + 10<ft> // error!</code></pre>
</div>
</div>
</div>
<div class="tab-pane fade" id="concurrent">
<div class="row">
<div class="col-md-6">
<p>F# has a number of built-in libraries to help when more than one thing at a time is happening. Asynchronous programming is very easy, as is parallelism. F# also has a built-in actor model, and excellent support for event handling and functional reactive programming.</p>
</div>
<div class="col-md-6">
<pre><code class="fsharp">// easy async logic with "async" keyword
let! result = async {something}
// easy parallelism
Async.Parallel [ for i in 0..40 ->
async { return fib(i) } ]
// message queues
MailboxProcessor.Start(fun inbox-> async {
let! msg = inbox.Receive()
printfn "message is: %s" msg
})</code></pre>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<section class="home-section light-gray">
<div class="container featured">
<div class="">
<h2 class="text-center section-header">Getting Started</h2>
</div>
<div class="row wow animated fadeIn">
<div class="col-md-6">
<h3><span class="glyphicon glyphicon-pencil"></span> Learn</h3>
<ul class="">
<li>Read <a href="/learn.html" onclick="_gaq.push(['_trackEvent', 'home-learn', 'clicked', 'books'])">F# books and tutorials</a></li>
<li>Read the <a href="/about/index.html#documentation" onclick="_gaq.push(['_trackEvent', 'home-learn', 'clicked', 'documentation'])">documentation</a></li>
<li>Watch <a href="/videos/1" onclick="_gaq.push(['_trackEvent', 'home-learn', 'clicked', 'videos'])">F# videos</a></li>
</ul>
</div>
<div class="col-md-6">
<h3><span class="glyphicon glyphicon-user"></span> Community</h3>
<ul>
<li>Join <a href="http://foundation.fsharp.org/join" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'join'])">the F# Software Foundation</a></li>
<li>Ask questions on <a href="http://stackoverflow.com/questions/tagged/f%23" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'stackoverflow'])">StackOverflow</a></li>
<li>Attend <a href="http://c4fsharp.net/events.html" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'events'])">F# events</a> and join <a href="http://c4fsharp.net/groups.html" target="_blank" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'meetups'])">F# meetups</a></li>
<li>Contribute to <a href="/community/projects/" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'contribute'])">F# projects</a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="home-section">
<div class="container featured">
<div>
<h2 class="text-center section-header">Testimonials</h2>
<div class="row wow animated fadeIn">
<div class="col-md-6" id="testimonials-col-1">
<blockquote>
<p>
<a class="testimonial" href="testimonials/#goswin-1">We see great potential for F# to be used as a scripting language in CAD, it fits very well for computational design challenges in the construction industry.</a>
</p>
<footer>
<cite><a href="testimonials/#goswin-1" target="_blank">Goswin Rothenthal</a></cite>
</footer>
</blockquote>
<blockquote>
<p>
<a class="testimonial" href="testimonials/#simon-cousins-2">I have now delivered three business critical projects written in F#. I am still waiting for the first bug to come in.</a>
</p><footer>
<cite><a href="testimonials/#simon-cousins-2" target="_blank">Simon Cousins</a></cite>
</footer>
</blockquote>
<blockquote>
<p>
<a class="testimonial" href="testimonials/#byron-cook-1">F# is the night vision goggles I need when I go into the dark and attempt to solve previously unsolved problems.</a>
</p><footer>
<cite><a href="testimonials/#byron-cook-1" target="_blank">Professor Byron Cook</a></cite>
</footer>
</blockquote>
</div>
<div class="col-md-6" id="testimonials-col-2">
<blockquote>
<p>
<a class="testimonial" href="testimonials/#horspool-1">When F# is combined with Visual Studio… productivity goes through the roof!</a>
</p><footer>
<cite><a href="testimonials/#horspool-1" target="_blank">Prof Nigel Horspool</a></cite>
</footer>
</blockquote>
<blockquote>
<p>
<a class="testimonial" href="testimonials/#michael-hansen">The simple, well-designed and powerful core of the language was perfect for introducing the fundamental concepts of functional programming.</a>
</p><footer>
<cite><a href="testimonials/#michael-hansen" target="_blank">Michael R. Hansen</a></cite>
</footer>
</blockquote>
<blockquote>
<p>
<a class="testimonial" href="testimonials/#15below-1">We would recommend F# as an additional tool in the kit of any company building software on the .NET stack.</a>
</p><footer>
<cite><a href="testimonials/#15below-1" target="_blank">Michael Newton</a></cite>
</footer>
</blockquote>
</div>
</div>
<a href="/testimonials/" class="pull-right" onclick="_gaq.push(['_trackEvent', 'home-testimonials', 'clicked'])">More testimonials ﹥﹥</a>
</div>
</div>
</section>
<section class="home-section light-gray">
<div class="container featured">
<h2 class="text-center section-header">
News<a href="http://fpish.net/rss/blogs/tag/1/f~23" id="news-rss">
<img src="/img/rss.png" alt="RSS Feed">
</a>
</h2>
<ul class="list-group wow animated fadeIn animated" id="news-list"></ul>
</div>
</section>
<section class="home-section" style="border-bottom: none;">
<div id="supporter-container" style="display:none;" class="container featured">
<h2 class="text-center section-header"><a href="http://foundation.fsharp.org/sponsor_membership" target="_blank">Sponsor Members</a></h2>
<div id="sponsors-carousel" class="carousel slide wow animated" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-md-4">
<img class="center-block img-responsive carousel-img" src="/img/sup/fsharpworks.png" alt="fsharpWorks" />
</div>
<div class="col-md-4">
<img class="center-block img-responsive carousel-img" src="/img/sup/jet.png" alt="Jet" />
</div>
<div class="col-md-4">
<img class="center-block img-responsive carousel-img" src="/img/sup/prolucid.png" />
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-md-4">
<img class="center-block img-responsive carousel-img" src="/img/sup/genetec.png" />
</div>
<div class="col-md-4">
<img class="center-block img-responsive carousel-img" src="/img/sup/drdispatch.png" />
</div>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#sponsors-carousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#sponsors-carousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</section>
<!-- <section class="home-section" style="border: none;">
<div class="container featured">
<div class="row wow animated fadeIn">
<div class="col-md-2 menu">
<h4>Follow</h4>
<div class="addthis_toolbox addthis_32x32_style addthis_vertical_style">
<a class="addthis_button_facebook_follow" addthis:userid="fsharp.org"></a>
<a class="addthis_button_twitter_follow" addthis:userid="fsharporg"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54207a8d10b4461b"></script>
</div>
</div>
</div>
</section>
-->
<div class="push"></div>
<div class="push"></div>
<!-- Footer -->
<footer id="footer">
<div class="container text-center">
<a href="#main" id="footer-arrow"><img src="/img/arrow.png" alt="Back to the top" /></a>
<p>Copyright © 2012-2017 F# Software Foundation and individual contributors.
<br/>
<p>Maintained by F# Software Foundation and the F# community on <a href="https://github.com/fsharp/fsfoundation" target="_blank">GitHub</a>.</p>
</div>
</footer>
<!-- JS -->
<script src="/js/wow.min.js"></script>
<!--<script src="/js/highlight.pack.js"></script>-->
<script type="text/javascript">
new WOW().init();
</script>
<!--<script>hljs.initHighlightingOnLoad();</script>-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/js/home.js"></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54207a8d10b4461b"></script>
<script type="text/javascript">
addthis.layers({
'theme': 'transparent',
'share': {
'position': 'right',
'numPreferredServices': 4,
'services': 'facebook,twitter,print,more'
},
//'follow': {
// 'services': [
// { 'service': 'facebook', 'id': 'fsharp.org' },
// { 'service': 'twitter', 'id': 'fsharporg' }
// ]
//}
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35753329-2']);
_gaq.push(['_setDomainName', 'fsharp.org']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>