-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
96 lines (76 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en" class="has-navbar-fixed-top">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Glutinum - Web</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
</head>
<body>
<section class="content container">
<h1>Welcome to my sponsors & backers page.</h1>
<p>I am Maxime Mangel, a software engineer passionate about open source and F#.</p>
<p>For more than <strong>seven</strong> years, I have been an open source maintainer for Fable and the F# ecosystem.</p>
<p>I am a lead developer of <a href="https://fable.io">Fable</a> project, a F# to JavaScript compiler.</p>
<p>In parallel, I maintain libraries to make the F# ecosystem better.</p>
<ul>
<li>
<a href="https://thoth-org.github.io/Thoth.Json/">Thoth.Json</a>: makes your JSON type safe and generates human friendly errors in case of errors
</li>
<li>
<a href="https://mangelmaxime.github.io/Fable.Form/">Fable.Form</a>: makes working with form in Elmish easy and scalable
</li>
<li>
<a href="https://github.com/elmish/hmr">Elmish HMR</a>: make Elmish application support Hot Reload allowing you to make modification on the fly to your application
</li>
<li>
<a href="https://glutinum.net/">Glutinum</a>: a new generation TypeScript definition to Fable bindings tool
</li>
<li>
If you want to see the full list of my projects, you can go to my:
<ul>
<li>
<a href="https://github.com/MangelMaxime">Github profile</a>
</li>
<li>
<a href="https://www.nuget.org/profiles/MangelMaxime">NuGet profile</a>
</li>
<li>
<a href="https://www.npmjs.com/~mangelmaxime">NPM profile</a>
</li>
</ul>
</li>
</ul>
<p>Finally, because I am passionate about UX/DX, I often contribute to the F# tooling, with projects like <a href="https://github.com/ionide/ionide-vscode-fsharp">Ionide</a>
and <a href="https://github.com/fsharp/">FsAutoComplete</a>.</p>
<p>My major contribution to these projects are in regard to tooltip formatting and syntax highlighting</p>
<h2>Why I need your support?</h2>
<p>As an open source maintainer, I spend a lot of time maintaining and improving my projects.</p>
<p>By becoming a sponsor, you will help me to continue to maintain and improve the projects you are using, and to create new ones.</p>
<p>
<a href="https://www.patreon.com/MangelMaxime">You can become a backer or sponsor on Patreon</a>
</p>
<p>If you prefer one time donation, you can do it via <a href="https://www.paypal.me/MangelMaxime">Paypal</a>
</p>
<h2>Current sponsors</h2>
<p>The development of my projects is <strong>made possible thanks to the support</strong> of these awesome sponsors & backers.</p>
<div class="sponsor-img-container">
<object data="https://mangelmaxime.github.io/sponsors/backers.svg"></object>
</div>
</section>
<style>
.content {
margin-top: 2.625rem;
}
.sponsor-img-container {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</body>
</html>