-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (96 loc) · 3.92 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PH-Consulting</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/styles.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
</head>
<body>
<div class="scroll-container">
<div class="scroll-area banner">
<header class="header-top">
<div class="nav-header initial-nav">
<img src="./assets/PHConsulting-logo-blanc.svg" class="logo-header logo-header-initial" alt="phc-logo-blanc">
<div class="header-nav-cont">
<nav class="header-nav">
<a href="./about.html"><p>about</p></a>
<a href="./projects.html"><p>projects</p></a>
<a href="./partners.html"><p>partners</p></a>
<a href="./services.html"><p>services</p></a>
</nav>
</div>
</div>
<div class="col-cont">
<h1>PH-Consulting</h1>
<p>Creating connections in and between businesses since our first day.</p>
</div>
</header>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Our Reputation is what makes us different</h2>
<p>We pride ourselves on always leaving an organisation with a job well done!</p>
<a href="./projects.html">
<div class="arrow-link-cont">
<p>Read Our Story</p>
<p>→</p>
</div>
</a>
</div>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Our projects are what gives us drive</h2>
<p>Our founder, Mr. Couffon, has always had a relentless pursuit of knowledge. Driven by his curiosity he has worked with businesses in countries from the developed Western Europe to the up and coming East African nations of the greater global south. There is no project too unqiue, too difficult or out of our founders comfort zone.</p>
<a href="./about.html">
<div class="arrow-link-cont">
<p>See Our Projects</p>
<p>→</p>
</div>
</a>
</div>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Our people are what make us great</h2>
<p>PH-Consulting is a small team of highly efficient individuals, each with a passion for business, economics and most importantly: sustainable development</p>
<a href="./team.html">
<div class="arrow-link-cont">
<p>Meet Our Team</p>
<p>→</p>
</div>
</a>
</div>
</div>
<div class="scroll-area">
<footer>
<div class="footer-interior">
<a href="./index.html">
<div class="logo-footer-cont">
<img src="./assets/PHConsulting-logo-blanc.svg" class="logo-footer" alt="phc-logo-blanc">
</div>
</a>
<div class="footer-links-cont">
<nav class="footer-links-collumn">
<a href="./about.html"><p>about</p></a>
<a href="./partners.html"><p>partners</p></a>
<a href="./projects.html"><p>projects</p></a>
</nav>
<nav class="footer-links-collumn">
<a href="./services.html"><p>services</p></a>
<a href="./sitemap.xml"><p>site map</p></a>
<a href="./privacypolicy.html"><p>privacy policy</p></a>
</nav>
</div>
<p class="company-signature">©2023 PH-Consulting</p>
</div>
</footer>
</div>
</div>
<script src="./js/header.js" async defer></script>
</body>
</html>