web3district commited on
Commit
faedbd6
·
verified ·
1 Parent(s): 879997d

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +117 -18
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ket
3
- emoji: 🏢
4
- colorFrom: pink
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: ket
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,118 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>Kateryna Dombrovska | Web3 & AI Ecosystem Builder | Lisbon</title>
6
+ <meta name="description" content="Kateryna “Kat” Dombrovska — Lisbon-based Web3 & AI ecosystem builder. Co-Founder of The Quantum Post and Web3 District. Sponsorships, community, investment readiness." />
7
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
8
+
9
+ <!-- Open Graph -->
10
+ <meta property="og:title" content="Kateryna Dombrovska — Web3 & AI Ecosystem Builder" />
11
+ <meta property="og:description" content="Co-Founder of The Quantum Post & Web3 District (Lisbon). Building sponsorships, community & growth across EU/MENA." />
12
+ <meta property="og:image" content="https://YOURDOMAIN.com/kateryna-dombrovska.jpg" />
13
+ <meta property="og:url" content="https://YOURDOMAIN.com" />
14
+ <meta property="og:type" content="profile" />
15
+
16
+ <!-- Twitter -->
17
+ <meta name="twitter:card" content="summary_large_image" />
18
+ <meta name="twitter:title" content="Kateryna Dombrovska — Web3 & AI Ecosystem Builder" />
19
+ <meta name="twitter:description" content="Co-Founder of The Quantum Post & Web3 District (Lisbon). Sponsorships • Community • Growth." />
20
+ <meta name="twitter:image" content="https://YOURDOMAIN.com/kateryna-dombrovska.jpg" />
21
+
22
+ <!-- Canonical -->
23
+ <link rel="canonical" href="https://YOURDOMAIN.com/kateryna-dombrovska" />
24
+
25
+ <!-- JSON-LD -->
26
+ <script type="application/ld+json">
27
+ {
28
+ "@context":"https://schema.org",
29
+ "@type":"Person",
30
+ "name":"Kateryna Dombrovska",
31
+ "alternateName":["Kate Dombrovska","Kat Dombrovska","Kateryna \"Kat\" Dombrovska","Katerina Dombrovska","Катерина Домбровська","Катерина Домбровская","@ketiiiDo"],
32
+ "jobTitle":"Co-Founder",
33
+ "affiliation":[
34
+ {"@type":"Organization","name":"The Quantum Post"},
35
+ {"@type":"Organization","name":"Web3 District"}
36
+ ],
37
+ "knowsAbout":["Web3","AI","Blockchain","Sponsorships","Community building","Growth","Investment readiness","Portugal","Lisbon"],
38
+ "image":"https://YOURDOMAIN.com/kateryna-dombrovska.jpg",
39
+ "url":"https://YOURDOMAIN.com/kateryna-dombrovska",
40
+ "sameAs":[
41
+ "https://www.linkedin.com/in/YOUR-LINK",
42
+ "https://x.com/ketiiiDo",
43
+ "https://instagram.com/ketiiiDo",
44
+ "https://youtube.com/@the_quantum_post",
45
+ "https://web3district.xyz"
46
+ ],
47
+ "birthDate":"2001-05-16",
48
+ "address":{"@type":"PostalAddress","addressLocality":"Lisbon","addressCountry":"PT"}
49
+ }
50
+ </script>
51
+
52
+ <style>
53
+ :root { --accent:#ff4081; }
54
+ body{margin:0;font-family:Inter,system-ui,-apple-system,Arial,sans-serif;background:#0e0e0e;color:#f6f6f6;line-height:1.6}
55
+ .hero{padding:84px 20px;text-align:center;background:linear-gradient(135deg,#121212,#1c1c1c)}
56
+ .hero img{width:160px;height:160px;border-radius:50%;object-fit:cover;margin-bottom:18px}
57
+ h1{font-size:2.2rem;margin:.2rem 0}
58
+ h2{font-size:1.2rem;font-weight:500;color:#bdbdbd;margin:0 0 .6rem}
59
+ .section{max-width:880px;margin:44px auto;padding:0 20px}
60
+ .links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:18px}
61
+ .btn{border:1px solid var(--accent);border-radius:28px;padding:10px 16px;color:var(--accent);text-decoration:none}
62
+ a{color:var(--accent)}
63
+ ul{margin:.5rem 0 0 1.1rem}
64
+ .note{font-size:.9rem;color:#aaaaaa}
65
+ footer{padding:40px 20px;text-align:center;color:#9e9e9e}
66
+ </style>
67
+ </head>
68
+ <body>
69
+
70
+ <header class="hero">
71
+ <img src="https://YOURDOMAIN.com/kateryna-dombrovska.jpg" alt="Kateryna Dombrovska headshot" />
72
+ <h1>Kateryna “Kat” Dombrovska</h1>
73
+ <h2>Web3 & AI Ecosystem Builder • Lisbon</h2>
74
+ <p>Co-Founder of <strong>The Quantum Post</strong> & <strong>Web3 District</strong></p>
75
+ <div class="links">
76
+ <a class="btn" href="https://www.linkedin.com/in/YOUR-LINK" target="_blank" rel="noopener">LinkedIn</a>
77
+ <a class="btn" href="https://x.com/ketiiiDo" target="_blank" rel="noopener">X (Twitter)</a>
78
+ <a class="btn" href="https://instagram.com/ketiiiDo" target="_blank" rel="noopener">Instagram</a>
79
+ <a class="btn" href="https://youtube.com/@the_quantum_post" target="_blank" rel="noopener">YouTube</a>
80
+ <a class="btn" href="mailto:hello@YOURDOMAIN.com">Email</a>
81
+ </div>
82
+ </header>
83
+
84
+ <main>
85
+ <section class="section">
86
+ <h3>About</h3>
87
+ <p><strong>Kateryna “Kat” Dombrovska</strong> is a Lisbon-based Web3 & AI ecosystem builder, founder, and community strategist. She is the Co-Founder of <a href="https://thequantumpost.com" target="_blank" rel="noopener">The Quantum Post</a>, the first post-quantum-ready live talk show exploring how AI, blockchain, and quantum technologies are reshaping society. Co-hosted with Eddie and supported by partners like DSRPTD.net and Mediafuse.org, the show brings bold, real-time conversations on ethics, governance, and innovation to a global audience.</p>
88
+ <p>Kat also leads <a href="https://web3district.xyz" target="_blank" rel="noopener">Web3 District</a>, a one-stop accelerator and growth hub for fearless founders at the edge of decentralized innovation. With a focus on sponsorships, community building, and investment readiness, she helps startups move from vision to traction—connecting the EU and MENA ecosystems.</p>
89
+ </section>
90
+
91
+ <section class="section">
92
+ <h3>Focus Areas</h3>
93
+ <ul>
94
+ <li>Web3 / AI / Blockchain strategy</li>
95
+ <li>Sponsorships & investor relations</li>
96
+ <li>Community building & growth systems</li>
97
+ <li>Event partnerships & media strategy</li>
98
+ </ul>
99
+ </section>
100
+
101
+ <section class="section">
102
+ <h3>Press & Speaking (selected)</h3>
103
+ <ul>
104
+ <li>The Quantum Post — post-quantum-ready live talk show (Co-Host & Co-Founder)</li>
105
+ <li>Web3 District — accelerator & one-stop growth platform (Co-Founder)</li>
106
+ <li>Add: conference talks (SBC, DSRPTD, etc.), media features, panels</li>
107
+ </ul>
108
+ <p class="note">Not me: the Kyiv-based HR/communications professional with the same name.</p>
109
+ </section>
110
+ </main>
111
+
112
+ <footer>
113
+ © <span id="y"></span> Kateryna Dombrovska — Lisbon, Portugal
114
+ </footer>
115
+
116
+ <script>document.getElementById('y').textContent=new Date().getFullYear()</script>
117
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=web3district/ket" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
118
  </html>