-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (82 loc) · 4.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>JAI Composer</title>
<meta name="description" content="Free Bootstrap 4 Theme by uicookies.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="assets/css/bootstrap/bootstrap.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-datepicker.css">
<link rel="stylesheet" href="assets/css/select2.css">
<link rel="stylesheet" href="assets/css/helpers.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark probootstrap_navbar" id="probootstrap-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">JAI Composer</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#probootstrap-menu" aria-controls="probootstrap-menu" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="ion-navicon"></i></span>
</button>
<div class="collapse navbar-collapse" id="probootstrap-menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="login.html">Login</a></li>
<li class="nav-item"><a class="nav-link" href="register.html">Register</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="probootstrap-cover overflow-hidden relative" style="background-image: url('assets/images/dj.jpg');" data-stellar-background-ratio="0.5" id="section-home">
<div class="overlay"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-md">
<center><h2 class="heading mb-2 display-4 font-light probootstrap-animate">Create music with the help of JAI</h2>
<p class="lead mb-5 probootstrap-animate">Sign up today and start making your own dance music!<p class="probootstrap-animate">
<a href="login.html" role="button" class="btn btn-primary p-3 mr-3 pl-5 pr-5 text-uppercase d-lg-inline d-md-inline d-sm-block d-block mb-3">Login</a>
</p></center>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="probootstrap_section" id="section-feature-testimonial">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-12 text-center mb-5 probootstrap-animate">
<h2 class="display-4 border-bottom probootstrap-section-heading">A new way to create music</h2>
<blockquote class="">
<p class="lead mb-4"><em>Use machine learning technologies to create new and exciting music without having to learn the complexities of classical music production</em></p>
<p class="probootstrap-author">
<a href="https://uicookies.com/" target="_blank">
<span class="probootstrap-name">Group 1 Senior Design</span>
</a>
</p>
</blockquote>
</div>
</div>
</div>
</section>
<!-- END section -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/bootstrap-datepicker.js"></script>
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/select2.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>