-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (111 loc) · 5.2 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
<style type="text/css">
body {
background-color: #222;
font-family: "Courier New", monospace;
font-size: 13px;
}
span {
color: #DADADA;
text-shadow: 0px 0px 50px #DADADA;
}
a {
color: #4FED4F;
}
.blinking-cursor {
-webkit-animation: 1.5s blink step-end infinite;
-moz-animation: 1.5s blink step-end infinite;
-ms-animation: 1.5s blink step-end infinite;
-o-animation: 1.5s blink step-end infinite;
animation: 1.5s blink step-end infinite;
}
@keyframes "blink" {
from, to {
color: transparent;
}
50% {
color: #eee;
}
}
@-moz-keyframes blink {
from, to {
color: transparent;
}
50% {
color: #eee;
}
}
@-webkit-keyframes "blink" {
from, to {
color: transparent;
}
50% {
color: #eee;
}
}
@-ms-keyframes "blink" {
from, to {
color: transparent;
}
50% {
color: #eee;
}
}
@-o-keyframes "blink" {
from, to {
color: transparent;
}
50% {
color: #eee;
}
}
</style>
<center>
<pre style="background-color: #222; color: #eee;">
<span style="color: #4FED4F;">[PRIM4T@outreach <span style="color: #DADADA;">email</span>]$</span> send mail
Generating mail... <span>
┏┓ ┏───┓ ┏────┳───┓
████████┛███████┏██┗████████─███████┗█████████
┗┛ ┏──┛
██████┓ ██████ ┏██ ██ ██ ██ ██┓████████
██ ██┓██ ██│██┓███ ███ ██ ██│ ┏██
██████ ┗██████─┛██│████████ ███████┗┳─┫██
██ ██ ██ ██┗██ ██ ██─┛ ██ │ ┗██
██ ██ ██ ██ ██ ██ ██─┛ ██
┏┛
████████─███████─██─████████─███████ █████████
┗─┫ ┏┛ ┏─┛ ┗──┛
█▀▀ █▀█ █▀▄ █▀▀ ┗─▄█▄─┛█▀▄ █▀▀ █▀ █─█▀▀ █▄ █
█▄▄ █▄█─█▄▀ ██▄ █ ┏█▄▀ ██▄ ▄█ █ █▄█─█ ▀█ </span>
┗───┛ ┗─┳─┳┛ │ │ ┗──╋──┛
┗─┻─────┓│┏─┻────────┛
┏────────────┻┻┻─────────────────┓
┏──────┫ <b>Let’s make things happen!</b> ┣──────┓
│ ┗────────────────────────────────┛ │
┣┳ Available for long and short term projects │
│┗ Ready to join,lead or organize a team. │
│ │
┣─ Over 7 years of experience in ─┓ │
│ ┏───────────────────────────────┛ │
│ ┣ Frontend + Backend Development │
│ ┣ Visual Design | UI/UX | 3D │
│ ┣ Growth Hacking | Market Research │
│ ┣ Data mining | Web Scraping │
│ ┣ Linux Administration | Automation │
│ │ │
│ ┣ fluent in English and German │
│ ┗ based in Europe │
│ │
┣─ Contact ───────────────────────┓ │
│ ┏───────────────────────────────┛ │
│ ┣─── Website [<b><a href="https://prim4t.art">www.PRIM4T.art</a></b>] │
│ ┣────── Mail [<b><a href="mailto:banana@prim4t.art">banana@prim4t.art</a></b>] │
│ ┗──── Book a [<b><a href="https://prim4t.github.io/prim4t_outreach.nfo/meeting">Meeting</a></b>] │
┗───┓ │
│ ┏────────────────────────────────┓ ┏───┛
┗──┫ █████████████████████████▓▒░░░ ┣──┛
┗────────────────────────────────┛
Sending...
Mail delivered ✔
<span style="color: #4FED4F;">[PRIM4T@outreach <span style="color: #DADADA;">email</span>]$</span> <span class="blinking-cursor">█</span>
</pre>
</center>