-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (56 loc) · 2.64 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&display=swap" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" />
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.18.0/css/mdb.min.css" rel="stylesheet" />
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.18.0/js/mdb.min.js"></script>
<!-- Particals JavaScript -->
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="./src/css/style2.css" />
</head>
<body>
<div id="particles-js">
</div>
<div class="container page">
<div class="row h-100">
<div class="col-lg-7 h-100 col-sm-12 align-items-center left-div">
<img src="./src/img/barathi.png" class="barathi-img animated fadeIn" alt="barathi-img" />
<div class="animated fadeInLeft">
<h1 class="p-3 left-div">Simply Learn Tamil</h1>
</div>
</div>
<div class="col-lg-5 h-100 content-right d-flex align-items-center justify-content-center col-sm-12">
<div class="row text-center justify-content-center d-flex align-items-center w-100 clearfix">
<h3 class="animated fadeInLeft">
<span style="font-size: 2em;">““</span> Learning
to speak Tamil?<br />Checkout
our free online Tamil lessons<span style="font-size: 2em;">””</span>
</h3>
<a href="./views/learn.html"><button type="button"
class="btn btn-outline-dark waves-effect animated fadeInLeft">
Let's start
</button></a>
</div>
</div>
</div>
</div>
<script src="./src/js/particles.js"></script>
</body>
</html>