-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (89 loc) · 2.98 KB
/
index.html
File metadata and controls
109 lines (89 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>datingrelating.com</title>
<style>
body {
background-color: #000;
color: #0f0;
font-family: monospace;
padding: 40px;
max-width: 700px;
margin: auto;
line-height: 1.7;
font-size: 16px;
}
h1, h2 {
color: #fff;
}
.email a {
color: #ff0;
text-decoration: none;
}
.section {
margin-top: 2rem;
}
.quote {
font-style: italic;
color: #888;
}
.cta {
display: flex;
flex-direction: column;
gap: 1rem;
margin-top: 2rem;
}
.cta a {
background-color: #00ff88;
color: #000;
text-decoration: none;
padding: 1rem;
border-radius: 8px;
font-weight: bold;
text-align: center;
transition: 0.2s ease;
}
.cta a:hover {
background-color: #00cc66;
}
</style>
</head>
<body>
<h1>datingrelating.com</h1>
<p class="email"><a href="mailto:datingrelatingdotcom@gmail.com">💌 datingrelatingdotcom@gmail.com</a></p>
<p class="email"><a href="https://forms.gle/rbfYdft5UNeTBtfE7" target="_blank">📝 Fill the Form</a></p>
<p class="email"><a href="https://calendly.com/marsxr/basex" target="_blank">📅 Book a Call</a></p>
<div class="section">
<h2>Hacker Mindset #1</h2>
<p>Throughout the years, many dating websites went out of business. Acquire the database, in accordance with the terms and conditions updated in the bankruptcy proceedings. No waste in nature. These users might be still looking and we are doing them (and you) a service.</p>
</div>
<div class="section">
<h2>Hacker Mindset #2</h2>
<p>Premium access? How about insider access? Someone needs to be shown first to the new users anyway. This is another WIN WIN WIN for everyone involved.</p>
</div>
<div class="section">
<h2>Hacker Mindset #3</h2>
<p>Social media as dating infrastructure. Tactful respectable professional intro message, tiny bit of small talk to show cultural awareness, then direct compliment and establishing logistics. Genuine honest refreshing approach, also adding value and boosting confidence.</p>
</div>
<!-- <div class="section">
<h2>They say:</h2>
<p class="quote">"It’s a numbers game."</p>
<h2>We say:</h2>
<p>AI hacker mindset 🐇<br>
Love as a science.<br>
Science of love.<br>
</p>
<p>And once the dating starts... <strong>The "relating" part of datingrelating.com</strong>. Because you don’t want to make all the mistakes alone.</p>
<p>Dating. Relating.<br>
All of the above...</p>
</div> -->
<div class="section cta">
<a href="mailto:datingrelatingdotcom@gmail.com">💌 Send an Email</a>
<a href="https://forms.gle/rbfYdft5UNeTBtfE7" target="_blank">📝 Fill the Form</a>
<a href="https://calendly.com/marsxr/basex" target="_blank">📅 Book a Call</a>
</div>
<br>
<img src="datingrelating.jpg" style="max-width: 100%;"/>
</body>
</html>