-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices-en.html
More file actions
106 lines (103 loc) · 5.64 KB
/
services-en.html
File metadata and controls
106 lines (103 loc) · 5.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boundless Youth Forum — Services</title>
<meta name="description" content="Services: Startup advisory, event design & hosting, research & insights to help youth accelerate careers, research, and entrepreneurship.">
<meta property="og:title" content="Boundless Youth Forum — Services">
<meta property="og:description" content="Startup advisory, events, and research insights for global youth.">
<meta property="og:type" content="website">
<link rel="alternate" hreflang="en" href="/services-en.html">
<link rel="alternate" hreflang="zh-Hans" href="/services-zh.html">
<link rel="alternate" hreflang="x-default" href="/services-en.html">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header" role="banner">
<div class="container header-inner">
<a class="brand" href="index-en.html">
<img src="assets/images/logo.jpg" alt="Boundless Youth Forum">
</a>
<button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">☰</button>
<nav aria-label="Primary" data-open="false">
<ul>
<li><a href="index-en.html">Home</a></li>
<li><a href="about-en.html">About</a></li>
<li><a href="services-en.html">Services</a></li>
<li><a href="activities-en.html">Activities</a></li>
<li><a href="team-en.html">Team</a></li>
<li><a href="contact-en.html">Contact</a></li>
<li>
<button id="lang-toggle" class="btn btn-outline" type="button" aria-pressed="false">中文 / EN</button>
</li>
</ul>
</nav>
</div>
</header>
<main id="content" class="container" tabindex="-1">
<section class="section" aria-labelledby="services-title">
<div class="section-title reveal">
<h1 id="services-title">Our Services</h1>
<div class="en-title">我们的服务</div>
</div>
<div class="grid cols-3 reveal-stagger">
<article class="card reveal" aria-labelledby="svc-advisory">
<h2 id="svc-advisory">Advisory</h2>
<p class="en-title">创业咨询</p>
<p>Comprehensive entrepreneurial guidance and support for young founders, including business model design, funding strategies, market expansion, and professional consulting services.</p>
<ul>
<li>Business model development and optimization</li>
<li>Funding strategies and investor connections</li>
<li>Market analysis and competitive strategies</li>
<li>Team building and talent acquisition</li>
</ul>
</article>
<article class="card reveal" aria-labelledby="svc-events">
<h2 id="svc-events">Events</h2>
<p class="en-title">活动策划</p>
<p>Design and execute various innovation and entrepreneurship events, including startup competitions, pitch events, industry forums, and international exchanges, providing platforms for youth to showcase and connect.</p>
<ul>
<li>Startup competition organization and execution</li>
<li>Project pitch events and Demo Days</li>
<li>Industry forums and roundtable discussions</li>
<li>International exchange and study visits</li>
</ul>
</article>
<article class="card reveal" aria-labelledby="svc-community">
<h2 id="svc-community">Community</h2>
<p class="en-title">社区链接</p>
<p>Build a global youth innovation and entrepreneurship ecosystem network, connecting entrepreneurs, investors, mentors, and partners to facilitate resource matching and deep collaboration.</p>
<ul>
<li>Global youth entrepreneur network</li>
<li>Investor resource connections</li>
<li>Mentor guidance and experience sharing</li>
<li>Cross-industry collaboration opportunities</li>
</ul>
</article>
</div>
<div style="margin-top: 48px;">
<a class="btn btn-primary" href="contact-en.html">Request Support</a>
</div>
</section>
</main>
<footer class="footer" role="contentinfo">
<div class="container footer-grid">
<section aria-labelledby="mission-title">
<h3 id="mission-title">Mission</h3>
<p>Gather global youth, connect infinite resources!</p>
</section>
<section aria-labelledby="contact-title">
<h3 id="contact-title">Contact</h3>
<p><a href="mailto:peterchan@nasa-global.com">peterchan@nasa-global.com</a></p>
</section>
</div>
<div class="container bottom-strip">
<small>© 2025 Boundless Youth Forum / 无界青年论坛. All rights reserved.</small>
</div>
</footer>
<script src="js/scroll-reveal.js"></script>
<script src="js/main.js" defer></script>
<script type="text/javascript" src="https://www.wjx.cn/js/ap.js?activity=wFbMc1s" id="wjxFloatBtnJsCode"></script>
</body>
</html>