-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (50 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> SEO Workplace Image Filter </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="website" property="og:type">
<meta content="en_US" property="og:locale">
<meta content="http://iamsabbir.me/filter/" property="og:url"/>
<meta content="SEO Workplace Image Filter" property="og:title"/>
<meta name="author" content="Nazir Ahmed Sabbir">
<meta name="description" content="Celebrate SEO Workplace member to changing SOCIAL MEDIA profile picture.">
<meta property="og:title" content="SEO Workplace | Xpert Stack"/>
<meta property="og:site_name" content="iamsabbir.me"/>
<link rel="shortcut icon" href="favicon.ico">
<!-- css -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>SEO Workplace | Xpert Stack</h1>
<div class="container">
<p style="font-size:14px;line-height:3;text-align:center">Upload your profile picture to generate one like the shown below. Change your profile picture to <b>#SEOWorkPlace</b></p>
<div class="transform-app">
<input type="file" id="fileElem" class="hidden">
<button class="pure-button pure-button-primary" id="select-photo">Select profile photo</button><br>
<canvas id="canvas" class="magic pure-img" width="800" height="800"></canvas><br>
<a href="#" id="download-btn" download="profile-pic.png"><button class="pure-button download-btn">Download</button></a>
</div>
<div class="push"></div>
</div>
<footer class="footer">
<center>
<div class="row">
<div class="footer-logo">
<p>Have feedback? <a href="https://www.facebook.com/messages/NaSb.1151">Message me</a>.
<div class="footer-license">
<p></p>
</div>
<ul class="footer-nav">
<li><a href="https://twitter.com/NaSabbir">Twitter</a></li>
<li><a href="https://www.facebook.com/NaSb.1151">Facebook</a></li>
<li><a href="https://plus.google.com/NazirAhmedSabbir0">Google+</a></li>
</ul>
</div>
</center>
</footer>
<script src="script.js"></script>
</body>
</html>