Skip to content

Commit 869ff28

Browse files
committed
altra fixed
1 parent f7ce998 commit 869ff28

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

doc.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
<meta charset="utf-8">
66
<meta name="description" content="">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="url" content="https://loaiabdalslam.github.io/mkt-website/">
9+
<meta name="identifier-URL" content="https://loaiabdalslam.github.io/mkt-website/">
10+
<meta name="description" content="MKT.js is an Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
11+
This package contains hundreds of currencies, cryptocurrencies and stocks prices.">
12+
<meta name="keywords" content="tensorflow.js,deep learning,machine learning,bitcoin,exchange,mtk,mkt">
13+
<meta name="author" content="Loai abdalslam">
14+
15+
<meta property="og:title" content="MKT.js - Stock prediction library ">
16+
<meta property="og:description" content="MKT.js is an Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
17+
This package contains hundreds of currencies, cryptocurrencies and stocks prices.">
18+
<meta property="og:image" content="https://github.com/loaiabdalslam/MKT/raw/master/media/mkt.jpg">
19+
<meta property="og:url" content="https://loaiabdalslam.github.io/mkt-website/">
20+
821
<title>MKT Documentation</title>
922
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1023
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
@@ -26,7 +39,7 @@
2639
<h1 class="logo">MKT.js <span class="logo__thin">Doc</span></h1>
2740
<ul class="menu">
2841
<div class="menu__item toggle"><span></span></div>
29-
<li class="menu__item"><a href="" class="link link--dark"><i class="fa fa-github"></i> Github</a></li>
42+
<li class="menu__item"><a href="https://github.com/loaiabdalslam/MKT" class="link link--dark"><i class="fa fa-github"></i> Github</a></li>
3043
<li class="menu__item"><a href="index.html" class="link link--dark"><i class="fa fa-home"></i> Home</a></li>
3144
<!-- Place this tag where you want the button to render. -->
3245
<li><a class="github-button" href="https://github.com/loaiabdalslam/MKT" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star loaiabdalslam/MKT on GitHub">Star</a></li>

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<meta name="keywords" content="tensorflow.js,deep learning,machine learning,bitcoin,exchange,mtk,mkt">
1212
<meta name="author" content="Loai abdalslam">
1313

14+
<meta property="og:title" content="MKT.js - Stock prediction library ">
15+
<meta property="og:description" content="MKT.js is an Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
16+
This package contains hundreds of currencies, cryptocurrencies and stocks prices.">
17+
<meta property="og:image" content="https://github.com/loaiabdalslam/MKT/raw/master/media/mkt.jpg">
18+
<meta property="og:url" content="https://loaiabdalslam.github.io/mkt-website/">
19+
1420

1521
<title>MKT.js - Stock prediction library </title>
1622
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

scribbler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// utilities
2-
/*
2+
33
var get = function (selector, scope) {
44
scope = scope ? scope : document;
55
return scope.querySelector(selector);
@@ -9,7 +9,7 @@ var getAll = function (selector, scope) {
99
scope = scope ? scope : document;
1010
return scope.querySelectorAll(selector);
1111
};
12-
12+
/*
1313
// setup typewriter effect in the terminal demo
1414
if (document.getElementsByClassName('demo').length > 0) {
1515
var i = 0;

0 commit comments

Comments
 (0)