-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
76 lines (66 loc) · 3.05 KB
/
Copy pathabout.php
File metadata and controls
76 lines (66 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./common/css/base.css">
<link rel="stylesheet" type="text/css" href="./common/css/style.css">
<link rel="stylesheet" type="text/css" href="./common/css/about.css">
<link rel="icon" href="./favicon.ico">
<title>
About 3DVenue.
</title>
<style type="text/css">
</style>
</head>
<body>
<?php include_once 'header.php'; ?>
<h1 id="head">The Convergence of Technology, Creativity, and Business</h1>
<main>
<div class="inner">
<h2>About 3DVenue</h2>
<section id="about" class="concept-section">
<article class="concept-item">
<h3 class="concept-title">
<strong>3DVenue</strong>
<span class="acronym">(Digital Dream Deliver)</span>
</h3>
<p class="concept-description">
Delivering Dreams through Digital Innovation.<br>
The "3D" in 3DVenue stands for <strong>Digital</strong>, <strong>Dream</strong>, and <strong>Deliver</strong>.
It embodies our core philosophy: "Delivering the dreams of companies and creators to the world through the power of digital technology."
</p>
</article>
<article class="concept-item">
<h3 class="concept-title">
<strong>Venue</strong>
<span class="acronym">(Virtual Energy Next Universal Exhibition)</span>
</h3>
<p class="concept-description">
Bringing Vitality to Virtual Spaces. A Next-Generation Exhibition for Everyone.<br>
"Venue" is an acronym for <strong>Virtual</strong>, <strong>Energy</strong>, <strong>Next</strong>, <strong>Universal</strong>, and <strong>Exhibition</strong>.
It represents our commitment to creating a next-generation, universal exhibition brand that brings vibrant energy to the virtual world.
</p>
</article>
</section>
</div>
<section id="mission">
<div class="inner">
<h2>Mission</h2>
<ol>
<li>Industrial & Regional Growth
Create a sustainable exhibition foundation that contributes to industrial development and regional revitalization.</li>
<li>Open & Fair Digital Environment
Realize a digital exhibition environment that is equitable and open to everyone.</li>
<li>Next-Generation Hybrid Experience
Fusion of real and virtual to provide a next-generation exhibition experience.</li>
<li>Maximizing Sponsor Value
Build a mechanism where sponsorship value is maximized and support reliably leads to results.</li>
<li>Cultivating Innovation
Cultivate a foundation for continuous innovation together with trusted companies and organizations.</li>
</ol>
</div>
</section>
</div>
</main>
<?php include_once('footer.php')?>