-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
40 lines (35 loc) · 1.53 KB
/
about.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
<!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">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="shortcut icon" href="assets/media/logo.png" type="image/x-icon">
<title>Link Log | About</title>
</head>
<body>
<header>
<nav>
<img src="assets/media/logo.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/rohan-kulkarni-25/LinkLog">Create your Own</a></li>
</ul>
</nav>
</header>
<section class="details">
<div class="about">
<div class="aboutbox">
<img src="assets/media/Link Log.png">
<p class="name">LINK LOG</p>
<p class="bio">Link Log is a website created for adding all links to one link ! You can share one `link`
and everyone opening that link will get your selected links. This will be helpfull in the sharing
links on socials. You can have your own Website fully personalised in the section `Create Your Own`.
You can add your selected links and then share just a single link. Adding Links to the website is
easy take !! You have to update the `links.json` file and the rest work will be done by Javascript
!! Have Fun !
</p>
</div>
</body>
</html>