-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (274 loc) · 12.9 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PPQTSRR');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>com:Phanny</title>
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="./vendor/fontawesome/css/all.min.css">
<link rel="shortcut icon" href="./images/logo/comphanny-icon-color.png" type="image/png">
<style>
.title {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
.subtitle {
font-size: 1.75rem;
font-weight: 500;
line-height: 1.2;
}
@media (min-width: 576px) {
.title {
font-size: 6rem;
}
.subtitle {
font-size: 2.5rem;
}
}
</style>
</head>
<body id="top">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPQTSRR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-cphy-primary shadow-sm">
<a class="navbar-brand" href="./">
<i class="fas fa-elephant" style="width:-100%;"></i>
com:Phanny
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./">
<i class="fas fa-home fa-fw"></i> Home <span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./product-list.html">
<i class="fas fa-box fa-fw"></i> Products
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">
<i class="fas fa-elephant fa-fw"></i> About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">
<i class="fas fa-phone"></i> Contact
</a>
</li>
</ul>
</div>
</nav>
<main itemscope itemtype="https://schema.org/Organization">
<section class="landing">
<div class="landing-inner">
<div class="landing-content-container d-flex justify-content-center align-items-center">
<div class="text-center">
<h1 class="title text-cphy-primary" itemprop="name" content="Comphanny">
<span class="small">com:</span>Phanny
</h1>
<h3 class="subtitle text-italic text-cphy-secondary">
<span itemprop="description">Phun, phamily phans</span>
</p>
</div>
</div>
</div>
</section>
<section class="products py-5" itemscope itemtype="http://schema.org/ItemList">
<div class="container">
<div class="mb-5 d-flex justify-content-center align-items-center">
<h2 class="section-heading-light"><i class="fal fa-pencil-ruler"></i> The work</h2>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="card mb-3 shadow-sm" itemprop="itemListElement"
itemscope itemtype="http://schema.org/Product">
<a href="./product-item.html">
<img src="./images/websites.jpg" class="card-img-top" alt="placeholder" itemprop="image">
</a>
<div class="card-body">
<h5 class="card-title text-dark" itemprop="category"><i class="far fa-browser"></i> Websites</h5>
<h6>
<a href="./product-item.html">
<span itemprop="name">Featured Website</span>
</a>
</h6>
<p class="card-text" itemprop="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia voluptas quo exercitationem accusantium velit fugit esse enim harum…</p>
<a itemprop="url" href="./product-list.html" class="btn btn-primary btn-sm mt-3">View more <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="card mb-3 shadow-sm" itemprop="itemListElement"
itemscope itemtype="http://schema.org/Product">
<a href="./product-item.html">
<img src="./images/web-apps.jpg" class="card-img-top" alt="placeholder" itemprop="image">
</a>
<div class="card-body">
<h5 class="card-title text-dark" itemprop="category"><i class="far fa-globe"></i> Web Apps</h5>
<h6>
<a href="./product-item.html">
<span itemprop="name">Featured Web App</span>
</a>
</h6>
<p class="card-text" itemprop="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia voluptas quo exercitationem accusantium velit fugit esse enim harum…</p>
<a itemprop="url" href="./product-list.html" class="btn btn-primary btn-sm mt-3">View more <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="card mb-3 shadow-sm" itemprop="itemListElement"
itemscope itemtype="http://schema.org/Product">
<a href="./product-item.html">
<img src="./images/mobile-apps.jpg" class="card-img-top" alt="placeholder" itemprop="image">
</a>
<div class="card-body">
<h5 class="card-title text-dark" itemprop="category"><i class="far fa-mobile"></i> Mobile Apps</h5>
<h6>
<a href="./product-item.html">
<span itemprop="name">Featured Mobile App</span>
</a>
</h6>
<p class="card-text" itemprop="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia voluptas quo exercitationem accusantium velit fugit esse enim harum…</p>
<a itemprop="url" href="./product-list.html" class="btn btn-primary btn-sm mt-3">View more <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="card mb-3 shadow-sm" itemprop="itemListElement"
itemscope itemtype="http://schema.org/Product">
<a href="./product-item.html">
<img src="./images/web-services.jpg" class="card-img-top" alt="placeholder" itemprop="image">
</a>
<div class="card-body">
<h5 class="card-title text-dark" itemprop="category"><i class="far fa-cloud"></i> Web Services</h5>
<h6>
<a href="./product-item.html">
<span itemprop="name">Featured Web Service</span>
</a>
</h6>
<p class="card-text" itemprop="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia voluptas quo exercitationem accusantium velit fugit esse enim harum…</p>
<a itemprop="url" href="./product-list.html" class="btn btn-primary btn-sm mt-3">View more <i class="fal fa-arrow-right"></i></a>
</div>
</div>
</div>
</div><!-- ./row -->
</div><!-- ./container -->
</section>
<section class="phamily py-5">
<div class="container">
<div class="mb-5 d-flex justify-content-center align-items-center">
<h2 class="section-heading"><i class="fal fa-users"></i> The phamily</h2>
</div>
<div class="card mb-3 border-0">
<div class="card-body">
<h5 class="card-title">We are…</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<a href="./about.html" class="btn btn-primary btn-sm mt-3">Find out more <i class="fal fa-arrow-right"></i></a>
</div>
</div>
<p class="mb-0">
<i class="fal fa-lightbulb-on fa-fw text-cphy-secondary-dark"></i>
Founders
</p>
<div class="row">
<div class="col-12 col-lg-4">
<div class="card shadow-sm border-0 bg-cphy-primary-xlight mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<a href="./staff.html">
<img src="./images/profiles/founder.svg" class="card-img img-fluid" alt="Someone">
</a>
</div>
<div class="col-md-8">
<div class="card-body" itemprop="founder" itemscope itemtype="http://schema.org/Person">
<h5 class="card-title">
<i class="fal fa-lightbulb-on text-cphy-secondary-dark"></i>
<span itemprop="name">John Doe</span>
</h5>
<h6 itemprop="jobTitle">Founder</h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card shadow-sm border-0 bg-cphy-primary-xlight mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<a href="./staff.html">
<img src="./images/profiles/backend.svg" class="card-img" alt="Someone">
</a>
</div>
<div class="col-md-8">
<div class="card-body" itemprop="founder" itemscope itemtype="http://schema.org/Person">
<h5 class="card-title">
<span itemprop="name">Patrick Smith</span>
</h5>
<h6 itemprop="jobTitle">Software Developer</h6>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="card shadow-sm border-0 bg-cphy-primary-xlight mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="./images/profiles/designer.svg" class="card-img" alt="Someone">
</div>
<div class="col-md-8">
<div class="card-body" itemprop="employee" itemscope itemtype="http://schema.org/Person">
<h5 class="card-title" itemprop="name">Patricia Williams</h5>
<h6 itemprop="jobTitle">UX/UI Designer</h6>
</div>
</div>
</div>
</div>
</div>
</div><!-- ./row -->
</div><!-- ./container -->
</section>
<footer class="container-fluid bg-dark text-light px-3 py-3">
<div class="text-center">
<h6 class="text-weight-normal text-italic">Need a <span class="text-cphy-secondary-light">digital product</span>?</h6>
<p><a href="./contact.html" class="text-cphy-secondary">Contact us</a> at:<br>
<span itemprop="email">comphanny@example.com</span><br>
<span itemprop="telephone">+65 1234 5678</span>
</p>
<address itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
Find us at:<br>
<span itemprop="streetAddress">8030 Paddocks Mill Dr</span><br>
<span itemprop="addressLocality">Cumming</span>, Georgia(<span itemprop="addressRegion">GA</span>), <span itemprop="postalCode">30041</span>
</address>
</div>
<p class="text-center text-muted text-italic small">Handcrafted by Davina Leong</p>
<p class="text-center text-muted text-italic small">Note: com:Phanny is <strong>NOT</strong> a real company.</p>
</footer>
</main>
<a class="btn btn-cphy-secondary btn-floating-action shadow-sm" href="#top">
<i class="fa fa-angle-up fa-2x"></i>
</a>
<a class="text-cphy-primary-light github-fab" href="https://github.com/DavinaLeong/proj-comphaanyy-template">
<i class="fab fa-github fa-3x"></i>
</a>
<script src="./vendor/jquery.min.js"></script>
<script src="./vendor/popper.min.js"></script>
<script src="./vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>