2828 <link rel =' stylesheet' href =' /stylesheets/style.css' />
2929 <script src =" https://cdn.jsdelivr.net/remarkable/1.7.1/remarkable.min.js" ></script >
3030 <style >
31- table .df-table { white-space : pre ; }
32- table .df-table th , td { padding : 2px 5px ; font-variant-numeric : tabular-nums ; }
33- table .df-table .float32 , .int32 { text-align : right ; }
34- </style >
31+ table .df-table {
32+ white-space : pre ;
33+ }
34+
35+ table .df-table th ,
36+ td {
37+ padding : 2px 5px ;
38+ font-variant-numeric : tabular-nums ;
39+ }
40+
41+ table .df-table .float32 ,
42+ .int32 {
43+ text-align : right ;
44+ }
45+ </style >
3546</head >
3647
3748<body >
3849 <nav class =" navbar navbar-expand-lg navbar-dark bg-dark" >
39- <a class =" navbar-brand" href =" #" ><img style =" width: 40px; width: 40px;" src =" images/logo.png" /> Notebooks</a >
50+ <a class =" navbar-brand" href =" #" ><img style =" width: 40px; width: 40px; margin-left: 5px; border-radius: 10px;"
51+ src =" images/danfo.svg" /> notebooks</a >
4052 <button class =" navbar-toggler" type =" button" data-toggle =" collapse" data-target =" #navbarSupportedContent"
4153 aria-controls =" navbarSupportedContent" aria-expanded =" false" aria-label =" Toggle navigation" >
4254 <span class =" navbar-toggler-icon" ></span >
4355 </button >
4456
45- <div class =" collapse navbar-collapse" id =" navbarSupportedContent" >
57+ <div style = " margin-right: 200px; " class =" collapse navbar-collapse" id =" navbarSupportedContent" >
4658 <ul class =" navbar-nav ml-auto" >
47- <li class =" nav-item active" >
59+ {{!-- <li class="nav-item active">
4860 <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
49- </li >
50- <li class =" nav-item" >
51- <a class =" nav-link" href =" #" >Getting Started</a >
52- </li >
53- <li class =" nav-item" >
54- <a class =" nav-link" href =" https://github.com/opensource9ja/notebookjs" >Github</a >
55- </li >
56- <li class =" nav-item" >
57- <a class =" nav-link" href =" https://danfo.jsdata.org/" >Danfo.js</a >
58- </li >
59- {{!-- <li class="nav-item dropdown">
61+ </li> --}}
62+ <li class =" nav-item dropdown active" >
6063 <a class =" nav-link dropdown-toggle" href =" #" id =" navbarDropdown" role =" button" data-toggle =" dropdown"
6164 aria-haspopup =" true" aria-expanded =" false" >
62- Dropdown
65+ File
6366 </a >
6467 <div class =" dropdown-menu" aria-labelledby =" navbarDropdown" >
65- <a class="dropdown-item" href="#">Action</a>
66- <a class="dropdown-item" href="#">Another action</a>
68+ <a class =" dropdown-item" id =" download" href =" #" >Download Notebook</a >
69+ <a class =" dropdown-item" id =" upload" href =" #" >Upload Notebook</a >
70+ <a class =" dropdown-item" id =" add-data" href =" #" >Add Data</a >
71+
6772 <div class =" dropdown-divider" ></div >
68- <a class="dropdown-item" href="#">Something else here</a>
73+ <a class =" nav-link" href =" #" >Getting Started</a >
74+ <a class =" dropdown-item" id =" download" href =" https://github.com/opensource9ja/notebookjs" >Github</a >
75+ <a class =" dropdown-item" id =" upload" href =" #" >Danfo.js</a >
76+ <a class =" dropdown-item" id =" add-data" href =" #" >About Dnotebooks</a >
77+ </div >
78+ </li >
79+ {{!-- <li class="nav-item">
80+ <a class="nav-link" href="#">Getting Started</a>
81+ </li> --}}
82+ {{!-- <li class="nav-item">
83+ <a class="nav-link" href="https://github.com/opensource9ja/notebookjs">Github</a>
84+ </li> --}}
85+
86+ {{!-- <div class="dropdown">
87+ <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown"
88+ aria-haspopup="true" aria-expanded="false">
89+ File
90+ </button>
91+ <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
92+ <a class="dropdown-item" id="download" href="#">Download Notebook</a>
93+ <a class="dropdown-item" id="upload" href="#">Upload Notebook</a>
94+ <a class="dropdown-item" id="add-data" href="#">Add Data</a>
6995 </div>
96+ </div> --}}
97+ {{!-- <li class="nav-item">
98+ <a class="nav-link" href="https://danfo.jsdata.org/">Danfo.js</a>
7099 </li> --}}
100+
71101 {{!-- <li class="nav-item">
72102 <a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
73103 </li> --}}
78108 {{{ body }}}
79109
80110
81- <script src =" javascripts/index.js" ></script >
82- <script src =" javascripts/utils.js" ></script >
111+ <script src =" javascripts/index.js" ></script >
112+ <script src =" javascripts/utils.js" ></script >
83113</body >
84114
85115</html >
0 commit comments