-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·159 lines (155 loc) · 6.27 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Pinpic : Adorn your photos</title>
<link href='css/style.css' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1200);
});
});
</script>
</head>
<body>
<!---start-wrap---->
<!---start-header---->
<div class="header">
<div class="wrap">
<div class="logo">
<a href="index.html">Pinpic</a>
</div>
<div class="top-nav">
<ul>
<li class="active"><a href="#home" class="scroll">Works</a></li>
<li><a href="#features" class="scroll">Features</a></li>
<li><a href="#about" class="scroll">About</a></li>
<!--<li><a href="#demo" class="scroll">Demo</a></li>-->
<li><a href="#contact" class="scroll">Contact</a></li>
</ul>
</div>
<div class="clear"> </div>
</div>
<!---//End-header---->
</div>
<!---start-image-banner---->
<div class="img-banner" id="home">
<div class="img-banner-info">
<h1><span>Pinpic</span></h1>
<h2>Adorn your photos</h2>
<p>Pinpic is now available on Google Play. You can reach great features just by one click.</p>
<div class="clear"> </div>
<div class="info-btns">
<ul>
<li><a href="#"> </a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.tiryaki.pinpic"> </a></li>
</ul>
</div>
</div>
<div class="img-banner-pic">
</div>
<div class="clear"> </div>
</div>
<!---//End-image-banner---->
<!---start-top-grids----->
<div class="top-grids" id="features">
<div class="wrap">
<div class="top-grid">
<!--<a class="icon1" href="#"><span> </span> </a>-->
<h3>Fonts</h3>
<p>Any number of text boxes can be sticked on pictures. Resize, change its style and color as you desire. <label>Moreover , there are many fonts to specialize them for your pleasure. It supports many languages including Russian, Korean, Japanese etc.</label></p>
<!--<a class="btn" href="#">Read more<span> </span></a>-->
</div>
<div class="top-grid">
<!--<a class="icon2" href="#"><span> </span> </a>-->
<h3>Self-Draw</h3>
<p>[Coming] You can draw any shape to pin them on your image. <label>Resize, specialize colors and styles as you wanted.Your drawings are automatically saved, so that you can use them whenever you open the application. Why don't you sign your great photos and make them really unique via Pinpic?</label></p>
<!--<a class="btn" href="#">Read more<span> </span></a>-->
</div>
<div class="top-grid">
<!--<a class="icon3" href="#"><span> </span> </a>-->
<h3>Motifs</h3>
<p>[Coming] 100+ motifs are ready to adorn your pictures. <label>They comes with many functionalities.</label></p>
<!--<a class="btn" href="#">Read more<span> </span></a>-->
</div>
<div class="clear"> </div>
</div>
</div>
<!---//End-top-grids----->
<!---start-mid-grids----->
<div class="mid-grids" id="about">
<div class="mid-grid-top">
<div class="wrap">
<div class="mid-grid-top-pic">
</div>
<div class="mid-grid-top-info">
<h3>Coddle your pictures with Pinpic</h3>
<p>Do you want to write your own words? You are free to write as much as you want. Your sweetheart likes heart on the pictures. Show your talent and draw your own heart. This would be so original. Not enough? We support you with many great motifs which are so unique. They will not let you down.\n\nWe support you with great interface, we always do.</p>
</div>
<div class="clear"> </div>
</div>
</div>
<!--
<div class="mid-grids-center" id="demo">
<div class="wrap">
<h3>Demo of our cloud app</h3>
<p> quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur,</p>
<iframe src="//player.vimeo.com/video/73528012?byline=0" width="80%" height="500" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="mid-grids-bottom" id="contact">
<div class="wrap">
<h3>Sign up and You'll be Notified when it's Done !</h3>
<form>
<input type="text" class="textbox" value="Your email plase?" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Your email plase?';}"><input type="submit" value="Send" />
</form>
</div>
</div>-->
<div class="social-share text-center" id="contact">
<div class="container">
<h3>Developed by Tryaki</h3>
<h4>My Personal Sites</h4>
<ul>
<li><a class="google" href="https://plus.google.com/u/0/108008026616674958511"><span> </span></a></li>
<li><a class="twitter" href="https://twitter.com/s_sahinkoc"><span> </span></a></li>
<div class="clearfix"> </div>
</ul>
</div>
</div>
<!---//End-mid-grids----->
<!---start-footer----->
<div class="footer">
<div class="wrap">
<p>Design by <a href="http://w3layouts.com/">W3layouts</a></p>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"><span id="toTopHover" style="opacity: 1;"></span></a>
</div>
</div>
</div>
<!---//End-footer----->
<!---//End-wrap---->
</body>
</html>