-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css" />
<title>Bunion Relief</title>
</head>
<body>
<div class="holding-page">
<div class="holding-page-container">
<div class="holding-page-content">
<div class="content-box">
<div class="content-heading">
<img src="./images/HoldingPage-BunionReliefLogo_White.png" alt="Bunion Relief Logo" class="holding-page-logo w-100 mb-4 mb-sm-6">
<h1 class="content-text">coming soon</h1>
</div>
<div class="content-buttons">
<div class="content-button">
<h2 class="content-title text-uppercase text-white">PRECISION® MIS</h2>
<a href="https://paragon28.com/products/precision-mis-bunion-system/" class="content-link">Learn
more</a>
</div>
<div class="content-button">
<h2 class="content-title text-white">Phantom® MIS</h2>
<a href="https://paragon28.com/products/phantom-mis-system/" class="content-link">Learn
more</a>
</div>
</div>
<h1 class="content-description">Exclusively Foot and Ankle</h1>
</div>
<div class="images-box position-relative">
<img src="./images/HoldingPage-PrecisionMIS.png" alt="Bunion Relief - Precision MIS" class="holding-page-precisionmis">
<img src="./images/HoldingPage-PhantomMIS.png" alt="Bunion Relief - Phantom MIS" class="holding-page-phantomis">
<img src="./images/HoldingPage-PhantomMIS.png" alt="Bunion Relief - Phantom MIS" class="width-hold">
</div>
</div>
</div>
</div>
</body>
</html>