-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
144 lines (131 loc) · 6.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>alerts-js</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal" href="#">🥚 easter egg</h2>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="#">themes</a>
<a class="p-2 text-dark" href="#">changelog</a>
<a class="p-2 text-dark" href="#">examples</a>
<a class="p-2 text-dark" href="#">about</a>
<a class="p-2 text-dark" href="#">domain</a>
<a class="p-2 btn btn-dark" href="#">login/signup</a>
<a class="p-2 btn btn-primary" href="#">star
<span class="badge">5</span></a>
</nav>
</div>
<div>
<header class="container text-center">
<img src="assets/logo-large-red.png" alt="AlertsJS" class=" w-50">
<h5 class="mb-1">create beautiful 😎 modals, alerts and popups easily.</h5>
<a href="#" class="btn btn-light btn-lg">what's it</a>
<a href="#" class="btn btn-dark btn-lg">download</a>
<br />
<small class="text-muted">v.0.0.1(Pre-Beta 1)</small>
<div class="card mb-3 mx-auto d-block mt-3 w-75" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-8">
<div class="card-body text-left">
<h5 class="card-title">Recent Commits
<div class="badge badge-primary">v.0.0.1</div>
<div class="badge badge-secondary">
<span>build</span>
<span>passing</span>
</div>
</h5>
<li class="small"><a href="#">cdbcd91</a> Added functionality</li>
<li class="small"><a href="#">cdbcd91</a> Added functionality</li>
<li class="small"><a href="#">cdbcd91</a> Added functionality</li>
<li class="small"><a href="#">cdbcd91</a> Added functionality</li>
</div>
</div>
<div class="col-md-4">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" class="card-img" alt="GitHub">
<a href="#" class="link mt-0">Open with GitHub</a>
</div>
</div>
</div>
</header>
<div class="message primary is-fluid text-center p-3">
<h3>👍 have a really wonderful day ahead</h3>
</div>
<section class="container mt-5">
<h2>🙄 What's it?</h2>
<p class="mb-5">AlertsJS, is an open-source library for creating beautiful and light modals, alerts and pop-ups.
Its as easy as including a <script> tag in your html file and display modals like this. </p>
<h3 class="text-center my-5">🔥 Features</h3>
<div class="p-xl-5 p-sm-1">
<div class="card mx-sm-0 p-2 mx-auto w-100 my-4">
<div class="row no-gutters">
<div class="col-md-5">
<img src="assets/hackable.svg" alt="Hackable Image" class="card-img m-4 w-75">
</div>
<div class="card-content col-md-5 ml-sm-4 ml-lg-0 ml-md-0 w-100 mt-lg-3">
<h2>Hackable</h2>
<p>AlertsJS is open-source and thus hackable.
Hack it to make whatever you want 😉.</p>
</div>
</div>
</div>
<div class="card mx-sm-0 p-2 mx-auto w-100 my-4">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/lightandcached.svg" alt="Hackable Image" class="card-img m-4 w-75">
</div>
<div class="card-content col-md-5 ml-sm-4 ml-lg-0 ml-md-0 w-100 mt-lg-3">
<h2>Light And Cached</h2>
<p>Its lighter ⚡ and all the themes on the
server are cached which makes it even more
fast and reduces loading time.</p>
</div>
</div>
</div>
<div class="card mx-sm-0 p-2 mx-auto w-100 my-4">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/developerfriendly.svg" alt="Hackable Image" class="card-img m-4 w-75">
</div>
<div class="card-content col-md-5 ml-sm-4 ml-lg-0 ml-md-0 w-100 mt-lg-3">
<h2>Developer Friendly</h2>
<p>With the power of themes. You could create
beautiful themes and create the experience
you want, while you can also 💻 publish it.</p>
</div>
</div>
</div>
<div class="card mx-sm-0 p-2 mx-auto w-100 my-4">
<div class="row no-gutters">
<div class="col-md-4">
<img src="assets/beautiful.svg" alt="Hackable Image" class="card-img m-4 w-75">
</div>
<div class="card-content col-md-5 ml-sm-4 ml-lg-0 ml-md-0 w-100 mt-lg-3">
<h2>Beautiful</h2>
<p>Create beautiful and concise modals with
an added power of themes. 🧪 Faster and
better while still providing you the same
experience like your previous libraries.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="footer bg-primary p-5">
<h2 class="text-white">🎬 Feel like contributing or helping us?</h2>
<p></p>
<a class="text-white" href="#">💳 donate us</a>
<a class="text-white" href="#">🤼 contribute</a>
</footer>
<script src="index.js" charset="utf-8"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>