-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlinks.html
31 lines (31 loc) · 1.59 KB
/
links.html
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
<html>
<head>
<meta charset="utf-8">
<title>Haskell.lv - Saites uz citiem resursiem</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/index.css">
<link rel="shortcut icon" href="/logo.svg" type="image/x-icon">
</head>
<body>
<div class="header">
<a href="/"><img src="/logo.svg" id="logo" /></a>
<div class="nav">
<a href="/">Apmācība</a>
<a href="https://www.haskell.org/downloads" target="_blank">Lejupielādēt</a>
<a href="/irc.html">IRC</a>
<a href="/links.html" class="active">Saites uz citiem resursiem</a>
</div>
</div>
<div class="content">
<div class="tutorial">
<ul class="links">
<li><a href="https://www.haskell.org/" target="_blank">haskell.org</a> - oficiāla Haskell mājaslapa.</li>
<li><a href="http://learnyouahaskell.com/" target="_blank">LYAH</a> - Learn You a Haskell for Great Good! - iesācējiem draudzīgāka grāmata par Haskell.</li>
<li><a href="http://tryhaskell.org/" target="_blank">tryhaskell</a> - online tutorial-interpretators iesācējiem.</li>
<li><a href="https://www.haskell.org/hoogle/" target="_blank">Hoogle</a> - ērts rīks meklēšanai Haskell bibliotēkās.</li>
<li><a href="https://github.com/ivanovsaleksejs/haskelllv/" target="_blank">haskell.lv git repo</a> - šīs mājas lapas HTML koda publiskais repozitorijs.</li>
</ul>
</div>
</div>
</body>
</html>