-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
120 lines (104 loc) · 5.42 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
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="false" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="TcgRqk4CRCORhBo1c7op1adpP02rpVTngJ1rbFTt6C8" />
<meta name="ROBOTS" content="INDEX, FOLLOW">
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="Professionals in Norfolk, VA building skills in the field of data science through speakers, tutorials, and hands-on data projects for social good.">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@NorfolkDataSci" />
<meta name="twitter:creator" content="@NorfolkDataSci" />
<meta property="og:url" content="https://norfolkdatasci.github.io/" />
<meta property="og:title" content="Norfolk Data Science Home Page" />
<meta property="og:description" content="Professionals in Norfolk, VA building skills in the field of data science through speakers, tutorials, and hands-on data projects for social good." />
<meta property="og:image" content="https://norfolkdatasci.github.io/assets/images/norfolk-ds-logo.png" />
<title>Norfolk Data Science Home Page</title>
<link href="/assets/stylesheets/application.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/assets/javascripts/application.js" type="text/javascript"></script>
</head>
<body class="overview">
<div id="header-wrapper">
<div id="header">
<div>
<a class="logo" href="/">Norfolk Data Science</a>
<ul class="nav">
<li><a href="/community/" class="nav-community">Community</a></li>
<li><a href="/code/" class="nav-code">Code</a></li>
<li><a href="/projects/" class="nav-projects">Projects</a></li>
<li><a href="/sponsors/" class="nav-sponsors">Sponsors</a></li>
<li><a href="/jobs/" class="nav-jobs">Jobs</a></li>
<li style="display:none;" id="search-container">
<input style="display:none;" type="text" id="searchfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
<label style="display:none;" class="search-placeholder">Search</label>
<div class="cancel-search"></div>
<ul id="search-results"></ul>
</li>
</ul>
</div>
</div><!-- #header -->
</div><!-- #header-wrapper -->
<div class="wrapper feature">
<h1>
Reimagine success with <br>
Norfolk Data Science.
</h1>
<p class="intro">View one of our projects or jump straight into our code.</p>
<a href="/projects/" class="button">Browse Projects</a>
<a href="/code/" style="margin-left:20px;" class="button">Browse Code</a>
<img src="/assets/images/norfolk-mermaid-rotated.gif" class="mermaid" alt="Mermaid">
</div>
<div class="full-width dev-program-callout">
<div class="wrapper">
<h2>
<a id="join-the-Norfolk Data Science-developer-program" class="anchor" href="#join-the-Norfolk Data Science-developer-program" aria-hidden="true"><span class="octicon octicon-link"></span></a>Join the Norfolk Data Science Community.</h2>
<p>Better Yourself and Better the Community. <a href="/community/">Learn more</a>.</p>
</div>
</div>
<div class="full-width-divider">
<ul class="wrapper highlights">
<li class="highlight-module">
<a href="/community/"><span class="mega-octicon octicon-mail-read"></span></a>
<h2>
<a id="support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="/community/">Community</a>
</h2>
<p>Do you want to learn data science<br>and help the community?<br>Join Us!</p>
</li>
<li class="highlight-module">
<a href="/libraries/"><span class="mega-octicon octicon-code"></span></a>
<h2>
<a id="libraries" class="anchor" href="#libraries" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="/code/">Code</a>
</h2>
<p>Love Code?<br>Check out the codebase for<br>Norfolk Data Science.</p>
</li>
<li class="highlight-module">
<a href="/guides/"><span class="mega-octicon octicon-file-text"></span></a>
<h2>
<a id="get-started" class="anchor" href="#get-started" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="/projects/">Projects</a>
</h2>
<p>Want to know more about<br>Norfolk Data Science?<br>Review our projects to see<br>what we're all about.</p>
</li>
</ul>
</div>
<div id="footer" >
<div class="lower_footer">
<ul class="footer-cell">
<li><a href="/">© 2017 Norfolk Data Science</a></li>
<li><a href="/contact-us/">Contact</a></li>
</ul>
</div>
</div><!-- /#footer -->
<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-81487415-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>