-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (50 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Integrating Community</title>
<meta name="description" content="Community for Software integration">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600&display=swap" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body style="background-image: linear-gradient(to bottom, white, #fff0ff); height: 85vh">
<div class="container" style="padding-bottom: 16rem;">
<div class="row" style="margin-top: 15%">
<div class="column">
<h1 style="color: #ed92c9"><img src="images/logo.png" alt="Integratig Community Logo"> Integrating Community</h1>
<p>Community of folk interested in free and open source software for solving integration problems. We consist of members of two communities <a href="https://camel.apache.org">Apache Camel</a> and <a href="https://syndesis.io">Syndesis</a>.</p>
<figure style="text-align: center; margin-top: 5%">
<a href="https://fosdem.org/2020"><img src="images/fosdem-banner.png" alt="FOSDEM 2020 banner" class="u-max-full-width"></a>
<figcaption>Join us at FOSDEM 2020 at the <a href="https://fosdem.org/2020/stands/">Integration Process Community stand</a>.</figcaption>
</figure>
</div>
</div>
<div class="row" style="margin-top: 5%">
<div class="one-half column">
<div style="height: 16rem">
<a href="https://camel.apache.org"><img src="images/camel-logo.png" alt="Apache Camel" class="u-max-full-width"></a>
</div>
<h5>Open source integration framework from Apache Software Foundation</h5>
</div>
<div class="one-half column">
<div style="height: 16rem">
<a href="https://syndesis.io"><img src="images/syndesis-logo.png" alt="Syndesis" class="u-max-full-width"></a>
</div>
<h5>Low code visual environment for creating point to point integrations</h5>
</div>
</div>
</div>
<footer style="position: fixed; bottom: 0; width: 100%; height: 15vh; padding: 3rem; box-sizing: border-box; background: #fff0ff; text-align: center">
<div class="container">
<div class="row">
<div class="one-third column"><q>integration</q> icon by Gregor Cresnar from the Noun Project</div>
<div class="one-third column">License: <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0 1.0 Universal</a></div>
<div class="one-third column"><a href="https://github.com/integrating-community/website/" title="Contribute"><img src="images/GitHub-Mark-32px.png" alt="GitHub logo" style="vertical-align: middle;"></a></div>
</div>
</div>
</footer>
</body>
</html>