-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.html
88 lines (88 loc) · 3.52 KB
/
sources.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
<!-- Fixed menu one pager example -->
<!-- Build with Semantic UI -->
<!-- Simon Roth -->
<!-- March 2018 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=no" name="viewport" />
<meta content="Semantic-UI-Forest, collection of design, themes and templates for Semantic-UI." name="description" />
<meta content="Semantic-UI, Theme, Design, Template" name="keywords" />
<meta content="PPType" name="author" />
<meta content="#ffffff" name="theme-color" />
<title>R Group - Sources</title>
<link href="static/libs/Semantic-ui-v2.31/semantic.min.css" rel="stylesheet" type="text/css" />
<link href="static/stylesheets/default.css" rel="stylesheet" type="text/css" />
<link href="static/stylesheets/pandoc-code-highlight.css" rel="stylesheet" type="text/css" />
<script src="static/libs/jquery/jquery.min.js"></script>
<script src="static/libs/Semantic-ui-v2.31/semantic.js"></script>
</head>
<body>
<div class="ui fixed grey inverted menu">
<div class="ui container">
<a class="header item" href="index.html#">
<img class="logo" src="static/images/logo.png"/>
R-User-Group Stuttgart
</a>
<a class="item" href="index.html#">
Home
</a>
<a class="active item" href="sources.html#">
Sources
</a>
</div>
</div>
<div class="ui main text container">
<h1 class="ui header">
Ein paar interessante Projekte
</h1>
<p>
Willkommen bei der R-User-Group Stuttgart. Wir sind ein Netztwerk aus R-Enthusiasten die sich regelmäßig an der Universität Stuttgart treffen und sich über Grundlagen sowie fortgeschrittene Methoden auszutauschen. Unsere Aktivitäten sind semesterabhängig und finden ein bis zwei Mal im Monat statt.
</p>
</div>
<div class="ui grey inverted vertical footer segment">
<div class="ui center aligned container">
<div class="ui stackable grid">
<div class="three wide column">
</div>
<div class="two wide column">
<img class="ui centered small image" src="static/images/logo.png" />
</div>
<div class="two wide column">
<a class="ui centered small image" href="http://foeps-uni-stuttgart.de/news/"><img src="static/images/foeps.png"></a>
</div>
<div class="five wide column">
<h4 class="ui left aligned inverted header">
Proudly sponsored by
</h4>
<a class="ui centered medium image" href="https://www.r-consortium.org/"><img src="static/images/rconsortium.png"></a>
</div>
</div>
<div class="ui inverted section divider"></div>
<div class="ui horizontal inverted small divided link list">
<a class="item" href="index.html#">Site Map</a><a class="item" href="index.html#">Contact Us</a><a class="item" href="index.html#">Terms and Conditions</a><a class="item" href="index.html#">Privacy Policy</a>
</div>
</div>
</div>
<style type="text/css">
body {
background-color: #FFFFFF;
}
.ui.menu .item img.logo {
margin-right: 1.5em;
}
.main.container {
margin-top: 7em;
}
.wireframe {
margin-top: 2em;
}
.ui.footer.segment {
margin: 5em 0em 0em;
padding: 5em 0em;
}
</style>
</body>
</html>