-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
247 lines (202 loc) · 9.13 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Juan Silva - Product Designer</title>
<meta name="author" content="Juan Pablo Silva"/>
<meta name="description" content="UX Portfolio created using React and Bootstrap"/>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://kit.fontawesome.com/f552e9fd74.css" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/f552e9fd74.js" crossorigin="anonymous"></script>
<script src="./script.js"></script>
<link rel="icon" type="image/x-icon" href="./assets/public/favicon.ico">
<link rel="icon" type="image/x-icon" sizes="512x512" href="./assets/public/logo512.png">
<link rel="icon" type="image/x-icon" sizes="192x192" href="./assets/public/logo192.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="180x180" href="./assets/public/apple-touch-icon.png">
<link rel="manifest" href="./assets/public/site.webmanifest">
<meta property="og:title" content="Juan Silva - Product Desginer"/>
<meta property="og:image" content="https://user-images.githubusercontent.com/113949476/227063641-e71cd726-61b4-434b-9c84-e742c9025fdb.png"/>
<meta property="og:description" content="My Professional Links"/>
<meta property="og:url" content="https://juanpablodesigner.github.io/Professional-Links/"/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:type" content="website"/>
</head>
<body>
<div id="hero-bg">
<img>
</div>
<div id="container">
<div id="button-container">
<div id="switch" onclick="toggleMode()">
<button></button>
<span></span>
</div>
</div>
<div id="profile">
<img
src="./assets/avatar.png"
alt="profile"
/>
<h1>Juan Silva</h1>
<h3>Product Designer</h3>
<p>I must have my act together, so I reunited all my professional links here.</p>
</div>
<ul>
<li id="pdf">
<a
href="https://drive.google.com/file/d/1i8-ticNG_5ZKnoA7aP6tu8WFGdCKWnQK/view?usp=sharing"
rel="noopener noreferrer"
title="Clean and Objective version in pdf"
target="_blank">
<img src="./assets/pdf-icon.svg" alt="PDF Icon"/>
Resume
</a>
</li>
<li id="html5css3">
<a
href="https://juanpablodesigner.github.io/ProductDesigner-Resume/"
rel="noopener noreferrer"
title="Built using HTML & CSS"
target="_blank">
<img src="./assets/html5&css3-icon.svg" alt="HTML5 & CSS3 Icon"/>
Resume
<img id="black_space" src="./assets/black_space.png"/>
</a>
</li>
<li id="react">
<a
href="https://juanpablodesigner.github.io/space-ux-portfolio/"
rel="noopener noreferrer"
title="Built using React"
target="_blank">
<img src="./assets/react-icon.svg" alt="React Icon"/>
Portfolio
</a>
</li>
<li id="notion">
<a
href="https://juan-pablo-designer.super.site"
rel="noopener noreferrer"
title="Built using Notion"
target="_blank">
<img src="./assets/notion-icon.svg" alt="Notion Icon"/>
Portfolio
</a>
</li>
<!--
<li id="#">
<a
href="#"
rel="noopener noreferrer"
title="#"
target="_blank">
<img src="#" alt="#"/>
Cover Letter
</a>
</li>
<li id="#">
<a
href="#"
rel="noopener noreferrer"
title="#"
target="_blank">
<img src="#" alt="#"/>
Empty Text
</a>
</li>
<li id="#">
<a
href="#"
rel="noopener noreferrer"
title="#"
target="_blank">
<img src="#" alt="#"/>
Empty Text
</a>
</li>
-->
</ul>
<div id="social-links">
<a
href="https://linkedin.com/in/jaypy"
rel="noopener noreferrer"
title="Connect with me"
target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a
href="https://github.com/JuanPabloDesigner"
rel="noopener noreferrer"
title="All my coding projects"
target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a
href="mailto:[email protected]/"
rel="noopener noreferrer"
title="Send me an email"
target="_blank">
<i class="fa-solid fa-envelope"></i>
</a>
<a
href="https://api.whatsapp.com/send?phone=5521966442965&text=I%27ve%20reviewed%20your%20resume%20and%20am%20reaching%20out%20to%20offer%20you%20a%20job%20opportunity."
rel="noopener noreferrer"
title="Leave me a message"
target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a
href="https://discordapp.com/users/908604345992491018"
rel="noopener noreferrer"
title="Send me a sticker"
target="_blank">
<i class="fa-brands fa-discord"></i>
</a>
<!--
<a
href="https://medium.com/@JuanPablo."
rel="noopener noreferrer"
title="See my new articles"
target="_blank">
<i class="fa-brands fa-medium"></i>
</a>
<a
href="https://t.me/jaypy06"
rel="noopener noreferrer"
title="Send me a message"
target="_blank">
<i class="fa-brands fa-telegram"></i>
</a>
<a
href="https://instagram.com/jaypy06"
rel="noopener noreferrer"
title="Follow me on Instagram"
target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a
href="https://youtube.com/jaypy06"
rel="noopener noreferrer"
title="Subscribe to my channel"
target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
-->
</div>
<footer>
Website created by <a href="https://linkedin.com/in/jaypy" rel="noopener noreferrer" title="Connect with me!" target="_blank">Juan Silva</a>, Product Designer and Frontend Dev.
</footer>
</div>
<script type="text/javascript" src="https://example.com/fontawesome/v6.3.0/js/conflict-detection.js">
</script>
</body>
</html>