-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomat.html
33 lines (30 loc) Β· 1.22 KB
/
comat.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Open source material | Coders Plot</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>OPEN SOURCE MATERIALS</h1>
</header>
<section class="one">
<div class="wrap"><a class="btn btn-danger btn-lg" href="artificial intelligence.html">ARTIFICIAL INTELLIGENCE </a></div>
</section>
<section class="two">
<div class="wrap"><a class="btn btn-danger btn-lg btn-border" href="machine learning.html">MACHINE LEARNING</a></div>
</section>
<section class="three">
<div class="wrap"><a class="btn btn-danger btn-lg btn-round" href="deep learning.html">DEEP LEARNING</a></div>
</section>
<section class="four">
<div class="wrap"><a class="btn btn-danger btn-lg btn-square" href="MYSQL.html">MYSQL </a></div>
</section>
<section class="five">
<div class="wrap"><a class="btn btn-danger btn-lg btn-3d btn-round" href="data science.html">DATA SCIENCE</a></div>
</section>
</body>
</html>