-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (52 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>lcdown</title>
<link rel="icon" type="image/png" href="https://img.icons8.com/ios-glyphs/30/000000/superman.png" />
<meta name="theme-color" content="#ffc600" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body id="particles-js">
<div class="container" >
<div class="item item-1">
<div class="text-center text-gap-mid">
<h2 class="heding-secondry">
LECTURENOTES DOWNLOADER
</h2>
</div>
</div>
<div class="item item-5">
<div class="composition">
<img src="./images/2.jpg" alt="image1" class="composition-photo composition-photo-p1">
<img src="./images/3.jpg" alt="image2" class="composition-photo composition-photo-p2">
<img src="./images/1.jpg" alt="image3" class="composition-photo composition-photo-p3">
</div>
</div>
<div class="item item-6">
<h3 class="heading-third">
Current Tool
</h3>
<p class="paragraph">
Current it can download any lecture notes pdf free of cost with rate of 500 milisecond per page.
<br />
We are Working to make it easy to distribute and easy to acsess.
<br />
</p>
<h3 class="heading-third">
Working On
</h3>
<p class="paragraph">
We will make it too small and ultra fast in next stable release expectation of 15 to 20 mb in size and
15 sec/pdf download speed.
</p>
<a href="https://github.com/ShashankSirmour/LcDownScript" class="btn-more">Source Code →</a>
</div>
<div class="item item-7"></div>
</div>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>