-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (47 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>UCSB Data Science</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">UCSB Data Science</h1>
<h2 class="project-tagline">surfing the big data wave</h2>
</section>
<section class="main-content">
<h3>Welcome</h3>
<p>Here's an initial web space to be built up by our user group, editable by members at <a href="">github.com/ucsb-data-science/ucsb-data-science.github.io</a>.</p>
<ul>
<li><a href="https://github.com/ucsb-data-science/ucsb-data-science.github.io/wiki">Wiki</a> -- community notes</li>
<li><a href="flyer.png">flyer from 2nd meeting (2015-07-16)</a>:
<a href="http://bbest.github.io/ds-git">git & github</a> (bbest),
<a href="https://github.com/stevejbrown/rss_article_recommender">rss_article_recommender</a> (stevejbrown)
</li>
</ul>
<h3>Google Group</h3>
<a href="https://groups.google.com/d/forum/ucsb-data-science">groups.google.com/d/forum/ucsb-data-science</a>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
</iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/ucsb-data-science'
+ '&showsearch=true&showpopout=true&showtabs=false'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>