-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcase-study-template.html
194 lines (165 loc) · 8.57 KB
/
case-study-template.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Lyncis - Case studies - technology advice and digital solutions for small and medium South African companies</title>
<link rel="shortcut icon" href="assets/favicon.png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="build/css/custom.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Baskervville&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#">
<img src="assets/logo-white.png" width="80" height="100%" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="#">Home</a>
<div class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Solutions
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/case-study-template.html">Template</a>
<a class="dropdown-item" href="#">Strategy</a>
<a class="dropdown-item" href="#">Recruiting</a>
<a class="dropdown-item" href="#">Cloud Migration</a>
<a class="dropdown-item" href="#">Automation</a>
<a class="dropdown-item" href="#">System Autmation</a>
</div>
</div>
</div>
</div>
<form class="form-inline my-2 my-lg-0">
<button class="btn btn-outline-light my-2 my-sm-0" type="submit">Get in contact</button>
</form>
</nav>
<!-- Main Page Container -->
<div class="container-fluid case-study">
<div class="row">
<div class="col-sm heading">
<h1>Data Analysis</h1>
</div>
</div>
<div class="row">
<div class="col-sm">
<div class="spacer-green-bar"></div>
</div>
</div>
<div class="row">
<div class="col-sm sub-heading">
<h2>Use your company data to make smarter decisions and unlock a competitive edge</h1>
</div>
</div>
<!-- Main page content -->
<div class="row" style="margin-top:20px">
<div class="col-md-9 ">
<h3>Case Study - Better credit collections in Johannesburg</h3>
<p>
We helped a SME client analyse their existing customer data to improve their credit profiling and improve collections. We then automated the key reports using Microsoft Power BI so that they could up to date reports whenever they needed them.
</p>
</div>
<div class="col-md-3 ">
<img src="assets/case-study/data-analytics-1.png" class="img-fluid" alt="Responsive image">
</div>
</div>
<!-- END Main Page Container -->
</div>
<div class="footer">
<div class="container-fluid">
<div class="row" style="padding-bottom:20px">
<div class="col-md">
<img src="assets/logo-white.png" width="100px" class="img-fluid" alt="">
</div>
</div>
<div class="row">
<div class="col-md">
<h2> Address </h2>
<ul style="list-style: none; padding: 0;">
<li>Atrium on 5th</li>
<li>9th Floor</li>
<li>5th St</li>
<li>Johannesburg</li>
<li>2196</li>
</ul>
</div>
<div class="col-md">
<h2> Services </h2>
<ul style="list-style: none; padding: 0;">
<li>Strategy and consulting</li>
<li>Recruiting</li>
<li>Cloud Migration</li>
<li>Automation</li>
<li>System integration</li>
</ul>
</div>
<div class="col-md">
</div>
<div class="col-md">
</div>
<div class="col-md">
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">We'd love to contact you</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-md">
<form>
<div class="form-group">
<label for="inputName">Name</label>
<input type="email" class="form-control" id="inputName" aria-describedby="emailHelp" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="inputEmail">Email address</label>
<input type="email" class="form-control" id="inputEmail" aria-describedby="emailHelp" placeholder="Enter your email">
<small id="emailHelp" class="form-text text-muted">Feel free to skip this field if you would rather be contacted via phone.</small>
</div>
<div class="form-group">
<label for="inputPhonenumber">Phone Number</label>
<input type="password" class="form-control" id="inputPhonenumber" placeholder="Enter your phone number">
<small id="emailHelp" class="form-text text-muted">Feel free to skip this field if you'd rather be contacted via email.</small>
</div>
</form>
</div>
</div>
<div class="row modal-note">
<div class="col-sm">
<p>We will never share your contact details with third parties or add these details to a mailing list.</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.0/js/bootstrap.min.js" integrity="sha384-3qaqj0lc6sV/qpzrc1N5DC6i1VRn/HyX4qdPaiEFbn54VjQBEU341pvjz7Dv3n6P" crossorigin="anonymous"></script>
</body>
</html>