-
Notifications
You must be signed in to change notification settings - Fork 2
/
new.html
170 lines (135 loc) · 6.67 KB
/
new.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
160
161
162
163
164
165
166
167
168
169
170
<!--
=========================================================
* Now UI Kit - v1.3.0
=========================================================
* Product Page: https://www.creative-tim.com/product/now-ui-kit
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)
* Designed by www.invisionapp.com Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
@Mod: PHPGrammers
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Click and Send any message to me and i will not know it was you">
<meta property="og:description content="Click and Send any message to me and i will not know it was you">
<meta name="author" content="PHPGrammers">
<meta charset="utf-8" property="og:image" content="https://anon.hwcalc.ga/assets/img/anon.jpg">
<meta charset="utf-8" name="keyword" content="PHP, Anonymous, Message">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title class="userNickname"> Send Anonymous Messages - by PHPGrammers
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/now-ui-kit.css?v=1.3.0" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="./assets/demo/demo.css" rel="stylesheet" />
</head>
<style type="text/css">
.btn-white:hover{
background-color: pink;
color: white;
}
</style>
<body class="index-page sidebar-collapse">
<div class="wrapper">
<div class="main">
<div class="section section-navbars">
<div id="navbar">
<div class="navigation-example" >
<div class="section section-signup" style="background-color:
white ; background-size: cover; background-position: top center; min-height: 700px;">
<div style="width: 100%; text-align: center; margin-top: -125px;">
<h3 style="margin-bottom: 0pt;"><strong class="userNickname"></strong> </h3>
<h5><strong>By PHPGrammers</strong></h5>
</div>
<div class="container">
<div class="row">
<div class="card card-signup" style="max-width:600px" >
<div class="card-header" style="max-width:600px">
<ul class="nav nav-tabs nav-tabs-neutral justify-content-center" role="tablist" data-background-color="black" style="max-width:600px">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#profile" role="tab" aria-selected="false">New Message</a>
</li>
</ul>
</div>
<div class="card-body">
<!-- Tab panes -->
<div class="tab-content text-center">
<div class="tab-pane active" id="profile" role="tabpanel">
<form id="anonymousNewMessage" class="form" method="POST" action="">
<div class="card-header text-center">
<h5 class="card-title title-up">Create Anonymous message/ comments :)</h5>
</div>
<div class="card-body">
<input type="hidden" name="user_id" id="userNickname" value="1">
<div class="input-group no-border">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="now-ui-icons text_caps-small"></i>
</span>
</div>
<input required type="text" placeholder="Type message title here" name="message_title" class="form-control"></input>
</div>
<div class="input-group no-border">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="now-ui-icons text_caps-small"></i>
</span>
</div>
<textarea required placeholder="Type Anonymous Message here" name="description" class="form-control"></textarea>
</div>
</div>
<div id="anonymousProcess" hidden="" class="text-center"></div>
<div class="card-footer text-center">
<button type="submit" class="btn btn-default btn-round btn-lg" style="color:white; background-color:#2c2c2c;">Send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col text-center" style="">
<a href="register.html" class="btn btn-outline-default btn-round btn-white btn-lg"><b style="color:black;"> Click Here To Receive Anonymous Messages</b></a>
</div>
</div>
</div>
<!-- <footer class="footer" data-background-color="black">
<div class=" container ">
<div class="copyright" id="copyright">
©
<script>
document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
</div>
</div>
</footer> -->
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/now-ui-kit.js?v=1.3.0" type="text/javascript"></script>
<script src="./assets/js/anonymous.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
var url =anonymousURL('user');
var url2 =anonymousURL('ref');
console.log(url);
$('.userNickname').html('Send Anonymous Message to '+url);
$('#userNickname').val(url2);
});
</script>
</body>
</html>