-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
31 lines (28 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/camera-apple-touch.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/camera_x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/camera_x16.png">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,400;1,700&family=Raleway:ital,wght@1,200;1,300&display=swap"
rel="stylesheet">
<title>About InstaBlam</title>
</head>
<body class="aboutBody">
<nav class="header flex">
<a class="montserrat about" href="index.html">Back to InstaBlam</a>
<img class="logo" src="images/icons/camera_x512.png" alt="InstaBlam Logo">
</nav>
<section class="aboutWrapper">
<h4 class="montserrat">About InstaBlam</h4> <br />
<p class="raleway">InstaBlam is an in-browser image editor that utilizes CamanJS to edit selfies that you can later
download. Enjoy!
</p>
<h6 class="raleway"><small>Icons made by Freepik from www.flaticon.com</small></h6>
</section>
</body>
</html>