forked from smoqadam/UrlShortener
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCommonQuestions.php
More file actions
123 lines (110 loc) · 5.79 KB
/
CommonQuestions.php
File metadata and controls
123 lines (110 loc) · 5.79 KB
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
<html>
<head>
<title> کوتاه کننده لینک </title>
<meta property="og:site_name" content="Cotint Shorten Url"/>
<meta property="og:description" content="سرویس کوتاه کننده لینک کوتینت جهت استفاده در شبکه های اجتماعی و سایر موارد"/>
<meta property="og:image" content="images/cotint-logo.jpg" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script>document.documentElement.className = 'js';</script>
</head>
<body class="demo-6">
<div class="box-img">
<img class="center-img" src="images/logo.png">
</div>
<main class="main main--demo-6">
<div class="content content--demo-6">
<div class="hamburger hamburger--demo-6 js-hover">
<div class="hamburger__line hamburger__line--01">
<div class="hamburger__line-in hamburger__line-in--01 hamburger__line-in--demo-5"></div>
</div>
<div class="hamburger__line hamburger__line--02">
<div class="hamburger__line-in hamburger__line-in--02 hamburger__line-in--demo-5"></div>
</div>
<div class="hamburger__line hamburger__line--03">
<div class="hamburger__line-in hamburger__line-in--03 hamburger__line-in--demo-5"></div>
</div>
<div class="hamburger__line hamburger__line--cross01">
<div class="hamburger__line-in hamburger__line-in--cross01 hamburger__line-in--demo-5"></div>
</div>
<div class="hamburger__line hamburger__line--cross02">
<div class="hamburger__line-in hamburger__line-in--cross02 hamburger__line-in--demo-5"></div>
</div>
</div>
<div class="global-menu">
<div class="global-menu__wrap">
<a class="global-menu__item global-menu__item--demo-6" href="http://cotint.ir/" target="_blank"> کوتینت</a>
<a class="global-menu__item global-menu__item--demo-6" href="http://cotint.ir/features/" target="_blank">خدمات</a>
<a class="global-menu__item global-menu__item--demo-6" href="http://cotint.ir/about-us/" target="_blank">درباره ما</a>
<a class="global-menu__item global-menu__item--demo-6" href="http://cotint.ir/contact/" target="_blank">ارتباط با ما</a>
</div>
</div>
<svg class="shape-overlays" viewBox="0 0 100 100" preserveAspectRatio="none">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#00c99b"/>
<stop offset="100%" stop-color="#ff0ea1"/>
</linearGradient>
<linearGradient id="gradient2" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffd392"/>
<stop offset="100%" stop-color="#ff3898"/>
</linearGradient>
<linearGradient id="gradient3" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#110046"/>
<stop offset="100%" stop-color="#32004a"/>
</linearGradient>
</defs>
<path class="shape-overlays__path"></path>
<path class="shape-overlays__path"></path>
<path class="shape-overlays__path"></path>
</svg>
</div>
<!-- Mian Content -->
<div class="box">
<h1>Common Questions!</h1>
<ul>
<li><a href='#q1'>Question 1</a></li>
<li><a href='#q2'>Question 2</a></li>
<li><a href='#q3'>Question 3</a></li>
</ul>
<h2 id='q1'>Question 1</h2>
<p>Lorem ipsum ins that privateiblve, an unacceptable risk in corporate environments. Lorem ipsum and its many variants have been employed since the early 1960ies, and quite likely since the sixteenth century.</p>
<h2 id='q2'>Question 2</h2> <p>porn employed since the early 1960ies, and quite likely since the sixteenth century.</p>
<h2 id='q3'>Question 3</h2> <p>t and its elements. Besides, random text risks to be unintendedly humorous or offensive, an unacceptable risk in corporate environments. Lorem ipsum and its many variants have been employed since the early 1960ies, and quite likely since the sixteenth century.</p>
</div>
<!--ENd of Main Content-->
<div class="footer">
<p class="cotint">Powered By Cotint</p>
<a href="API.php" target="_blank">[API]</a>
<a href="CommonQuestions.php" target="_blank">[Common Questions]</a>
<div class="footer-bord">
<ul>
<a href="http://cotint.ir/contact/" target="_blank"><li class="click-bord">ارتباط با ما</li></a>
<a href="http://cotint.ir/about-us/" target="_blank"><li>درباره ما</li></a>
<a href="http://cotint.ir/features/" target="_blank"><li>خدمات</li></a>
<a href="http://cotint.ir/" target="_blank"><li>کوتینت</li></a>
</ul>
</div>
</div>
</main>
<script src="js/jquery.min.js"></script>
<script src="js/demo.js"></script>
<script src="js/easings.js"></script>
<script src="js/demo6.js"></script>
<script src="js/jquery.copy-to-clipboard.js"></script>
<script>
$('#color-btn').click(function(){
$(this).css("background-color","#239963");
$(this).css("color","#fff");
});
</script>
<script>
$('button').click(function(){
$(this).CopyToClipboard();
});
</script>
</body>
</html>