Skip to content

Commit

Permalink
#19 add training links
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtank committed Feb 4, 2021
1 parent faa9e28 commit 35f0318
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 94 deletions.
2 changes: 2 additions & 0 deletions src/Hosted/Hosted.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<Content Include="consulting.html" />
<Content Include="careers.html" />
<Content Include="openPosition.html" />
<Content Include="fsharpTraining.html" />
<Content Include="webTraining.html" />
<None Include="assets\custom.scss" />
<Content Include="assets\custom.css" />
<Content Include="assets\skin.css" />
Expand Down
Binary file added src/Hosted/assets/fsharp-training-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 135 additions & 0 deletions src/Hosted/fsharp-basics.html
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>

127 changes: 33 additions & 94 deletions src/Hosted/trainings.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,58 +99,18 @@ <h2>Your data is safe.</h2>
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-lg-8">
<p>
Our next trainings will be about F# programming language and its benefits.
What do you gain by using the F# language? How can you make switch?
We will answer all these question in our training. Join us at 15th of January!
</p>
</div>
<div class="col-lg-4">
<ul class="icon-list icon-circle">
<li>Functional Programming</li>
<li>F# Development</li>
<li>Business Model</li>
</ul>
<div class="col-lg-12">
<p>
Learning a new paradigm makes you a better programmer even if you don't switch to using F# full-time.
The interactive scripting and succint syntax gives you a great tool for quickly solving one-off problems.
By learning to write idiomatic code in F# you will be able to create maintainable and reusable contributions.
</p>
<hr class="space-xs" />
</div>
</div>
<hr class="space space-40" />
<table class="table table-grid table-border no-padding-y align-left table-full-sm">
<tbody>
<tr>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-user-tie text-md"></i>
<div class="caption">
<h3 class="text-sm">Expert</h3>
<p>John Smith</p>
</div>
</div>
</td>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-calendar-alt text-md"></i>
<div class="caption">
<h3 class="text-sm">Date</h3>
<p>15 January</p>
</div>
</div>
</td>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-users text-md"></i>
<div class="caption">
<h3 class="text-sm">Group</h3>
<p>10-15 people</p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-3">
<a href="#" class="btn btn-sm full-width btn-circle">Register</a>
<a href="https://intellifactory.com/course/2-days-to-fsharp" class="btn btn-sm full-width btn-circle">Learn more</a>
<hr class="space-xs" />
</div>
</div>
Expand All @@ -159,57 +119,36 @@ <h3 class="text-sm">Group</h3>
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-lg-8">
<p>
This training will be about our 3 major products: WebSharper, Bolero and SiteFi.
We will show the development process with our products and answer any questions you might have.
</p>
<div class="col-lg-12">
<p>
Web application development is a complex process involving the communication of multiple layers.
Learn how to use WebSharper to its fullest effect to minimize both routine tasks and potential errors.
</p>
<hr class="space-xs" />
</div>
<div class="col-lg-4">
<ul class="icon-list icon-circle">
<li>WebSharper</li>
<li>Bolero</li>
<li>SiteFi</li>
</ul>
</div>
</div>
<div class="col-lg-3">
<a href="https://intellifactory.com/course/web-and-mobile" class="btn btn-sm btn-circle full-width">Learn more</a>
<hr class="space-xs" />
</div>
</div>
<hr />
<hr class="space-sm" />
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-lg-12">
<p>
Learn to provide better user experience with responsive layout, contextual tooltips, action previews, non-blocking computations.
Make your application look as great as it behaves with animated state transitions.
</p>
<hr class="space-xs" />
</div>
</div>
<hr class="space space-40" />
<table class="table table-grid table-border no-padding-y align-left table-full-sm">
<tbody>
<tr>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-user-tie text-md"></i>
<div class="caption">
<h3 class="text-sm">Expert</h3>
<p>Richard Dawson</p>
</div>
</div>
</td>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-calendar-alt text-md"></i>
<div class="caption">
<h3 class="text-sm">Date</h3>
<p>12 February</p>
</div>
</div>
</td>
<td>
<div class="icon-box icon-box-left">
<i class="fas fa-users text-md"></i>
<div class="caption">
<h3 class="text-sm">Graduation</h3>
<p>10 people</p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-3">
<a href="#" class="btn btn-sm btn-circle full-width">Register</a>
<a href="https://intellifactory.com/course/functional-reactive" class="btn btn-sm btn-circle full-width">Learn more</a>
<hr class="space-xs" />
</div>
</div>
Expand Down

0 comments on commit 35f0318

Please sign in to comment.