-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (78 loc) · 2.7 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>LIDA Data Science Club - Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="static/css/base.css">
</head>
<body class='text-center'>
<div class='h1-main container-fluid'>
<h1>LIDA Data Science Club </h1>
</div>
<div class="main container-fluid">
<div class='banner'>
<h2> Topics and Stuff </h2>
</div>
<div class="row">
<div class="col-md-4">
<!-- done: this whole link square should inherit css style color: solved with display: inline-block -->
<a class="pad-1" href="https://docs.google.com/document/d/1kOz43WdqnFYE2p_EkdIaNWnnRi3GAMp4qmgNTuE6SHw/edit?usp=sharing">
<h2>Predicting stuff</h2>
<p>Google doc on notes from the session on Prediction on 24th July</p>
</a>
</div>
<div class="col-md-4">
<a class="pad-2" href="https://docs.google.com/document/d/1NRK2blbxZcQt4sVnOLifHcqvRxT2mxppn_zuDzY_814/edit?usp=sharing">
<h2>Machine Learning</h2>
<p>All about machine learning from 7th August session</p>
</a>
</div>
<div class="col-md-4">
<a class="pad-3" href="https://docs.google.com/document/d/13bq_Sw0CLKV-WU3jDoy48hI9wHtLr5i-CtdDWd5MnUQ/edit?usp=sharing">
<h2>Data 101</h2>
<p>Notes from the Data 101 session 21st August</p>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<!-- done: this whole link square should inherit css style color: solved with display: inline-block -->
<a class="pad-git" href="https://docs.google.com/document/d/1XZuwTx8ukaLdZDO97Ni70JRI0D15EMtb346sBB7yhjc/edit?usp=sharing">
<h2>Week 5</h2>
<p>Google doc for session on 4th September</p>
</a>
</div>
<div class="col-md-4">
<a class="pad-3" href="#">
<h2>Stone</h2>
<p></p>
</a>
</div>
<div class="col-md-4">
<a class="pad-1" href="#">
<h2>Into the future</h2>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a class="pad-poll" href="https://www.poll-maker.com/results2407951x0Cd245c9-69#tab-2">
<h2>Topic poll results</h2>
</a>
</div>
<div class="col-md-6">
<a class="pad-git" href="https://github.com/lidadatascienceclub/lidadatascienceclub.github.io">
<h2>Github repo</h2>
</a>
</div>
</div>
</div>
<footer class='page-footer'>
<div class='container-fluid'>
<p>Built with the magic of Bootstrap </p>
</div>
</footer>
</body>
</html>