Skip to content

Added button to some links on the community page #1523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<strong><em>Community lists and working groups</em></strong><br />
User-interest lists and working groups convened with specific goals.</p>
<footer>
<p><a href="/community/mailing_lists.html">See more lists</a></p>
<a href="/community/mailing_lists.html"><button class="com-button" type="button">See more lists</button></a>
</footer>
</section>
<section class="span4 condensed">
Expand All @@ -60,7 +60,7 @@
</h4>
{{! cmd script/rss2html -n 4 --emails 'https://sympa.inria.fr/sympa/rss/latest_arc/caml-list?count=40' !}}
<footer>
<p><a href="https://sympa.inria.fr/sympa/arc/caml-list/">See archives</a></p>
<a href="https://sympa.inria.fr/sympa/arc/caml-list/"><button class="com-button" type="button">See archives</button></a>
</footer>
</section>
</div>
Expand Down Expand Up @@ -123,7 +123,7 @@
</li>
</ul>
<footer>
<p><a href="/meetings/">See full calendar</a></p>
<a href="/meetings/" class="button-link"><button class="com-button" type="button">See full calendar</button></a>
</footer>
</section>
<section class="span4 condensed">
Expand All @@ -148,7 +148,7 @@
</ul>
{{! cmd script/rss2html -n 3 --headlines http://planet.ocaml.org/rss20.xml !}}
<footer>
<p><a href="planet/">See full list</a></p>
<a href="planet/" class="button-link"><button class="com-button" type="button">See full list</button></a>
</footer>
</section>
</div>
Expand Down
15 changes: 15 additions & 0 deletions site/css/ocamlorg.css
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,21 @@ ul.translations:after { content: "]"; }
text-align: center;
display: flex;
}

.com-button{
background-color: #c45641;
color: #FFFFFF;
padding: 5px;


}

.button-link {
text-decoration: none;


}

.stickers img{
max-width: 100px;
}
Expand Down