-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (62 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>coollib.dev</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<style>
body {
background-color: #e9ecef;
}
.footer{
min-height: 20pt;
}
.jumbotron {
max-height: 200pt;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #2a2d2e;
}
a:active {
color: black;
}
</style>
<div class="jumbotron text-center">
<img src="coollib.svg" width="240pt" height="120pt">
<h1>
<a href="https://github.com/coollib-dev">
<img src="github.svg" width="32pt" height="32pt">
coollib-dev
</a>
</h1>
</div>
<!-- https://getbootstrap.com/docs/4.0/examples/ -->
<!-- repositories -->
<!-- footer -->
<div class="footer fixed-bottom text-center">
<small>
<div>
Logo made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">Flaticon.com</a>
</div>
<div>
<a href="https://github.com/orgs/coollib-dev/people">© 2021 coollib developers</a>
</div>
</small>
</div>
<!-- Copyright -->
</footer>
</body>
</html>