-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
61 lines (58 loc) · 4.64 KB
/
Copy pathservices.html
File metadata and controls
61 lines (58 loc) · 4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services | H.E. Bennett Securities, Inc.</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="container navbar">
<a class="brand" href="index.html">
<div class="brand-mark"><img src="images/logo.svg" alt=""></div>
<div><div class="brand-title">H.E. BENNETT SECURITIES, INC.</div><div class="brand-sub">MEMBER: PHILIPPINE STOCK EXCHANGE</div></div>
</a>
<button class="menu-button" aria-label="Open menu">MENU</button>
<nav class="nav"><a class="" href="index.html">ABOUT</a><a class="active" href="services.html">SERVICES</a><a class="" href="officers.html">OFFICERS & DIRECTORS</a><a class="" href="announcements.html">ANNOUNCEMENTS</a><a class="" href="contact.html">CONTACT US</a></nav>
<div class="market"><span class="market-arrow">↗</span><span>PSE: HEB<br>₱12.34 <span class="market-change">+1.23%</span></span></div>
</div>
</header>
<section class="hero"><div class="container hero-content"><h1>Our Services</h1><div class="breadcrumb">Home › Services</div><p>We provide services designed to support your investment needs with professionalism, efficiency, and integrity.</p></div></section>
<main><section class="section"><div class="container"><div class="grid-5"><div class="card service-card"><div class="icon">1</div><h3>Individual Accounts</h3><p>Open and manage a personal trading account and receive dedicated support for your investment needs.</p></div><div class="card service-card"><div class="icon">2</div><h3>Corporate Accounts</h3><p>Account solutions for corporations, partnerships, and institutions, with support for their trading requirements.</p></div><div class="card service-card"><div class="icon">3</div><h3>Certificate Request</h3><p>Request certificates and copies of account-related documents, holdings, transactions, and records.</p></div><div class="card service-card"><div class="icon">4</div><h3>Stock Transfer</h3><p>Assistance with transferring shares from one name to another in accordance with applicable requirements.</p></div><div class="card service-card"><div class="icon">5</div><h3>Stock Certificate Upliftment</h3><p>Safekeeping and release of stock certificates lodged with us, with proper handling of your documents.</p></div></div></div></section></main>
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="brand">
<div class="brand-mark"><img src="images/logo.svg" alt=""></div>
<div><div class="brand-title">H.E. BENNETT<br>SECURITIES, INC.</div><div class="brand-sub">MEMBER: PHILIPPINE<br>STOCK EXCHANGE</div></div>
</div>
<div class="social"><a href="#">f</a><a href="#">in</a><a href="mailto:hebennettsec@yahoo.com.ph">✉</a></div>
</div>
<div class="footer">
<div class="footer-title">ABOUT</div>
<a href="index.html">Company Overview</a><a href="index.html#history">History</a><a href="index.html#mission">Mission & Vision</a><a href="officers.html">Officers & Directors</a>
</div>
<div class="footer">
<div class="footer-title">SERVICES</div>
<a href="services.html">Individual Accounts</a><a href="services.html">Corporate Accounts</a><a href="services.html">Certificate Request</a><a href="services.html">Stock Transfer</a><a href="services.html">Stock Certificate Upliftment</a>
</div>
<div class="footer">
<div class="footer-title">OFFICERS & DIRECTORS</div>
<a href="officers.html">Company Officers & Directors</a><a href="officers.html#traders">Traders & Salesmen</a>
<div class="footer-title" style="margin-top:18px">ANNOUNCEMENTS</div><a href="announcements.html">Latest Announcements</a>
</div>
<div class="footer">
<div class="footer-title">CONTACT US</div>
<p>Unit 1704, World Trade Exchange Building,<br>215 Juan Luna St., Binondo, Manila, 1006.</p>
<p><a href="mailto:hebennettsec@yahoo.com.ph">hebennettsec@yahoo.com.ph</a><a href="mailto:hebsionline@gmail.com">hebsionline@gmail.com</a></p>
<p><a href="tel:+6322416284">(02) 241 6284</a><a href="tel:+6322416458">(02) 241 6458</a><a href="tel:+6326346235">(632) 634 6235</a><a href="tel:+6322456959">(632) 245 6959</a></p>
</div>
</div>
<div class="footer-bottom"><span>© 2026 H.E. Bennett Securities, Inc. All Rights Reserved.</span><span>Privacy Policy | Terms of Use | Cookie Policy</span></div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>