-
Notifications
You must be signed in to change notification settings - Fork 0
/
partners.html
88 lines (80 loc) · 4.46 KB
/
partners.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Our Network</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 partner-banner">
<header class="header-top">
<div class="nav-header initial-nav">
<a href="./index.html">
<img src="./assets/PHConsulting-logo-blanc.svg" class="logo-header logo-header-initial" alt="phc-logo-blanc">
</a>
<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 banner">
<h1>Partners</h1>
<p>We work with some of the most innovative companies in their respective fields and cherish the relationships that we have built over the years</p>
</div>
</header>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Vitalnic</h2>
<p>PH-Consulting has been involved as a sales and strategic growth consulting service for this company since their early forays into the European markets.</p>
</div>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Manderoff & Gardener</h2>
<p>Manderoff & Gardener has had a close relationship with PH-Consulting since the start. Two old colleagues parted ways to start their respective businesses on two different continents but always maintained each others assistance. Today Manderoff & Gardener maintains this very website and lends itself as the technological arm of PH-Consulting while PH-Consulting lends its brightest minds in assisting Manderoff & Gardener with their conquest of the tech industry.</p>
</div>
</div>
<div class="scroll-area">
<div class="section-column">
<h2>Mauvais Studios</h2>
<p>Another business relationship built out of past familiarities, Mauvais Studios is an icon and powerhouse of African streetwear. This brand exploded onto the scene in 2023 with its raw attack on the mainstream fashion industry of its lacality. With a brilliant mind behind the business in Xander Botha, CEO & Creative Director, as well as PH-Consulting to lean on as the chief outside advisor, this company has come to dominate foreign markets and is only getting started.</p>
</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>