diff --git a/assets/css/custom.css b/assets/css/custom.css index 929cf22..84c3004 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -26,6 +26,11 @@ body { transform: scale(1.02); } +.qr-code-container { + text-align: center; + margin-bottom: 2rem; +} + .hero h1 { font-family: var(--font-family-headings); font-weight: 700; diff --git a/assets/pasted-20251113-135132-33815403.png b/assets/pasted-20251113-135132-33815403.png new file mode 100644 index 0000000..74a0dcf Binary files /dev/null and b/assets/pasted-20251113-135132-33815403.png differ diff --git a/friends.php b/friends.php new file mode 100644 index 0000000..95d18c7 --- /dev/null +++ b/friends.php @@ -0,0 +1,171 @@ +query("SELECT name, company, occupation, relation, company_type, linkedin_url, created_at FROM attendees ORDER BY created_at DESC"); + $attendees = $stmt->fetchAll(PDO::FETCH_ASSOC); + + // Fetch data for charts + $company_type_stmt = $pdo->query("SELECT company_type, COUNT(*) as count FROM attendees WHERE company_type IS NOT NULL AND company_type != '' GROUP BY company_type"); + $company_type_data = $company_type_stmt->fetchAll(PDO::FETCH_ASSOC); + + $relation_stmt = $pdo->query("SELECT relation, COUNT(*) as count FROM attendees WHERE relation IS NOT NULL AND relation != '' GROUP BY relation"); + $relation_data = $relation_stmt->fetchAll(PDO::FETCH_ASSOC); + +} catch (PDOException $e) { + // Silently fail for now, or log error +} +?> + + + + + + Friends List - Belarusians Worldwide + + + + + + + + + + + + + + + + + +
+
+

Our Friends & Associates

+

A directory of the amazing people in the Belarusian tech community.

+ Back to Join the List +
+ +
+
+

Community Insights

+
+
+ +
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameCompany / StartupOccupationCompany TypeLinkedInRelationDate Joined
No friends yet. Be the first to join!
View Profile
+
+
+
+ + +
+ + + + + + diff --git a/index.php b/index.php index c8ab494..76475c4 100644 --- a/index.php +++ b/index.php @@ -37,6 +37,10 @@ try {
+
+

Join Now

+ QR Code for joining +

Belarusians Worldwide Friends

A welcoming corner at Web Summit where Belarusian founders, engineers, investors, creatives, and ecosystem builders meet, share, and show that we keep building - wherever we are.

@@ -92,44 +96,9 @@ try { - -
-

Our Friends & Associates

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameCompany / StartupOccupationCompany TypeLinkedInRelationDate Joined
Be the first to join the list!
View Profile
-
-
+
+ View the Friends List +