Skip to content

Instantly share code, notes, and snippets.

@Kris776131
Kris776131 / tfh-cards-v4.html
Created May 14, 2026 05:40
TFH VENTURE DMCC Business Cards v4 (A/B Logo Variants)
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>TFH VENTURE DMCC — Business Cards</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600;700&family=Montserrat:wght@200;300;400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
@Kris776131
Kris776131 / tfh-cards-v3.html
Created May 14, 2026 05:35
TFH VENTURE DMCC Business Card Designs
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TFH Business Cards</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600;700;900&family=DM+Sans:wght@300;400;500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Playfair+Display:wght@400;500;700&family=Montserrat:wght@200;300;400;600;700&display=swap');
*{margin:0;padding:0;box-sizing:border-box;}
body{background:#E5E2DB;font-family:'Raleway',sans-serif;padding:52px 28px;}