Skip to content
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
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ source "https://rubygems.org"

gem 'jekyll-feed'
gem "github-pages", ">= 150"
gem "html-proofer"
gem "html-proofer"
gem "tzinfo-data"
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
41 changes: 30 additions & 11 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,46 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>{{ page.title }}</title>

<link rel="icon" type="image/x-icon" href="{{ "/images/humanai.jpg" | prepend: site.baseurl }}">

<!-- bootstrap framework -->
<!-- Bootstrap framework -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/flatly/bootstrap.min.css">

<!-- Main stylesheet -->
<link rel="stylesheet" href="/css/hsf.css" type="text/css" />
</head>

<body>

{% include navbar.ext %}

<div class="container">
<!-- Page background wrapper -->
<div class="page-wrapper">

<!-- Main content container -->
<div class="container">

{{ content }}
{{ content }}

<br><br>
<hr>
<div class="footer fixed-bottom">
<a href="https://github.com/humanai-foundation/humanai-foundation.github.io/edit/master/{{ page.path }}"><i class="glyphicon glyphicon-wrench"></i> Improve this page. </a>
Thanks to <a href="https://pages.github.com/">GitHub Pages</a>, <a href="http://jekyllrb.com/">Jekyll</a> and <a href="http://getbootstrap.com/">Bootstrap</a>.
</div>
<br><br>
<hr>

</div> <!-- container -->
<!-- Footer -->
<div class="footer fixed-bottom">
<a href="https://github.com/humanai-foundation/humanai-foundation.github.io/edit/master/{{ page.path }}">
<i class="glyphicon glyphicon-wrench"></i> Improve this page.
</a>
<br>
Thanks to
<a href="https://pages.github.com/">GitHub Pages</a>,
<a href="http://jekyllrb.com/">Jekyll</a> and
<a href="http://getbootstrap.com/">Bootstrap</a>.
</div>

</div> <!-- container -->

</div> <!-- page-wrapper -->


<!-- Google Analytics -->
Expand All @@ -35,5 +53,6 @@

<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

</body>
</html>
</html>
11 changes: 6 additions & 5 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ <h2>HumanAI in GSoC 2026</h2>


<p class="lead">Organization administrators:<br>
<a href="http://sergeigleyzer.com/" target="_blank">Prof. Sergei Gleyzer, AI</a> <br>
<a href="https://xgranja.people.ua.edu/" target="_blank">Prof. Xabier Granja, Modern Languages</a> <br>
<a href="https://emanueleusai.com" target="_blank">Prof. Emanuele Usai, AI</a> <br>
<a href="https://psychology.ua.edu/people/despina-stavrinosa/" target="_blank">Prof. Despina Stavrinos, Social Sciences, Psychology</a> <br>

<ul class="organiser_names">
<a href="http://sergeigleyzer.com/" target="_blank"><li> Sergei Gleyzer, AI</li> <br>
<a href="https://xgranja.people.ua.edu/" target="_blank"><li>Prof. Xabier Granja, Modern Languages</li> <br>
<a href="https://emanueleusai.com" target="_blank"><li>Prof. Emanuele Usai, AI</li></a> <br>
<a href="https://psychology.ua.edu/people/despina-stavrinosa/" target="_blank"><li>Prof. Despina Stavrinos, Social Sciences, Psychology</li></a> <br>
</ul>

</p>

Expand Down
6 changes: 6 additions & 0 deletions css/hsf.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,9 @@ body {
.alignright {
float: right;
}

.organiser_names{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
font-weight: 100;
}