-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Papers">
<meta name="author" content="Saurav Rawat">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Papers</title>
<link rel="shortcut icon" href="./images/Logo.png">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/lightbox.min.css">
</head>
<body>
<section>
<div class="container">
<div class="header">
<img class="logo" src="./images/Logo.png" alt="Logo">
<form>
<!-- search bar -->
<input type="text" placeholder="Search">
<ion-icon name="search-outline"></ion-icon>
</form>
</div>
<div class="gallery">
<!-- container for images to show -->
</div>
<a class="load-more" data-img="curated">Want More</a>
<!-- for next page images -->
</div>
</section>
<script src="./js/main.js"></script>
<script src="./js/lightbox-plus-jquery.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.1.2/dist/ionicons/ionicons.esm.js"></script>
</body>
</html>