mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
This commit is contained in:
+2
-2
@@ -126,7 +126,7 @@
|
|||||||
<div v-else-if="activeMenu === 'contact'" class="sub-page contact-page" key="contact">
|
<div v-else-if="activeMenu === 'contact'" class="sub-page contact-page" key="contact">
|
||||||
<h2 class="page-title">> INITIALIZING ENCRYPTED_COMM.INK</h2>
|
<h2 class="page-title">> INITIALIZING ENCRYPTED_COMM.INK</h2>
|
||||||
<div class="contact-form">
|
<div class="contact-form">
|
||||||
<p>EMAIL: specialsource.company@gmail.com</p>
|
<p>EMAIL: sungjin.choi@specialsource.company</p>
|
||||||
<p>LOCATION: SEOUL, SOUTH KOREA</p>
|
<p>LOCATION: SEOUL, SOUTH KOREA</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -399,7 +399,7 @@ onMounted(() => {
|
|||||||
termInstance.value = globaljQuery(terminalRef.value).terminal({
|
termInstance.value = globaljQuery(terminalRef.value).terminal({
|
||||||
'hello': function () { this.echo('Hello, Welcome to Specialsource.company'); },
|
'hello': function () { this.echo('Hello, Welcome to Specialsource.company'); },
|
||||||
'specialsource': function () { this.echo('SPECIALSOURCE Established 2021.01.'); },
|
'specialsource': function () { this.echo('SPECIALSOURCE Established 2021.01.'); },
|
||||||
'email': function () { this.echo('specialsource.company@gmail.com'); },
|
'email': function () { this.echo('sungjin.choi@specialsource.company'); },
|
||||||
|
|
||||||
'status': function () {
|
'status': function () {
|
||||||
const term = this;
|
const term = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user