forked from danielevans-999/pyTimetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (54 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script src="js/script.js"></script>
<script src="js/scripts.js"></script>
<title>Timetable generator</title>
</head>
<body>
<nav class="navbar navbar-light bg-light">
<a class="navbar-brand" href="index.html" style="font-size: 30px;"><strong><span class="text-info"
style="font-size:1.5rem;">py</span>Timetables</strong></a>
</nav>
<div class="container">
<div class="images">
<p><strong><span class="text-info" style="font-size:4rem;">py</span>Timetables</strong> timetable<br>
generating software </p>
<p style="font-size: 16px;">A Free And simple to use Productivity Tool For Schools</p>
<a href="forms.html" class="btn bg-dark text-white">Generate Timetable</a>
</div>
<ul>
<li>
<a href="https://github.com"><i class="fa
fa-github fa-3x"></i></a>
</li>
<li>
<a href="https://facebook.com/"><i class="fa
fa-facebook-square fa-3x"></i>
</li>
<li>
<a href="https://twitter.com"><i class="fa
fa-twitter fa-3x"></i></a>
</li>
</ul>
</div>
<footer class="footer">
<!-- <p id="contact">CONTACT US</p> -->
<div class="container text-left">
<div class="footer-copyright text-center py-3">
<small> © 2019 Copyright</small>
<a href="https://PyTimetable.com">PyTimetable.com</a>
</div>
</div>
</footer>
</body>
</html>