Skip to content
Snippets Groups Projects
Commit d51526b6 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'frama-c-overview' into 'master'

Frama-C Overview page

See merge request !59
parents ed72a246 f3b9bcd0
No related branches found
No related tags found
1 merge request!59Frama-C Overview page
Pipeline #28762 passed
Showing
with 105 additions and 45 deletions
#- name: Using Frama-C
# link: /html/using-frama-c.html
# id : using
- name: Overview
link: /html/overview.html
id: overview
- name: Features
link: /html/kernel-plugin.html
id : features
......
- name: Plugins
link: /html/kernel-plugin.html
id : kernel-plugin
- name: Kernel
link: /html/kernel.html
id : kernel
- name: GUI
link: /html/gui.html
id : gui
- name: ACSL
link: /html/acsl.html
id : acsl
---
layout: default
css: plugin
---
<body class="page nonTouch">
<div id="wrapper" class="hfeed">
{% include headers.html header="documentation" %}
<div id="container" class="mainContainer">
<div class="tabs">
<div class="pageKernel pages">
<div class="wrap">
{{ content }}
</div>
</div>
{% include footer.html %}
<div class="clear"></div>
</div>
</div>
</body>
---
layout: default
css: plugin
---
<body class="page nonTouch">
<div id="wrapper" class="hfeed">
{% include headers.html %}
<div id="container" class="mainContainer">
<div class="tabs">
<div class="pageKernel pages">
<div class="wrap">
{{ content }}
</div>
</div>
{% include footer.html %}
<div class="clear"></div>
</div>
</div>
---
layout: default
css: plugin
---
<body class="page nonTouch">
<div id="wrapper" class="hfeed">
{% include headers.html header="documentation" %}
<div id="container" class="mainContainer">
<div class="tabs">
<div class="pageKernel pages">
<div class="wrap">
{{ content }}
</div>
</div>
{% include footer.html %}
<div class="clear"></div>
</div>
</div>
......@@ -15,11 +15,11 @@ title: Kernel & Plugins - Frama-C
<div class="wrap">
{% for tab in site.data.tabs %}
<span>
<a class="tabLink {% if page.active==forloop.index %}active locked{% endif %}" href="{{ tab.link }}">{{ tab.name }}</a>
<a class="tabLink {% if page.active==tab.id %}active locked{% endif %}" href="{{ tab.link }}">{{ tab.name }}</a>
</span>
{% endfor %}
{% if page.active == 1 %}
{% if page.active == "kernel-plugin" %}
<span>
<div class="tabOptions">
<div class="pluginSearch">
......
---
layout: default
css: plugin
---
<body class="page nonTouch">
<div id="wrapper" class="hfeed">
{% include headers.html header="overview" %}
<div id="container" class="mainContainer">
<div class="tabs">
<div class="pageKernel pages">
{% if page.video %}
<div class="videoHead wrap">
<figure>
<iframe width="560" height="315" src="{{ page.video }}" frameborder="0" allowfullscreen=""></iframe>
</figure>
</div>
{% endif %}
<div class="wrap">
<h1 class="pageTitle">Overview of Frama-C</h1>
{{ content }}
</div>
</div>
{% include footer.html %}
<div class="clear"></div>
</div>
</div>
......@@ -577,9 +577,12 @@
margin-right: 5px;
}
}
.videoHead {
margin-bottom: 40px;
}
@media (min-width: 768px) {
.videoHead {
margin: 20px auto 0;
margin: 40px auto;
width: 86%;
max-width: 1260px;
}
......@@ -592,14 +595,12 @@
}
}
.videoHead figure {
box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.25);
position: relative;
width: 100%;
padding-bottom: 56.7%;
}
@media (min-width: 1024px) {
.videoHead figure {
box-shadow: 0 54px 70px 0 rgba(0, 0, 0, 0.3);
padding-bottom: 42%;
}
}
......
---
layout: feature
css: plugin
title: ACSL
active: 4
title: ACSL - Frama-C
active: acsl
---
<h1>ANSI/ISO C Specification Language</h1>
......
---
layout: clean_page
layout: doc_page
title: Bug reporting
---
# Report an issue with Frama-C
......
......@@ -2,7 +2,7 @@
layout: feature
css: plugin
title: Graphical User Interface (GUI) - Frama-C
active: 3
active: gui
---
If the Frama-C kernel is the heart of the platform,
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Aluminium
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for 18.0 Argon
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Beryllium release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Beryllium release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Beryllium release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Beryllium release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Beryllium release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Boron release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Boron release
---
......
---
layout: clean_page
layout: doc_page
title: Installation instructions for Frama-C Boron release
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment