forked from CGAL/cgal-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
50 lines (39 loc) · 1.7 KB
/
project.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
---
layout: page
title: The CGAL Project
header: The CGAL Project
group: navigation
---
{% include JB/setup %}
<div class="row">
{% assign box_title = "People" %}
{% assign box_text = "The project is managed by the CGAL Editorial Board, and counts around 20 active developers and alumnis." %}
{% assign box_image = "images/icons/glyphicons-25-people.svg" %}
{% assign box_link = "./people.html" %}
{% include themes/cgal/box %}
{% assign box_title = "Projects Using CGAL" %}
{% assign box_text = "Check out how other people make use of CGAL data structures and algorithms." %}
{% assign box_image = "images/icons/glyphicons-341-globe.svg" %}
{% assign box_link = "./projects.html" %}
{% include themes/cgal/box %}
</div>
<div class="row">
{% assign box_title = "Partners and Funding" %}
{% assign box_text = "The project is supported by both academia and industry, providing people, infrastructure, and funding." %}
{% assign box_image = "images/icons/glyphicons-490-handshake.svg" %}
{% assign box_link = "./partners.html" %}
{% include themes/cgal/box %}
{% assign box_title = "Rules" %}
{% assign box_text = "The project has rules on how to get developer and editor status, and how decisions are taken." %}
{% assign box_image = "images/icons/glyphicons-562-paragraph.svg" %}
{% assign box_link = "./project_rules.html" %}
{% include themes/cgal/box %}
</div>
<div class="row">
{% assign box_title = "Get Involved" %}
{% assign box_text = "Become a user, contribute your research results, participate in a GSoC, or become a project member." %}
{% assign box_image = "images/icons/glyphicons-7-user-add.svg" %}
{% assign box_link = "./opensource.html" %}
{% assign box_bigger = true %}
{% include themes/cgal/box %}
</div>