-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
133 lines (128 loc) · 3.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="title" content="Wishes for friends and family">
<meta name="description" content="New creative virtual album birthday wish generator android app for friends with customized song and pictures ">
<meta name="keywords" content="Birthday, wish, long-distance, creative, ideas">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Prasanna Thapa">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta property="og:title" content="Wishes">
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="600" />
<meta property="og:image" content="https://prasannathapa.github.io/wish-app/thumb.jpg" />
<meta property="og:description" content="Create virtual greeting albums | FREE">
<meta property="og:url" content="https://prasannathapa.github.io/wish-app/">
<link rel="icon" href="favicon.ico">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website" />
<link rel="canonical" href="https://prasannathapa.github.io/wish-app">
<meta name="google-site-verification" content="IfVNcW949AWLNOOAMt3jtuQlSF7F_rSHAcQIPMPF35I" />
<!-- Non-Essential, But Recommendd -->
<meta name="twitter:image:alt" content="Heart">
<title>Wishes | Happy birthday wish for friends</title>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
@import url(https://fonts.googleapis.com/css?family=Changa+One&effect=anaglyph);
.btn {
background-color: black;
border: none;
color: white;
padding: 12px 30px;
cursor: pointer;
font-size: 20px;
}
/* Darker background on mouse-over */
.btn:hover {
background-color: red;
}
* {box-sizing: border-box;}
body {
margin: 0;
overflow-anchor: auto;
font-family: Arial, Helvetica, sans-serif;
}
.header {
overflow: hidden ;
position:sticky;
padding:0px 20px;
transition: top 0.2s ease-in-out;
width:100%;
display: block;
top:0;
background-color: hsla(5, 98%, 100%, 0.97);
}
.header a {
float: left;
color: black;
text-align: center;
padding: 0px;
text-decoration: none;
font-size: 14px;
line-height: 20px;
width:100%;
border-radius: 0px;
}
.header a.logo {
font-size: 15px;
font-weight: bold;
}
.header a.active {
background-color: red;
color: white;
}
.header-right {
float: none;
}
h1.font-effect-anaglyph {
font-size: 48px;
text-align: left;
line-height:10px;
letter-spacing: 3px;
}
@media screen and (min-width: 1200px) {
h1.font-effect-anaglyph {
font-size: 72px;
line-height:20px;
}
}
.main {
height: 1000px; /* Used in this example to enable scrolling */
}
@media screen and (min-width: 600px) {
h1.font-effect-anaglyph {
line-height:10px;
font-size: 6vw;
}
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
</style>
</head>
<body>
<div class="header" id="head">
<a href="#default" class="logo"><h1 class="font-effect-anaglyph">Wishes</h1></a>
</div>
<div class="main" id="content">
<iframe style="width:100%;padding-left:5px;padding-right:5px" src="https://cards.producthunt.com/cards/posts/165463?v=1" height="490" allowfullscreen>
</iframe>
<button class="btn" onclick="location.href='https://github.com/prasannathapa/wish-app/releases/download/1.0/wish.apk'" type="button" style="width:100%"><i class="fa fa-download"></i> Download</button>
<script src="https://www.powr.io/powr.js?platform=iframe"></script>
<div class="powr-hit-counter" id="a225e995_1566750272"></div>
</div>
<script src='//platform-api.sharethis.com/js/sharethis.js#property=5d6185210887cc0012331475&product=social-ab' async='async'></script>
</body>
</html>