-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (73 loc) · 3.61 KB
/
Copy pathindex.html
File metadata and controls
122 lines (73 loc) · 3.61 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html>
<head>
<!--===============NOTICE modified files found on twitter.github.com NOTICE===============-->
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="kwb-r.github.io : Collection of KWB R codes and packages." />
<link href="stylesheets/reset.css" rel="stylesheet" type="text/css">
<link href="stylesheets/grid.css" rel="stylesheet" type="text/css">
<link href="stylesheets/style.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
<title>KWB-R</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/base/jquery-ui.css" type="text/css" media="all" />
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js" type="text/javascript"></script>
<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="javascripts/strftime.js" type="text/javascript"></script>
<script src="javascripts/github.js" type="text/javascript"></script>
<title>KWB-R</title>
</head>
<body>
<div id="wrapper" class="grid clearfix">
<div id="main" class="grid-1">
<div id="logo_spot">
<img src="images/logo.png" width="150" alt="kwb-r logo"/>
</div>
<h1>KWB-R</h1>
<h1>Collection of KWB R packages</h1>
</div><!--main-->
<div class="grid grid-3">
<div id="statistics" class="grid-1 alpha header">
<h1>Statistics</h1>
<p>
<a href="https://github.com/KWB-R">
<span id="num-repos"></span>
public repos
</a><br>
<a href="https://github.com/orgs/KWB-R/people">
<span id="num-members"></span>
members
</a>
</p>
<p class="email">
<a href="mailto:kontakt@kompetenz-wasser.de">kontakt@kompetenz-wasser.de</a>
</p>
</div><!--statistics-->
<div id="recently-updated" class="grid-2 omega header">
<h1>
Recently updated
<a href="https://github.com/KWB-R">View All on GitHub</a>
</h1>
<ol id="recently-updated-repos">
</ol>
</div><!--recently-->
</div><!--grid-3-->
<ol id="repos">
</ol><!--repos-->
</div><!--wrapper-->
<script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63792660-5', 'auto');
ga('send', 'pageview');
</script>
</script>
</body>
</html>