-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata science.html
27 lines (25 loc) Β· 1.48 KB
/
data science.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Data Science | Open source material</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css" >
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>DATA SCIENCE</h1>
<h3><p>Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms and systems to extract knowledge and insights from many structural and unstructured data. Data science is related to data mining, machine learning and big data. Click the below buttons to know more information about Data Science in source pdf.</p></h3>
</header>
<section class="one">
<div class="wrap"><a class="btn btn-danger btn-lg" href="https://drive.google.com/file/d/1qbY5EJQyUh-bmZZKVKQWI5-5M-pAEzXy/view?usp=sharing">DS SOURCE 01 PDF </a></div>
</section>
<section class="two">
<div class="wrap"><a class="btn btn-danger btn-lg btn-border" href="https://drive.google.com/file/d/1t_l_yvIYiGUnfhiCZKkGk70INGSr7a-d/view?usp=sharing">DS SOURCE 02 PDF </a></div>
</section>
<section class="three">
<div class="wrap"><a class="btn btn-danger btn-lg btn-round" href="btn btn-danger btn-lg" href="https://drive.google.com/file/d/1SwuC8lY49LaCBts09jK14QPwoJ4U4qEa/view?usp=sharing">DS SOURCE 03 PDF</a></div>
</section>
</body>
</html>