Skip to content
Snippets Groups Projects
Commit cee81661 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

Merge branch 'add_community_icons' into 'master'

Add community icons

See merge request frama-c/frama-c.frama-c.com!17
parents 7711483b 6e688f9b
No related branches found
No related tags found
1 merge request!17Add community icons
Pipeline #23480 passed
......@@ -642,8 +642,7 @@
@media (min-width: 1280px) {
.usefulLinks li {
position: relative;
width: 100%;
padding-left: 90px;
width: 50%;
min-height: 69px;
padding-bottom: 0;
margin-bottom: 50px;
......@@ -806,3 +805,8 @@
}
}*/
}
.icon {
width: 26%;
height: 25%;
}
\ No newline at end of file
assets/img/community/BTS_Mantis.png

14.7 KiB

assets/img/community/github.png

4.17 KiB

assets/img/community/gitlab.png

8.7 KiB

assets/img/community/mails.png

45.3 KiB

assets/img/community/stack_overflow.png

3.36 KiB

assets/img/community/twitter.png

4.2 KiB

......@@ -95,6 +95,8 @@ function(err, data) {
<div id="sidebar-content">
<ul class="side-feed">
<img class="icon" src="/assets/img/community/BTS_Mantis.png">
<li class="icon_1">
<a href="https://bts.frama-c.com/my_view_page.php" target="_blank">
<div class="slideCaption">
......@@ -107,6 +109,7 @@ function(err, data) {
</a>
</li>
<img class="icon" src="/assets/img/community/stack_overflow.png">
<li class="icon_2">
<a href="https://stackoverflow.com/tags/frama-c/" target="_blank">
<div class="slideCaption">
......@@ -119,6 +122,7 @@ function(err, data) {
</a>
</li>
<img class="icon" src="/assets/img/community/mails.png">
<li class="icon_3">
<a href="https://lists.gforge.inria.fr/pipermail/frama-c-discuss/" target="_blank">
<div class="slideCaption">
......@@ -131,7 +135,7 @@ function(err, data) {
</a>
</li>
<img class="icon" src="/assets/img/community/github.png">
<li class="icon_4">
<a href="https://github.com/frama-c" target="_blank">
<div class="slideCaption">
......@@ -144,6 +148,7 @@ function(err, data) {
</a>
</li>
<img class="icon" src="/assets/img/community/github.png">
<li class="icon_5">
<a href="https://github.com/acsl-language" target="_blank">
<div class="slideCaption">
......@@ -156,14 +161,15 @@ function(err, data) {
</a>
</li>
<img class="icon" src="/assets/img/community/twitter.png">
<li class="icon_6">
<a href="/html/careers.html" target="_blank">
<a href="https://twitter.com/frama_c" target="_blank">
<div class="slideCaption">
Careers
Twitter
</div>
<div class="description">
Career options at Frama-C.
@frama_c
</div>
</a>
</li>
......
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