-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathevents.html
More file actions
75 lines (70 loc) · 4.01 KB
/
events.html
File metadata and controls
75 lines (70 loc) · 4.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>Cincy AI</title>
<link rel="canonical" href="https://cincy.ai">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="app.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-3">
<div class="inner">
<h3 class="masthead-brand">Cincy AI</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="#">Events</a>
</nav>
</div>
</header>
<div class="card text-white bg-primary mb-3">
<h5 class="card-header">Monthly Meetups - Every 4th Tuesday of the month</h5>
<div class="card-body text-left">
<!-- <h5 class="card-title">Special title treatment</h5> -->
<p class="card-text">Every month we'll discuss AI, Machine Learning, Deep Learning, Data Science, and any other topics in the realm of AI that seems interesting.</p>
<p class="card-text">If you'd like to present at a meeting, please reach out to us through the Meetup messages or <a href="https://twitter.com/cincyai">@cincyai</a> on twitter and we'll get you scheduled.</p>
</div>
</div>
<div class="ccard text-white bg-secondary mb-3">
<h5 class="card-header">Weekly Sunday Study Group</h5>
<div class="card-body text-left">
<h5 class="card-title">Machine Learning and Data Science Study Group</h5>
<p class="card-text">This is a study group where we can all get together and talk about what we're learning in Artificial Intelligence,
Machine Learning, and Data Science.</p>
<p class="card-text"></p>
<p class="card-text">
We've been taking pieces of the Learn Data Science in 3 months curriculum (<a href="https://github.com/cincyai/Learn_Data_Science_in_3_Months"
target="_blank">https://github.com/cincyai/Learn_Data_Science_in_3_Months</a>) to get familiar with
python, statistics, and participating in Kaggle competitions.
Now we're moving into helping each other learn Machine Learning through the Coursera Machine Learning course
(<a href="https://www.coursera.org/learn/machine-learning/" target="_blank">https://www.coursera.org/learn/machine-learning/</a>)
</p>
<p class="card-text">
Enroll in the course today and join us on weekends to discuss AI, ML, Data Science, and other nerdy topics! We're all here to teach and learn together.
</p>
</div>
</div>
<main role="main" class="inner cover mb-3">
<a href="https://www.meetup.com/Cincy-AI/" target="_blank"
class="btn btn-lg btn-secondary mb-3">RSVP
@Meetup.com</a>
<div class="commonninja_component" comp-type="feed" comp-id="779dfab3-a0ef-4e1a-860b-72a71f7fede3"></div>
</main>
<footer class="mastfoot mt-auto">
</footer>
</div>
<script type="text/javascript">
(function () {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://cdn.commoninja.com/sdk/latest/commonninja.js';
document.getElementsByTagName('head')[0].appendChild(script);
})();
</script>
</body>
</html>