-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (187 loc) · 4.9 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<style>
img {
border-radius: 10%;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.login-box {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
padding: 40px;
transform: translate(-50%, -50%);
background: rgba(0,0,0,.5);
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0,0,0,.6);
border-radius: 10px;
}
.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff;
text-align: center;
}
.login-box .user-box {
position: relative;
}
.login-box .user-box input {
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
}
.login-box .user-box label {
position: absolute;
top:0;
left: 0;
padding: 10px 0;
font-size: 16px;
color: #fff;
pointer-events: none;
transition: .5s;
}
.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
top: -20px;
left: 0;
color: #03e9f4;
font-size: 12px;
}
.login-box form a {
position: relative;
display: inline-block;
padding: 10px 20px;
color: #03e9f4;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
transition: .5s;
margin-top: 40px;
letter-spacing: 4px
}
.login-box a:hover {
background: #03e9f4;
color: #fff;
border-radius: 5px;
box-shadow: 0 0 5px #03e9f4,
0 0 25px #03e9f4,
0 0 50px #03e9f4,
0 0 100px #03e9f4;
}
.login-box a span {
position: absolute;
display: block;
}
.login-box a span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #03e9f4);
animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
0% {
left: -100%;
}
50%,100% {
left: 100%;
}
}
.login-box a span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #03e9f4);
animation: btn-anim2 1s linear infinite;
animation-delay: .25s
}
@keyframes btn-anim2 {
0% {
top: -100%;
}
50%,100% {
top: 100%;
}
}
.login-box a span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #03e9f4);
animation: btn-anim3 1s linear infinite;
animation-delay: .5s
}
</style>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Patricia Pinto</title>
<link rel="icon" href="patricia pinto logo.png" type="image/x-icon">
</head>
<body>
<!-- Your website content goes here -->
<div align="left"><img width="100" src="./IMG_1767 (1).jpg"><br></div>
<h1 style="color:#2079c7;">Patricia Pinto</h1>
<h2><b>Product Manager</b></h2>
Portuguese<br>
+351 962 166 026<br><br>
Click here to check my <a href="https://patprodrigues.github.io/Pitch%20Patricia%20Pinto.pdf" target="_blank">pitch</a>. <br><br>
You can also see what people say about me <a href="https://patprodrigues.github.io/recommendations.html" target="_blank">here</a><br><br><br>
<a href="mailto:[email protected]?subject=Hi Patricia!" target="_blank" text-decoration: none;>
<img alt="Email" src="./email.svg"
width=60px">
</a>
<a href="https://www.linkedin.com/in/patprodrigues" target="_blank" text-decoration: none;>
<img alt="linkedin" src="./linkedin.svg"
width=60px">
</a>
<a href="https://www.github.com/patprodrigues" target="_blank" text-decoration: none;>
<img alt="git" src="./github.svg"
width=60px">
</a><br>
<div align="left"><img width="100" src="./patricia pinto logo.png"><br></div>
<p>
<div class="login-box">
<h2>Get in touch</h2>
<form action="https://formsubmit.co/[email protected]" method="POST">
<label for="fname">First Name</label><br>
<input type="text" id="fname" name="firstname" placeholder="Your name..."><br>
<label for="lname">Last Name</label><br>
<input type="text" id="lname" name="lastname" placeholder="Your last name..."><br>
<label for="email">Email</label><br>
<input type="text" id="email" name="email" placeholder="Your email address..."><br>
<label for="reason">Reason for contacting</label><br>
<select id="reason" name="reason">
<option value="job">Job opportunities</option><br>
<option value="freelancing">Freelancing services</option><br>
<option value="others">Others</option><br>
</select><br>
<label for="subject">Subject</label><br>
<textarea id="subject" name="subject" placeholder="Write something..." style="height:200px"></textarea><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
</div>
</p>