forked from 05F5/05FA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (72 loc) · 3.23 KB
/
index.html
File metadata and controls
73 lines (72 loc) · 3.23 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Open Source Founders Association</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Open Source Founders Association is a community where open source leaders connect, share knowledge, and support each other."/>
<link rel="stylesheet" href="css/styles.css"/>
</head>
<body>
<div class="container">
<div class="header clearfix">
<h1>
<span class="visually-hidden">Open Source Founders Association</span>
<img src="img/logo.png" alt="Open Source Founders Association Logo"/>
</h1>
<img src="img/header.png" alt="Pictures from 05F524">
<h2>
<span>Connect</span>
<span>Share</span>
<span>Thrive</span>
</h2>
<p class="elevator">The Open Source Founders Association is a community where open source leaders connect, share knowledge,
and support each other.
</p>
</div>
<div class="intro">
<h3>
Join 80+ business leaders for in-person events packed with workshops, expert-led talks,
and make real connections.
</h3>
<p>The association’s activities are aimed at improving knowledge sharing among open source founders, helping founders
get unstuck, breaking the isolation experienced by founders of open source companies and ultimately improving
the chances of success for companies built around open source software.
</p>
</div>
<div class="packages clearfix">
<div class="package">
<h3>Join the Event</h3>
<p class="price">€949</p>
<p class="desc">Next Open Source Founders Summit is scheduled May 19-20, in La Rotonde Stalingrade, Paris.</p>
<a href="https://05f5.com/request-invite" class="btn">Request Invite</a>
</div>
<div class="package package-2">
<h3>Join the Association</h3>
<p class="price">€199</p>
<p class="desc">
Includes access to a curated chat, discounts & early access to the events,
and a voice in the association.
</p>
<a href="https://pretix.eu/05F5/2025/#" class="btn">Register</a>
</div>
</div>
<div class="contact">
<h2>Need more information?</h2>
<h3>Get in touch: <a href="mailto:contact@05f5.com" style="color: beige;">contact@05f5.com</a></h3>
<img src="img/footer.png" alt="Pictures from 05F524">
<p>
Open Source Founders Association
200, rue de la Croix Nivert, 75015 Paris, France
</p>
</div>
<div class="footer">
<p><a href="https://05f5.com/privacy" >Privacy</a>
<a href="https://05f5.com/code">Code of Conduct</a>
<a href="mailto:contact@05f5.com">Contact Us</a>
</p>
</div>
</div>
</body>
</html>