-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (100 loc) · 4.76 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>While true...bits all the way</title>
<meta name="author" content="Name Lastname">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<script src="js/jquery/1.11.3/jquery.min.js"></script>
<script src="css/bootstrap-3/3.3.5/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap-3/3.3.5/bootstrap.min.css">
<!--
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
- Bootstrap styles
<link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css" rel="stylesheet">
- Optional theme
<link href="/assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
- Sticky Footer
<link href="/assets/themes/bootstrap-3/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
- Custom styles
<link href="/assets/themes/bootstrap-3/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
-->
</head>
<body>
<div id="wrap">
<nav class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">While true...</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="jb-navbar-collapse">
<ul class="nav navbar-nav">
<!-- <li><a href="/archive.html">Archive</a></li> -->
<!-- <li><a href="/categories.html">Categories</a></li> -->
<!-- <li><a href="/pages.html">Pages</a></li> -->
<!-- <li><a href="/tags.html">Tags</a></li> -->
<li><a href="https://github.com/MASantos">GitHub MASantos</a></li>
<li><a href="https://gist.github.com/MASantos" target="_blank">Gist MASantos</a></li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div><!-- /.navbar-collapse -->
</nav>
<div class="container">
<div class="page-header">
<h1>While true... <small>bits all the way</small></h1>
</div>
<div class="row">
<div class="col-xs-12"style="width:300px;background: #dAcccc;padding:5px">
<p>Archive</p>
<h2 id="posts">Posts</h2>
<ul class="posts">
<li><span>23 Jun 2016</span> » <a href="posts/2016-06-23-Noise:-Variance-and-Tail.html">Noise:-Variance-and-Tail.html</a></li>
<li><span>15 Jan 2016</span> » <a href="posts/2016-01-15-Spark-intro.html">Spark-intro.html</a></li>
<li><span>03 Dec 2015</span> » <a href="posts/2015-12-03-TensorFlow:-Simple-MNIST-example-with-softmax.html">TensorFlow:-Simple-MNIST-example-with-softmax.html</a></li>
<li><span>02 Dec 2015</span> » <a href="posts/2015-12-02-TensorFlow:-Installation.html">TensorFlow:-Installation.html</a></li>
<li><span>19 Nov 2015</span> » <a href="posts/2015-11-19-Standalone-Mode-with-multiple-cores.html">Standalone-Mode-with-multiple-cores.html</a></li>
<li><span>13 Nov 2015</span> » <a href="posts/2015-11-13-Baby-Hadoop.html">Baby-Hadoop.html</a></li>
</ul>
<h2 id="to-do">To-Do</h2>
<p>This theme is still unfinished. </p>
</div>
<div class="post">
<post style="width:220px;float:left;padding:10px">
<iframe src="posts/latest.html" width="800" height="400" style="border:none;"></iframe>
</post>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>© 2015 MASantos
</p>
</div>
</div>
<!-- jQuery library -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> -->
<!-- Latest compiled JavaScript -->
<!-- <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> -->
<!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/assets/themes/bootstrap-3/bootstrap/js/bootstrap.min.js"></script>
-->
</body>
</html>