fix: email signature
This commit is contained in:
parent
9b0256c9b3
commit
42c0999cfe
414
Ahmad.html
414
Ahmad.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Ahmad Mahmood</h1>
|
||||
<p class="title">Project Manager</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Ahmad Mahmood
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">ahmad.mahmood@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Project Manager</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:ahmad.mahmood@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
ahmad.mahmood@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Baten.html
414
Baten.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Abdul Baten</h1>
|
||||
<p class="title">Backend Developer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Abdul Baten
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">abdul.baten@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Backend Developer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:abdul.baten@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
abdul.baten@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Benjamin.html
414
Benjamin.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Benjamin Baier</h1>
|
||||
<p class="title">Co-Founder & CEO, Product Lead</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Benjamin Baier
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">benjamin.baier@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Co-Founder & CEO, Product Lead</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:benjamin.baier@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
benjamin.baier@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Bukhari.html
414
Bukhari.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Waleed Bukhari</h1>
|
||||
<p class="title">Backend Developer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Waleed Bukhari
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">waleed.bukhari@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Backend Developer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:waleed.bukhari@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
waleed.bukhari@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Diponkar.html
414
Diponkar.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Diponkar Kabiraj</h1>
|
||||
<p class="title">Product Designer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Diponkar Kabiraj
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">diponkar.kabiraj@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Product Designer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:diponkar.kabiraj@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
diponkar.kabiraj@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Haseeb.html
414
Haseeb.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Muhammad Haseeb Zafar</h1>
|
||||
<p class="title">Mobile App Developer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Muhammad Haseeb Zafar
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">Muhammad.zafar@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Mobile App Developer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:Muhammad.zafar@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
Muhammad.zafar@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Moeez.html
414
Moeez.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Moeez Sadiq</h1>
|
||||
<p class="title">SEO & Marketing Specialist</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Moeez Sadiq
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">moeez.sadiq@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">SEO & Marketing Specialist</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:moeez.sadiq@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
moeez.sadiq@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Noman.html
414
Noman.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Muhammad Noman</h1>
|
||||
<p class="title">Mobile App Developer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Muhammad Noman
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">muhammad.noman@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Mobile App Developer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:muhammad.noman@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
muhammad.noman@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Rohit.html
414
Rohit.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Rohit Darekar</h1>
|
||||
<p class="title">IT & DevOps</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Rohit Darekar
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">rohit.darekar@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">IT & DevOps</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:rohit.darekar@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
rohit.darekar@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.com</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Shahzad.html
414
Shahzad.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Muhammad Shahzad</h1>
|
||||
<p class="title">Mobile App Developer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Muhammad Shahzad
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">muhammad.shahzad@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Mobile App Developer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:muhammad.shahzad@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
muhammad.shahzad@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.comRohit</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
414
Till.html
414
Till.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Till Jäger</h1>
|
||||
<p class="title">Co-Founder & CFO, Operations Lead</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Till Jäger
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">btill.jager@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Co-Founder & CFO, Operations Lead</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:btill.jager@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
btill.jager@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.comRohit</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
414
Waris.html
414
Waris.html
@ -1,301 +1,137 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Benjamin Baier - Business Card</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
||||
background: black;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
<table
|
||||
cellpadding="0"
|
||||
cellspacing="0"
|
||||
border="0"
|
||||
style="
|
||||
max-width: 600px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background: #1a1a1a;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
max-width: 900px;
|
||||
width: 100%;
|
||||
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-container {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.left-section {
|
||||
flex: 0.8;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
color: #ffffff;
|
||||
"
|
||||
>
|
||||
<tr>
|
||||
<!-- LEFT SECTION -->
|
||||
<td
|
||||
style="
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #333;
|
||||
padding-right: 20px;
|
||||
"
|
||||
>
|
||||
<img
|
||||
src="https://flirtmetrics.com/assets/logo.png"
|
||||
width="70"
|
||||
style="display: block; margin: 0 auto 10px auto"
|
||||
alt="Flirtmetrics"
|
||||
/>
|
||||
|
||||
.logo-container {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #2a2a2a;
|
||||
border-radius: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* Yahan apna logo lagao */
|
||||
background: #d4af37;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #ffffff;
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a0a0a0;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
flex: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
border-left: 1px solid #333;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contact-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.contact-item a {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.contact-item a:hover {
|
||||
color: #d4af37;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Social Icons Container */
|
||||
.social-icons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* Social Icons Links */
|
||||
.social-icons a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 8px;
|
||||
transition: all 0.3s ease;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 25px;
|
||||
/* height: 0px; */
|
||||
object-fit: contain;
|
||||
filter: brightness(0) invert(1);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Reddit */
|
||||
.social-icons a:nth-child(7):hover {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.social-icons {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.social-icons a img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-container img {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
.card-container {
|
||||
flex-direction: column;
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.right-section {
|
||||
border-left: none;
|
||||
border-top: 1px solid #333;
|
||||
padding-left: 0;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 30px 20px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.logo-container {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="card">
|
||||
<div class="card-container">
|
||||
<!-- Left Section -->
|
||||
<div class="left-section">
|
||||
<div class="logo-container">
|
||||
|
||||
<img src="https://flirtmetrics.com/assets/logo.png" alt="Flirtmetrics" class="logo-img">
|
||||
</div>
|
||||
<h1 class="name">Muhammad Waris</h1>
|
||||
<p class="title">Quality Assurance Engineer</p>
|
||||
<div style="font-size: 20px; font-weight: 600; color: #ffffff">
|
||||
Muhammad Waris
|
||||
</div>
|
||||
|
||||
<!-- Right Section -->
|
||||
<div class="right-section">
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="mailto:benjamin.baier@flirtmetrics.com">muhammad.waris@flirtmetrics.com</a>
|
||||
<div style="font-size: 14px; color: #a0a0a0">Quality Assurance Engineer</div>
|
||||
</td>
|
||||
|
||||
<!-- RIGHT SECTION -->
|
||||
<td style="padding-left: 20px; vertical-align: middle">
|
||||
<!-- EMAIL -->
|
||||
<div style="margin-bottom: 8px; font-size: 14px">
|
||||
📧
|
||||
<a
|
||||
href="mailto:muhammad.waris@flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
muhammad.waris@flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-item">
|
||||
<svg class="contact-icon" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1">
|
||||
</path>
|
||||
</svg>
|
||||
<a href="https://www.flirtmetrics.com" target="_blank">www.flirtmetrics.comRohit</a>
|
||||
<!-- WEBSITE -->
|
||||
<div style="margin-bottom: 12px; font-size: 14px">
|
||||
🌐
|
||||
<a
|
||||
href="https://www.flirtmetrics.com"
|
||||
style="color: #ffffff; text-decoration: none"
|
||||
>
|
||||
www.flirtmetrics.com
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="social-icons">
|
||||
<a href="https://www.facebook.com/Flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/facebook.svg" alt="Facebook" /></a>
|
||||
<a href="https://www.instagram.com/flirtmetrics/" target="_black"><img
|
||||
src="../../public/assets/insta.svg" alt="Instagram" /></a>
|
||||
<a href="https://www.tiktok.com/@flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/tiktok.svg" alt="TikTok" /></a>
|
||||
<!-- SOCIAL ICONS -->
|
||||
<div>
|
||||
<a
|
||||
href="https://www.facebook.com/Flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733547.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="https://x.com/flirtmetrics/" target="_black"><img src="../../public/assets/twitter.svg"
|
||||
alt="Twitter" /></a>
|
||||
<a href="https://rumble.com/user/flirtmetrics" target="_black"><img
|
||||
src="../../public/assets/rumble.svg" alt="Rumble" /></a>
|
||||
<a
|
||||
href="https://www.instagram.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/733/733558.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a href="http://reddit.com/flirtmetrics/" target="_black"><img src="../../public/assets/reddit.svg"
|
||||
alt="Reddit" /></a>
|
||||
<a href="https://www.threads.com/@flirtmetrics" target="_black"><img
|
||||
src="/../../public/assets/thread.svg" alt="Thread" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<a
|
||||
href="https://www.tiktok.com/@flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/3046/3046121.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</html>
|
||||
<a
|
||||
href="https://x.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5968/5968830.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://rumble.com/user/flirtmetrics"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/1384/1384060.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="http://reddit.com/flirtmetrics/"
|
||||
style="text-decoration: none; margin-right: 6px"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/2111/2111589.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.threads.com/@flirtmetrics"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
<img
|
||||
src="https://cdn-icons-png.flaticon.com/24/5969/5969020.png"
|
||||
width="20"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user