-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (58 loc) · 2.38 KB
/
index.html
File metadata and controls
59 lines (58 loc) · 2.38 KB
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
<!DOCTYPE html>
<html>
<meta>
<meta charset="utf-8">
<meta name="google-site-verification" content="6JjLIOm--WY72l4UtDT9oE7HKEBCFfTu2J6IKfLFgog" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<!-- JQuery -->
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Some google fonts -->
<link href='//fonts.googleapis.com/css?family=Corben:700' rel='stylesheet' type='text/css'/>
<link href="//fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900" rel="stylesheet" type="text/css"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
<!-- bootstrap for carousel -->
<link href='bower_components/bootstrap/dist/css/bootstrap.min.css' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Menu & style -->
<script type="text/javascript" src="js/menu.js"></script>
<link rel="stylesheet" type="text/css" href="style.css"/>
</meta>
<body>
<div class="navbar">
<div>
<h1 class='title'>MemTT</h1>
<ul class='nav'></ul>
</div>
</div>
<div class='index-header'>
<div class='subtitle'>Memory Tracking Tools</div>
<div class='subtitle-underline'></div>
<div class='summary'>
Two tools to track your memory management calls and NUMA memory accesses: <a href='malt/index.html'>MALT</a> and <a href='numaprof/index.html'>NUMAPROF</a>.
</div>
<!--<div class='downloads'>
<div class='source'><a href='TODO'>Source - 0.1.0</a></div>
<div class='others'>
<a href='TODO'>Fedora .rpm</a> |
<a href='TODO'>Debian .deb</a> |
<a href='TODO'>Others</a>
</div>
<a href='http://www.github.com'><img src='images/logos/github-1.svg' width="50px"/></a>
</div>-->
<div class="index-screenshot">
<!-- <span/> -->
<!--Image base from common creadit licence : https://commons.wikimedia.org/wiki/File:Magnifying_glass_icon_mgx2.svg-->
<a href='malt/index.html'><img src='images/malt.png' alt='malt' class='left'/></a>
<a href='numaprof/index.html'><img src='images/numaprof.png' alt='numaprof' class='right'/></a>
</div>
</div>
<!--<div class='footer'>
<div>Copyright © 2018 MemTT.</div>
<div>
<a href='http://www.github.com' class="no-decoration">
<i class="fa fa-github fa-lg"></i>
</a>
</div>
</div>-->
</body>
</html>