-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
183 lines (169 loc) · 7.65 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Document</title>
<!-- CSS only -->
<link rel="stylesheet" href="notes.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<style>
#info {
padding: 80px 50px 0px 50px;
}
#alerting {
position: fixed;
width: 100%;
}
#particles-js {
width: 100%;
height: 45vh;
/* color: #000000; */
margin-top: -270px;
z-index: 10;
}
@media (max-width:682px) {
#particles-js {
height: 100vh;
margin-top: -100vh;
}
}
</style>
</head>
<body>
<!-- pre loader -->
<div class="loader-container">
<img draggable="false" src="./Assets/preloader.gif" alt="">
</div>
<header class="head">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#" style="text-shadow: 2px 2px 10px white;"><i
class="fas fa-book"></i>RemNote</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"><i class="fas fa-home"></i>Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-book"></i>About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false"><i class="fas fa-external-link-alt">
Features</i>
</a>
<ul class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" style="color: white;" href="#">Action</a></li>
<li><a class="dropdown-item" style="color: white;" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider" style="color: white;">
</li>
<li><a class="dropdown-item" style="color: white;" href="#">Something else here</a></li>
</ul>
</li>
<!-- <li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li> -->
</ul>
<form class="d-flex">
<input id="searchText" class="form-control me-2" type="search" placeholder="Search"
aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<section id="alerting"></section>
<section id="info">
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">
<h2>Note Heading</h2>
</label>
<textarea class="form-control" id="addTitle" rows="1"></textarea>
<!-- <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="[email protected]"> -->
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">
<h2>Note Content</h2>
</label>
<textarea class="form-control" id="addText" rows="3"></textarea>
</div>
<button id="addBtn" class="btn btn-primary">Add Note</button><br><br>
<hr>
</section>
<section id="content" style="padding: 20px 50px 20px 50px;">
<!-- Added some padding at the bottom to even up the appearance. -->
<!-- <div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's
content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
<button class="btn btn-primary">Delete</button>
</div>
</div> -->
</section>
<div class="contact">
<ul>
<li class="heading">Contact:</li>
<li>Ph:95768xyza</li>
<li>@2021 Copyright RemNote</li>
<li>
<ul id="logos social-link">
<li>
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin-in icon"></i>
</a>
</li>
<li>
<a href="https://github.com/" target="github"> <i class="fab fa-github icon"></i> </a>
</li>
</ul>
</li>
</ul>
<ul>
<li class="heading">Community</li>
<li>Our Story</li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Terms Of use</a> </li>
<li>Accessibility</li>
<li><a href="#">Publishing process</a> </li>
</ul>
<ul>
<li class="heading">Company</li>
<li><a href="#">Contact us</a> </li>
<li><a href="./public/terms&conditions.html">Terms and conditions</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Careers</a></li>
</ul>
<ul>
<li><a href="#" class="heading">Subscribe to our newsletter</a> </li>
<li><input type="email" id="subcribe" placeholder="Email"><label for="subcribe" class="label">Sign
up</label></li>
</ul>
</div>
<div id="particles-js">
</div>
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="notes.js"></script>
</html>