forked from granicz/SiteFi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
170 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!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" /> | ||
<title>F# Web Developer</title> | ||
<meta name="description" content="" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<script src="themekit/scripts/jquery.min.js"></script> | ||
<script src="themekit/scripts/main.js"></script> | ||
<link rel="stylesheet" href="themekit/css/bootstrap-grid.min.css" /> | ||
<link rel="stylesheet" href="themekit/css/style.min.css" /> | ||
<link rel="stylesheet" href="themekit/css/magnific-popup.min.css" /> | ||
<link rel="stylesheet" href="themekit/css/contact-form.min.css" /> | ||
<link rel="stylesheet" href="themekit/css/content-box.min.css" /> | ||
<link | ||
rel="stylesheet" | ||
href="themekit/media/icons/iconsmind/line-icons.min.css" | ||
/> | ||
<link rel="stylesheet" href="assets/skin.min.css" /> | ||
<link rel="stylesheet" href="assets/custom.min.css" /> | ||
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" /> | ||
<script ws-replace="Head"></script> | ||
</head> | ||
<body> | ||
<div id="preloader"></div> | ||
<nav | ||
class="menu-classic menu-transparent dark menu-fixed menu-one-page align-right menu-wide" | ||
data-menu-anima="fade-bottom" | ||
data-scroll-detect="true" | ||
> | ||
<div ws-replace="MenuBar"></div> | ||
</nav> | ||
<main> | ||
<section class="section-base"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<h1 style="margin-top: 0">What is F# and why it matters</h1> | ||
<p>F# is a functional-first, multi-paradigm programming language which is becoming increasingly popular in finance, science, web and mobile development, data mining, machine learning, and more.</p> | ||
<br/> | ||
<p>The language allows for better organized, reliable, reviewable, maintainable code compared to what a purely object-oriented approach can provide.</p> | ||
<br/> | ||
<p>With us, you can quickly learn to use F# in real-world, complex projects.</p> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img | ||
style="display: block; margin: 0 auto" | ||
src="assets/fsharp-training-1.jpg" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="section-base section-color"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<img | ||
class="margin-23 margin-md-23" | ||
src="assets/003.jpg" | ||
/> | ||
</div> | ||
<div class="col-lg-6"> | ||
<h1 style="margin-top: 0">How F# increases productivity</h1> | ||
<p>You can focus on how to write "next generation" applications using F#'s more advanced features.</p> | ||
<br/> | ||
<p>F#'s advanced concepts enable programming sophistication that would be significantly harder in conventional programming languages.</p> | ||
<br/> | ||
<ul> | ||
<li>Easier Concurrency, Asynchronous Programming, Parallel Programming</li> | ||
<li>Ability to do compilation, interpretation, and transformations via F#'s Quotation facility.</li> | ||
<li>Continuations</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="section-base"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<p>What we offer to train:</p> | ||
<ul> | ||
<li>Asynchronous, concurrent and distributed programming</li> | ||
<li>Concise error-handling, logging</li> | ||
<li>Process data with composable functions</li> | ||
<li>F#'s type inference</li> | ||
<li>Pattern matching and Active Patterns</li> | ||
<li>Pit of success with typing</li> | ||
<li>Partial application and currying</li> | ||
<li>Code quotations</li> | ||
<li>Interactive shell and interpreter</li> | ||
</ul> | ||
</div> | ||
<div class="col-lg-6"> | ||
<img | ||
class="margin-23 margin-md-23" | ||
src="assets/003.jpg" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
<i class="scroll-top-btn scroll-top show"></i> | ||
<footer class="footer light"> | ||
<div ws-replace="Footer"></div> | ||
<div class="bottom" ws-replace="Cookie"></div> | ||
<link | ||
async | ||
rel="stylesheet" | ||
href="/themekit/media/icons/fontawesome/icons.css" | ||
/> | ||
<script src="themekit/scripts/contact-form/contact-form.js"></script> | ||
<script src="themekit/scripts/tab-accordion.js"></script> | ||
<script src="themekit/scripts/maps.min.js"></script> | ||
<script src="themekit/scripts/contact-form/contact-form.js"></script> | ||
<script src="themekit/scripts/progress.js"></script> | ||
<script src="themekit/scripts/glide.min.js"></script> | ||
<script src="themekit/scripts/magnific-popup.min.js"></script> | ||
<script src="themekit/scripts/imagesloaded.min.js"></script> | ||
<script src="themekit/scripts/parallax.min.js"></script> | ||
<script src="media/custom.js"></script> | ||
<script src="/js/Client${ReleaseMin}.js"></script> | ||
</footer> | ||
<script ws-replace="scripts"></script> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters