-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent-page-contact.php
More file actions
67 lines (61 loc) · 1.58 KB
/
content-page-contact.php
File metadata and controls
67 lines (61 loc) · 1.58 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
<?php
/**
* The template used for displaying page content in page.php
*
* @package storefront
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
</header>
<div class="entry-content">
<div class="contact-subscribe-form">
<?php the_content(); ?>
</div>
<div class="company-info">
<div class="label-company-info">
Address
</div>
<div class="content-company-info">
34, Whangshipri-ro 6-gill Seongdong-gu
<br/>Seoul, South Korea
</div>
<div class="label-company-info">
Email
</div>
<div class="content-company-info">
HhEeRrAaseoul@gmail.com
</div>
<div class="label-company-info">
Number
</div>
<a href="tel: 070-7543-4372" class="content-company-info">
070-7543-4372
</a>
<div class="label-company-info">
Instagram
</div>
<div class="content-company-info">
hheerraa_official
</div>
<div class="label-company-info">
Youtube
</div>
<div class="content-company-info">
HhEeRrAa
</div>
<div class="label-company-info">
Pinterest
</div>
<div class="content-company-info">
HhEeRrAa
</div>
</div>
<div class="sns-links-icon-container">
<a target="_blank" href="https://www.instagram.com/hheerraa_official/?hl=ko"><i class="fab fa-instagram"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UC9VXiSSomL8Khi3bM0OCd8A/featured"><i class="fab fa-youtube"></i></a>
<a target="_blank" href="https://www.pinterest.com/
/hheerraaseoul"><i class="fab fa-pinterest"></i></a>
</div>
</div>
</article><!-- #post-## -->