linkInBioTemplate
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data โ all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v19View latest version
Pynah Sanico | Links
body {
font-family: Arial, sans-serif;
background: #f5f6fa;
margin: 0;
padding: 0;
}
.container {
max-width: 400px;
margin: 40px auto;
text-align: center;
background: #ffffff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 15px;
}
h1 {
font-size: 22px;
margin: 10px 0 5px;
}
p {
font-size: 14px;
color: #666;
margin-bottom: 25px;
}
a.button {
display: block;
text-decoration: none;
background: #2f80ed;
color: white;
padding: 14px;
margin: 10px 0;
border-radius: 8px;
font-weight: bold;
transition: background 0.3s;
}
a.button:hover {
background: #1c5ed5;
}
<!-- NAME -->
<h1>Pynah Sanico</h1>
<!-- SHORT BIO -->
<p>Entry-Level Sales & Administrative Support<br>UAE</p>
<!-- LINKS -->
<a class="button" href="YOUR_RESUME_PDF_LINK" target="_blank">๐ View Resume</a>
<a class="button" href="https://wa.me/YOURNUMBER" target="_blank">๐ฌ WhatsApp Me</a>
<a class="button" href="mailto:YOUREMAIL@email.com">๐ง Email Me</a>
<a class="button" href="YOUR_LINKEDIN_URL" target="_blank">๐ผ LinkedIn</a>