-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (41 loc) · 1.87 KB
/
index.html
File metadata and controls
49 lines (41 loc) · 1.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>#NaiveNeuron</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">#NaiveNeuron </a></h1>
<nav><ul>
<li><a href="/pages/dlsg-deep-learning-study-group.html">DLSG - Deep Learning Study Group</a></li>
<li><a href="/pages/projects.html">Projects</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1 class="entry-title">#NaiveNeuron</h1>
<p>Hi we are #NaiveNeuron and we are research group formed at Faculty of
Matemathics, Physics and Informatics University Komenius Bratislava, Slovakia.
We are currently working on many projects, such as, board2slides, uvvid, PKSpace
or DLSG. You can learn more about our work and project in corresponding sections.
If you have any question don't hesitate to contact us @Freenode IRC
channel #naiveneuron.</p>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://github.com/NaiveNeuron/">find us on github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
</body>
</html>