-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (46 loc) · 2.63 KB
/
index.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Feldspar - Home</title>
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Open+Sans:400,700">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css" />
</head>
<body class="Home">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35688024-1', 'github.com');
ga('send', 'pageview');
</script>
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="./">Feldspar</a>
</div>
<div class="navbar-collapse">
<img src="./images/Ericsson.png" height="52px" style="float: right; margin: 10px;" />
<img src="./images/SICS.png" height="52px" style="float: right; margin: 10px;" />
<img src="./images/ELTE.png" height="56px" style="float: right; margin: 10px; margin-top: 8px; margin-bottom: 0px;" />
<img src="./images/Chalmers.png" height="58px" style="float: right; margin: 15px; margin-top: 10px; margin-bottom: 0px;" />
<ul class="nav navbar-nav">
<li><a href="./introduction.html">Introduction</a></li>
<li><a href="./download.html">Downloads</a></li>
<li><a href="./contributors.html">Contributors</a></li>
<li><a href="http://github.com/Feldspar">Source Code</a></li>
</ul>
</div>
</div>
</div>
<div class="container content">
<div class="jumbotron">
<h1 id="feldspar">Feldspar</h1>
<h2 id="portable-and-efficient-digital-signal-processing-algorithms">Portable and Efficient Digital Signal Processing Algorithms</h2>
<p>Feldspar is a domain specific programming language that allows programmers to easily implement correct and portable high-performance signal processing algorithms for embedded systems.</p>
</div>
</div>
</body>
</html>