-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·109 lines (96 loc) · 5.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A WDSS podcast, DataBasic aims to make the field of data science assessible and clear, cutting through the hype and showcasing the details you need to know">
<meta name="keywords" content="DataBasic, Data, Basic, WDSS, Warwick, Data, Science, Society, University, Podcast, Episode, Student, Analysis, News, Teaching, Statistics, Machine Learning, Simple">
<meta name="google-site-verification" content="UxV2qvtr1LRXR6bJ2tVJC-G1lqetFfnlfrD_LQ2f46k" />
<title>DataBasic | A Warwick Data Science Society Podcast</title>
<link rel="canonical" href="https://podcast.wdss.io/"/>
<!--===============================================================================================-->
<meta property="og:title" content="DataBasic | A Warwick Data Science Society Podcast"/>
<meta property="og:url" content="https://podcast.warwickdatascience.com/"/>
<meta property="og:type" content="website"/>
<meta name="og:description" content="A WDSS podcast, DataBasic aims to make the field of data science assessible and clear, cutting through the hype and showcasing the details you need to know">
<meta name="og:image" content="https://podcast.warwickdatascience.com/images/og-logo.png">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/particle.css">
<!--===============================================================================================-->
</head>
<body>
<div class="background">
<div class="particle-container" id="particles-js">
<div class="link-array">
<a href="feed.xml" target="_blank" class = "link-circle">
<span class="link-icon">
<i class="fa fa-rss"></i>
</span>
<span class="link-text">RSS</span>
</a>
<a href="https://www.youtube.com/playlist?list=PLZOhGHnc4_7GwFJrKA6WwJaSm-lujE45P" target="_blank" class="link-circle">
<span class="link-icon">
<i class="fa fa-youtube-play"></i>
</span>
<span class="link-text">YouTube</span>
</a>
<a href="https://podcasts.apple.com/gb/podcast/databasic/id1540645287" target="_blank" class="link-circle">
<span class="link-icon">
<i class="fa fa-apple"></i>
</span>
<span class="link-text">iTunes</span>
</a>
<a href="https://open.spotify.com/show/7wmHFy8AGDNHDJXOnXNnWC?si=6viva-QsS2ukaajEEmYj2Q" target="_blank" class="link-circle">
<span class="link-icon">
<i class="fa fa-spotify"></i>
</span>
<span class="link-text">Spotify</span>
</a>
</div>
</div>
<div class="details">
<a href="https://www.wdss.io" target="_blank">
<img src="images/icons/wdss-logo.png" alt="WDSS Logo" class="wdss-logo">
</a>
<div class="podcast-details">
<img src="images/databasic-logo.png" alt="DataBasic Logo" class="podcast-logo">
<p class="description">
A WDSS podcast, <span class="emphasis">DataBasic</span> aims to make the field of data science assessible and clear, cutting through the hype and showcasing the details you need to know
</p>
<p class="copyright">
Copyright © 2020 WDSS
</p>
</div>
<div class="social-array">
<a href="https://www.facebook.com/warwickdatasciencesociety" class="wdss-social wdss-facebook" target="_blank">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.linkedin.com/company/warwick-data-science-society/" class="wdss-social wdss-linkedin" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/warwickdatasciencesociety/" class="wdss-social wdss-instagram" target="_blank">
<i class="fa fa-instagram"></i>
</a>
<a href="https://www.youtube.com/channel/UCIsrd9wsNF5blsacM7f6GqA" class="wdss-social wdss-youtube" target="_blank">
<i class="fa fa-youtube-play"></i>
</a>
</div>
</div>
</div>
<!--===============================================================================================-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!--===============================================================================================-->
<script src="js/main.js"></script>
</body>
</html>