File: header-faust.html

package info (click to toggle)
faust 2.14.4~repack2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276,136 kB
  • sloc: cpp: 231,578; ansic: 15,403; sh: 10,871; java: 6,917; objc: 4,085; makefile: 3,002; cs: 1,077; ruby: 951; python: 885; xml: 550; yacc: 516; lex: 233; lisp: 201
file content (92 lines) | stat: -rw-r--r-- 4,680 bytes parent folder | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
    
    <link href="css/faust-website.css" rel="stylesheet">
    <link href="css/faust-widget.css" rel="stylesheet">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_CHTML-full" type="text/javascript"></script>

    <title>Faust Programming Language</title>
  </head>
  <body>
    
    <header>
      <div class="fixed-top">
        <nav class="navbar navbar-expand-md navbar-dark bg-dark">
          <a class="navbar-brand" href="#">:> Faust</a>
          <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
          </button>
          <div class="collapse navbar-collapse" id="navbarCollapse">
            <ul class="navbar-nav mr-auto">
              <li class="nav-item dropdown">
              <!--<li class="nav-item active">-->
                <a data-toggle="dropdown" class="nav-link dropdown-toggle active" href="#">Learn</a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">Overview/Index</a>
                  <a class="dropdown-item" href="#">Get Started</a>
                  <a class="dropdown-item active" href="#">Faust Manual</a>
                  <a class="dropdown-item" href="#">Libraries Documentation</a>
                  <a class="dropdown-item" href="#">Cheat Sheet</a>
                  <a class="dropdown-item" href="#">Tutorials</a>
                  <a class="dropdown-item" href="#">Examples</a>
                  <a class="dropdown-item" href="#">Singal Processing Courses</a>
                </div>
              </li>
              <li class="nav-item">
                <a class="nav-link" href="#">Download</a>
              </li>
              <li class="nav-item dropdown">
                <a data-toggle="dropdown" class="nav-link dropdown-toggle" href="#">Online Platforms</a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">Web Editor</a>
                  <a class="dropdown-item" href="#">Online Compiler</a>
                  <a class="dropdown-item" href="#">Faust Playground</a>
                </div>
              </li>
              <li class="nav-item dropdown">
                <a data-toggle="dropdown" class="nav-link dropdown-toggle" href="#">Tools</a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">FaustLive</a>
                  <a class="dropdown-item" href="#">FaustWorks</a>
                  <a class="dropdown-item" href="#">FaustGen</a>
                </div>
              </li>
              <li class="nav-item dropdown">
                <a data-toggle="dropdown" class="nav-link dropdown-toggle" href="#">Community</a>
                <div class="dropdown-menu">
                  <a class="dropdown-item" href="#">News</a>
                  <a class="dropdown-item" href="#">Get Help (Mailing Lists)</a>
                  <a class="dropdown-item" href="#">Faust Conference</a>
                  <a class="dropdown-item" href="#">Academic Papers</a>
                  <a class="dropdown-item" href="#">Press</a>
                  <a class="dropdown-item" href="#">Report a Bug</a>
                  <a class="dropdown-item" href="#">Made with Faust</a>
                </div>
              </li>
              <li class="nav-item">
                <a class="nav-link" href="#">Showcase</a>
              </li>
            </ul>
            <form class="form-inline mt-2 mt-md-0">
              <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
              <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
            </form>
          </div>
        </nav>        
        <nav aria-label="breadcrumb">
          <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="#">Home</a></li>
            <li class="breadcrumb-item"><a href="#">Learn</a></li>
            <li class="breadcrumb-item active" aria-current="page">Faust Manual</li>
          </ol>
        </nav>
      </div>      
    </header>