├── .gitattributes ├── assets ├── fonts │ ├── Alliance │ │ ├── Alliance No.1 Black Italic.otf │ │ ├── Alliance No.1 Black.otf │ │ ├── Alliance No.1 Bold Italic.otf │ │ ├── Alliance No.1 Bold.otf │ │ ├── Alliance No.1 ExtraBold Italic.otf │ │ ├── Alliance No.1 ExtraBold.otf │ │ ├── Alliance No.1 Light Italic.otf │ │ ├── Alliance No.1 Light.otf │ │ ├── Alliance No.1 Medium Italic.otf │ │ ├── Alliance No.1 Medium.otf │ │ ├── Alliance No.1 Regular Italic.otf │ │ ├── Alliance No.1 Regular.otf │ │ ├── Alliance No.1 SemiBold Italic.otf │ │ ├── Alliance No.1 SemiBold.otf │ │ ├── Alliance No.2 Black Italic.otf │ │ ├── Alliance No.2 Black.otf │ │ ├── Alliance No.2 Bold Italic.otf │ │ ├── Alliance No.2 Bold.otf │ │ ├── Alliance No.2 ExtraBold Italic.otf │ │ ├── Alliance No.2 ExtraBold.otf │ │ ├── Alliance No.2 Light Italic.otf │ │ ├── Alliance No.2 Light.otf │ │ ├── Alliance No.2 Medium Italic.otf │ │ ├── Alliance No.2 Medium.otf │ │ ├── Alliance No.2 Regular Italic.otf │ │ ├── Alliance No.2 Regular.otf │ │ ├── Alliance No.2 SemiBold Italic.otf │ │ └── Alliance No.2 SemiBold.otf │ └── alliance.zip └── images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5 1.png │ ├── EDITED-6178fcbecbb1a9c36d9fec1b_Hydragun Attachment Head - Ball Head 1.png │ ├── Group 1413.png │ ├── Group.png │ ├── GroupAttachments-02 1.png │ ├── Jon - Plantar Fasciitis4 1.png │ ├── Jon - Plantar Fasciitis4 2.png │ ├── NL-13 1.png │ ├── Therapy.png │ ├── Vector (1).png │ ├── Vector.png │ ├── With Red - Black.png │ ├── close btn.png │ ├── foot.png │ ├── hamburger menu.png │ ├── heel-loop 1.png │ ├── heel-loop.gif │ ├── hero.png │ ├── hydragun.png │ ├── image 324.png │ ├── image 326.png │ ├── image 327.png │ ├── image 328.png │ ├── image 329.png │ ├── image 330.png │ ├── image 331.png │ ├── image 332.png │ ├── image 333.png │ ├── image 334.png │ ├── image 335.png │ ├── m.png │ ├── mobile.png │ ├── money.png │ ├── nsaisa.png │ ├── orthotic.png │ ├── payment.png │ ├── shutterstock_262879088 1.png │ ├── social.png │ ├── step1.png │ ├── step2.png │ ├── step3.png │ ├── step4.png │ ├── step5.png │ ├── step6.png │ ├── surgery.png │ ├── symptoms.png │ └── video.png ├── index.html └── tailwind.config.js /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Black Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Black Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Black.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Bold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Bold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Bold.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 ExtraBold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 ExtraBold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 ExtraBold.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Light Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Light Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Light.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Medium Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Medium Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Medium.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Regular Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Regular Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 Regular.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 SemiBold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 SemiBold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.1 SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.1 SemiBold.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Black Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Black Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Black.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Bold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Bold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Bold.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 ExtraBold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 ExtraBold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 ExtraBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 ExtraBold.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Light Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Light Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Light.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Medium Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Medium Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Medium.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Regular Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Regular Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 Regular.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 SemiBold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 SemiBold Italic.otf -------------------------------------------------------------------------------- /assets/fonts/Alliance/Alliance No.2 SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/Alliance/Alliance No.2 SemiBold.otf -------------------------------------------------------------------------------- /assets/fonts/alliance.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/fonts/alliance.zip -------------------------------------------------------------------------------- /assets/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/1.png -------------------------------------------------------------------------------- /assets/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/2.png -------------------------------------------------------------------------------- /assets/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/3.png -------------------------------------------------------------------------------- /assets/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/4.png -------------------------------------------------------------------------------- /assets/images/5 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/5 1.png -------------------------------------------------------------------------------- /assets/images/EDITED-6178fcbecbb1a9c36d9fec1b_Hydragun Attachment Head - Ball Head 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/EDITED-6178fcbecbb1a9c36d9fec1b_Hydragun Attachment Head - Ball Head 1.png -------------------------------------------------------------------------------- /assets/images/Group 1413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Group 1413.png -------------------------------------------------------------------------------- /assets/images/Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Group.png -------------------------------------------------------------------------------- /assets/images/GroupAttachments-02 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/GroupAttachments-02 1.png -------------------------------------------------------------------------------- /assets/images/Jon - Plantar Fasciitis4 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Jon - Plantar Fasciitis4 1.png -------------------------------------------------------------------------------- /assets/images/Jon - Plantar Fasciitis4 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Jon - Plantar Fasciitis4 2.png -------------------------------------------------------------------------------- /assets/images/NL-13 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/NL-13 1.png -------------------------------------------------------------------------------- /assets/images/Therapy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Therapy.png -------------------------------------------------------------------------------- /assets/images/Vector (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Vector (1).png -------------------------------------------------------------------------------- /assets/images/Vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/Vector.png -------------------------------------------------------------------------------- /assets/images/With Red - Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/With Red - Black.png -------------------------------------------------------------------------------- /assets/images/close btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/close btn.png -------------------------------------------------------------------------------- /assets/images/foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/foot.png -------------------------------------------------------------------------------- /assets/images/hamburger menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/hamburger menu.png -------------------------------------------------------------------------------- /assets/images/heel-loop 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/heel-loop 1.png -------------------------------------------------------------------------------- /assets/images/heel-loop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/heel-loop.gif -------------------------------------------------------------------------------- /assets/images/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/hero.png -------------------------------------------------------------------------------- /assets/images/hydragun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/hydragun.png -------------------------------------------------------------------------------- /assets/images/image 324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 324.png -------------------------------------------------------------------------------- /assets/images/image 326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 326.png -------------------------------------------------------------------------------- /assets/images/image 327.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 327.png -------------------------------------------------------------------------------- /assets/images/image 328.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 328.png -------------------------------------------------------------------------------- /assets/images/image 329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 329.png -------------------------------------------------------------------------------- /assets/images/image 330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 330.png -------------------------------------------------------------------------------- /assets/images/image 331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 331.png -------------------------------------------------------------------------------- /assets/images/image 332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 332.png -------------------------------------------------------------------------------- /assets/images/image 333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 333.png -------------------------------------------------------------------------------- /assets/images/image 334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 334.png -------------------------------------------------------------------------------- /assets/images/image 335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/image 335.png -------------------------------------------------------------------------------- /assets/images/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/m.png -------------------------------------------------------------------------------- /assets/images/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/mobile.png -------------------------------------------------------------------------------- /assets/images/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/money.png -------------------------------------------------------------------------------- /assets/images/nsaisa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/nsaisa.png -------------------------------------------------------------------------------- /assets/images/orthotic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/orthotic.png -------------------------------------------------------------------------------- /assets/images/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/payment.png -------------------------------------------------------------------------------- /assets/images/shutterstock_262879088 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/shutterstock_262879088 1.png -------------------------------------------------------------------------------- /assets/images/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/social.png -------------------------------------------------------------------------------- /assets/images/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step1.png -------------------------------------------------------------------------------- /assets/images/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step2.png -------------------------------------------------------------------------------- /assets/images/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step3.png -------------------------------------------------------------------------------- /assets/images/step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step4.png -------------------------------------------------------------------------------- /assets/images/step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step5.png -------------------------------------------------------------------------------- /assets/images/step6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/step6.png -------------------------------------------------------------------------------- /assets/images/surgery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/surgery.png -------------------------------------------------------------------------------- /assets/images/symptoms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/symptoms.png -------------------------------------------------------------------------------- /assets/images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsmile310/tailwind-css/cb478b3896f20637143c2219bdd51142adab5a56/assets/images/video.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Percussive Therapy 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 |
4-7 business days free shipping within Australia
23 | 24 |
25 | 26 | 27 |
28 | 30 |
31 |
32 |
33 | 45 |
46 |
47 | 48 |
50 |

5

51 |
52 |
53 |
54 |
55 | 56 | 57 |
59 |
Percussive Therapy:
60 |
61 | The Best Way To Relieve Plantar Fasciitis Pain 62 |
63 |
64 | 65 |
66 |
67 |
68 |
69 | What is 70 | Plantar Fascitis 71 | ? 72 |
73 |
Plantar fasciitis is one of the leading foot conditions around the 74 | world, with millions of people being diagnosed with it each year.
75 |
It is a foot condition that develops when repeated activities put a 76 | strain and causes inflammation of the plantar fascia, a thick band of tissue that supports the arch of 77 | the foot. 78 |
79 |
80 | 81 |
82 |
83 | 84 | 85 |
86 |
87 | Plantar fasciitis tends to be most common in athletes 88 | who run and jump a lot, people who have occupations that require them to be on their feet all day, including 89 | police officers, cashiers or restaurant workers, or people who undergo sudden weight gain.
90 |
91 |
92 | 93 |
94 |
95 | 96 |
97 |
98 | 99 |
100 |
101 | 102 |
103 |
104 |
105 | 106 | 107 |
108 |
109 |
110 | 111 |
112 |
113 |
Symptoms
114 |
Common symptoms include feeling a 115 | stabbing pain on the underside of 116 | your heel, and a feeling of tightness or tenderness along the arch of your foot.
117 |
The pain tends to be the worst in the 118 | morning when stepping out of 119 | bed and taking the first few steps, or after standing/walking for long periods of time.
120 |
121 |
122 | 123 |
124 | 125 | 126 |
127 |
128 | Common Treatment Options
129 |
Treatment 130 | options for 131 | plantar fasciitis can be broadly 132 | classified under 4 categories.
133 |
134 |
135 |
136 | 137 |
138 | NSAIDs(non-steroidal 139 | anti-inflammatory drug) 140 |
141 |
142 |
143 |
144 |
Pros:
145 |
146 |
    147 |
  • Provides effective, immediate pain relief by reducing inflammation of plantar fascia 148 |
  • 149 |
150 |
151 |
152 |
153 |
Cons:
154 |
155 |
    156 |
  • Side effects: heartburn, nausea, hypertension
  • 157 |
  • Does not address root of the problem
  • 158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 | 166 |
Surgery
167 |
168 |
169 |
170 |
Pros:
171 |
172 |
    173 |
  • Best for more serious cases of plantar fasciitis
  • 174 |
175 |
176 |
177 |
178 |
Cons:
179 |
180 |
    181 |
  • May not fix the problem
  • 182 |
  • May result in numbness, nerve damage, scarring
  • 183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 | 191 |
Orthotic Footwear
192 |
193 |
194 |
195 |
Pros:
196 |
197 |
    198 |
  • Fixes root of problem by reducing stress on foot
  • 199 |
200 |
201 |
202 |
203 |
Cons:
204 |
205 |
    206 |
  • Does not provide targeted, immediate pain relief
  • 207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 | 215 |
Physical Therapy
216 |
217 |
218 |
219 |
Pros:
220 |
221 |
    222 |
  • Helps to loosen tight muscles which may be directly causing the pain
  • 223 |
  • Provides immediate pain relief
  • 224 |
225 |
226 |
227 |
228 |
Cons:
229 |
230 |
    231 |
  • Inconvenient to perform regularly
  • 232 |
233 |
234 |
235 |
236 |
237 |
238 | 239 |
240 |
241 |
242 |

Out of the 4 options, we believe that the ideal treatment includes a combination 243 | of 244 | physical therapy, which provides non-invasive, immediate pain relief, and orthotics, which reduces 245 | the pressure on the foot and fixes the root of the problem.

246 |

Podiatrists (foot doctors), physiotherapists and chiropractors often 247 | recommend physical therapy, in the form of stretching & strengthening exercises. But visiting your 248 | physiotherapist or chiropractor, or performing these exercises at home regularly, can be a huge 249 | hassle. If you are unable to undergo physical therapy regularly, it may severely reduce the 250 | effectiveness of the treatment. 251 |

252 |
253 |
254 |
255 | 256 |
257 |
258 |
259 | 260 | 261 |
262 |
What if there was a 263 | way to stretch, relax 264 | and loosen your plantar fascia, without all of the hassle and costs associated with physical therapy?
265 |
Percussive Therapy - An 266 | Effective 267 | Alternative To Manual 268 | Therapy
269 |
270 |

Massage guns are one of the best ways to get 271 | targeted and consistent 272 | deep-tissue massages in a convenient manner.

273 |
274 |
275 | 276 |
277 |
And because they are so 278 | easy to use, patients 279 | suffering from plantar fasciitis find it a lot easier to persist with treatment, as compared to other forms 280 | of physical therapy.
281 |
282 |
283 |
284 |

$100 Per Visit

285 | 286 |
287 |
288 |
289 |

290 | VS

291 | 292 |

$299 unlimited

293 |
294 |
295 |
296 |
297 |
298 |

The costs of visits to your local physiotherapist or 299 | chiropractor can also add up very quickly, with 300 | each visit costing approximately $100 in the United 301 | States. 302 | Compare this to Hydragun, which is retailing for 303 | $299 and 304 | you’ll find that you can get immense cost savings if you were to be able to get pain relief from 305 | using Hydragun instead of having to visit the physio/chiro. 306 |

307 |

Having your own massage gun can also be a huge plus, as you may experience foot or 308 | heel pain anytime of the week and may require immediate pain relief. 309 |

310 |
311 | 314 |
315 | 316 |
317 |
318 |
319 |
320 | 321 | 322 |
323 |
324 |
How Does Percussive 326 | Therapy Work?
327 |
Using massage guns to perform deep-tissue massages on oneself can help to loosen 328 | the tendons, ligaments and fascia that become painfully tight over time.
329 |
Massages can break up the scar tissue that is caused by chronic 330 | inflammation and loosen up the fibrous tissue band, allowing it to return to its natural shape.
331 |
This effectively allows percussion massage guns to replicate the same mechanism 332 | that stretching exercises use to reduce inflammation and loosen the muscles and fascia, thus speeding up 333 | the recovery process and alleviating pain for those suffering from plantar fasciitis.
334 |
335 |
336 | 337 |
338 |
339 | 340 | 341 |
342 |
343 | How To Use HYDRAGUN As Part Of 344 | Your Plantar Fasciitis Treatment?
345 |
346 | 348 | 349 |
350 |
351 |
352 |
353 |
354 | 355 |
356 | Select the ball attachment head 357 |
358 |
359 |
360 | 361 |
Use HYDRAGUN on your 362 | shin and peroneus muscles for 30 seconds
363 |
364 |
365 | 366 |
Use HYDRAGUN on your calf for 30 367 | seconds
368 |
369 |
370 |
371 |
372 | 373 |
Select the bullet attachment head 374 |
375 |
376 |
377 | 378 |
Use HYDRAGUN along the heel, arch and 379 | ball of 380 | your foot for 30-60 seconds
381 |
382 |
383 | 384 |
Lightly stretch your foot and rotate 385 | your ankles 386 |
387 |
388 |
389 |
390 |
391 | 392 | 395 |
396 | 397 | 398 |
399 | 400 |
401 | 402 |
403 |
404 |
Why HYDRAGUN?
405 |
There are dozens of massage guns in the market today, ranging 406 | from the 407 | most premium brands that cost up to $600, to the cheaper generic brands that can be found on Amazon. 408 | So why choose Hydragun? 409 |
410 |
411 |
412 | 413 | 414 |
415 |
416 |
417 |
418 | 419 |
420 |
421 |
Quietest massage gun in the market
422 |
At 30-50 dB, Hydragun is the quietest 423 | massage gun in the 424 | market today, with its SmoothDriveTM motor and sound-insulating aluminium chassis.
It’s so 425 | quiet that you can watch the TV on the couch, or have a conversation with others, while using it 426 | at the same time. Other massage gun brands are a lot noisier and may be as piercingly loud as a 427 | drill, at up to 70 dB.
428 |
429 |
430 |
431 |
432 | 433 |
434 |
435 |
Strong, Deep Tissue Massage
436 |
Unlike most of the cheaper, generic 437 | brands selling on 438 | Amazon and other online marketplaces that are retailing at $50-100, Hydragun is able to provide 439 | a strong, deep-tissue massage, with up to 40 lb of stall force, a 12 mm amplitude and a speed of 440 | up to 3200 RPM.
441 |
442 |
443 |
444 |
445 | 446 |
447 |
448 |
7 Different Attachment Heads
449 |
Customise your recovery with 7 450 | attachment heads, including 451 | the 452 |
    453 |
  • Fork Head - Calves
  • 454 |
  • Bullet Head - Feet
  • 455 |
  • Ball Head - Shins, Calves, Feet
  • 456 |
457 |
458 |
459 | Massaging each of these body parts as part of your recovery routine will be great for relieving 460 | plantar fasciitis related pain. 461 |
462 |
463 |
464 |
465 |
As Featured By
466 |
467 |
468 |
469 | 470 |
471 |
472 | 473 |
474 |
475 | 476 |
477 |
478 | 479 |
480 |
481 | 482 |
483 |
484 | 485 |
486 |
487 | 488 |
489 |
490 | 491 |
492 |
493 |
494 |
495 |
496 |
Expert Reviews
497 | 567 | 570 |
571 | 729 |
730 | 733 |
734 |
735 |
736 | 737 | 738 |
739 |
740 |
Frequently 741 | Asked 742 | Questions
743 |
744 | 748 |
750 |
Using Hydragun to treat plantar fasciitis is safe, easy 751 | and 752 | generally free of any side effects, especially when compared to over-the-counter NSAIDs and 753 | surgery. 754 |
755 |
756 | 760 |
762 |
Using Hydragun to treat plantar fasciitis is safe, easy 763 | and 764 | generally free of any side effects, especially when compared to over-the-counter NSAIDs and 765 | surgery. 766 |
767 |
768 | 772 |
774 |
Using Hydragun to treat plantar fasciitis is safe, easy 775 | and 776 | generally free of any side effects, especially when compared to over-the-counter NSAIDs and 777 | surgery. 778 |
779 |
780 | 784 |
786 |
Using Hydragun to treat plantar fasciitis is safe, easy 787 | and 788 | generally free of any side effects, especially when compared to over-the-counter NSAIDs and 789 | surgery. 790 |
791 |
792 |
793 |
With that said, 794 | Hydragun can act as the perfect 795 | complementary tool to aid in your recovery. Also, many of our customers do mention in their reviews that 796 | they no longer need to go to their local physio/chiro any longer after having bought the massage gun. 797 |
798 |
799 |
800 | 801 | 802 |
803 |
Hear More About Hydragun - 804 | From Others Suffering From Plantar 805 | Fasciitis As Well
806 |
Still not convinced? Here are more written 807 | testimonials & 808 | reviews from happy customers.
809 |
810 |
811 |
812 |
813 | 814 |
815 |
816 |
817 |
818 | 819 |
820 |
821 | 822 |
823 |
824 | 825 |
826 |
827 | 828 |
829 |
830 | 831 |
832 |
22/01/2022
833 |
834 |
835 |
Verified
836 |
Maria Richardson
837 |
838 |
839 |
840 |
Very impressed. Must get if you are a heavy runner!
841 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. 842 | Phasellus luctus luctus venenatis. Ut auctor ipsum vitae arcu lobortis, eget bibendum orci aliquet. 843 | Nam et mi mollis, porta dui sit amet, sodales risus. Vestibulum sagittis sed massa non mattis. Proin 844 | egestas, neque vitae pharetra rutrum, mi ligula vehicula diam, nec rhoncus est dui a sapien. Fusce 845 | suscipit semper felis sodales pharetra. Morbi magna enim, finibus eget nisi vel, suscipit sodales 846 | risus. Maecenas pellentesque cursus nisi, non pellentesque ex cursus non. In hac habitasse platea 847 | dictumst.
848 |
849 |
850 |
851 |
852 | 853 |
854 |
855 |
856 |
857 | 858 |
859 |
860 | 861 |
862 |
863 | 864 |
865 |
866 | 867 |
868 |
869 | 870 |
871 |
22/01/2022
872 |
873 |
874 |
Verified
875 |
Maria Richardson
876 |
877 |
878 |
879 |
Very impressed. Must get if you are a heavy runner!
880 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. 881 | Phasellus luctus luctus venenatis. Ut auctor ipsum vitae arcu lobortis, eget bibendum orci aliquet. 882 | Nam et mi mollis, porta dui sit amet, sodales risus. Vestibulum sagittis sed massa non mattis. Proin 883 | egestas, neque vitae pharetra rutrum, mi ligula vehicula diam, nec rhoncus est dui a sapien. Fusce 884 | suscipit semper felis sodales pharetra. Morbi magna enim, finibus eget nisi vel, suscipit sodales 885 | risus. Maecenas pellentesque cursus nisi, non pellentesque ex cursus non. In hac habitasse platea 886 | dictumst.
887 |
888 |
889 |
890 |
891 | 892 |
893 |
894 |
895 |
896 | 897 |
898 |
899 | 900 |
901 |
902 | 903 |
904 |
905 | 906 |
907 |
908 | 909 |
910 |
22/01/2022
911 |
912 |
913 |
Verified
914 |
Maria Richardson
915 |
916 |
917 |
918 |
Very impressed. Must get if you are a heavy runner!
919 |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. 920 | Phasellus luctus luctus venenatis. Ut auctor ipsum vitae arcu lobortis, eget bibendum orci aliquet. 921 | Nam et mi mollis, porta dui sit amet, sodales risus. Vestibulum sagittis sed massa non mattis. Proin 922 | egestas, neque vitae pharetra rutrum, mi ligula vehicula diam, nec rhoncus est dui a sapien. Fusce 923 | suscipit semper felis sodales pharetra. Morbi magna enim, finibus eget nisi vel, suscipit sodales 924 | risus. Maecenas pellentesque cursus nisi, non pellentesque ex cursus non. In hac habitasse platea 925 | dictumst.
926 |
927 |
928 |
929 | 934 |
935 |
If you 936 | don’t like it, simply write to our 937 | customer support and request for a refund and we will process it. No hidden restocking fee, no questions 938 | asked.
939 | 940 |
Disclaimer: This article is not 941 | meant to be taken as medical advice. 942 | When in doubt, seek help from a medical professional.
943 |
944 | 945 | 946 | 983 | 984 | 985 | 993 | 994 | 995 |
© 2022 Hydragun. All Rights Reserved.
996 |
997 | 998 | 1008 | 1009 | -------------------------------------------------------------------------------- /tailwind.config.js: -------------------------------------------------------------------------------- 1 | tailwind.config = { 2 | theme: { 3 | extend: { 4 | backgroundImage:{ 5 | 'hero':"url(assets/images/hero.png)", 6 | 'hydragun':"url(assets/images/hydragun.png)", 7 | 'linear-grey' : 'linear-gradient(90deg, #E1E1E1 46.94%, rgba(225, 225, 225, 0) 63.47%)', 8 | 'linear-opacity': 'linear-gradient(90deg, #E1E1E1 52.94%, rgba(225, 225, 225, 0) 64.49%)', 9 | 'linear-gray': 'linear-gradient(90deg, #E1E1E1 52.94%,#E1E1E1 64.49%)' 10 | }, 11 | maxWidth: { 12 | '280': '280px', 13 | '300': '300px', 14 | '308': '308px', 15 | '348': '348px', 16 | '351': '351px', 17 | '368': '368px', 18 | '403': '403', 19 | '444': '444px', 20 | '453': '453px', 21 | '497': '497px', 22 | '500': '470px', 23 | '555': '555px', 24 | '600': '600px', 25 | '626': '626px', 26 | '680': '680px', 27 | '552': '552px', 28 | '673': '673px', 29 | '779': '779px', 30 | '1054': '1054px', 31 | '1232': '1232px', 32 | '1384': '1384px' 33 | }, 34 | width:{ 35 | '1900':'1900px', 36 | '1286':'1286px', 37 | '1054': '1054px', 38 | '779': '779px', 39 | '102':'102px', 40 | '368':'368px' 41 | }, 42 | height:{ 43 | '308': '308px', 44 | '192':'192px', 45 | '672':'672px' 46 | }, 47 | spacing:{ 48 | 'middle' : '40%', 49 | '20%':'20%', 50 | '30': '30px', 51 | '44': '44px', 52 | '60': '60px', 53 | '63': '63px', 54 | '78': '78px', 55 | '120': '120px', 56 | '104': '104px', 57 | '136': '136px', 58 | '334': '334px', 59 | '405': '405px', 60 | '450': '450px', 61 | '161': '161px', 62 | '162': '162px', 63 | '454': '454px', 64 | '500': '500px', 65 | '600': '600px', 66 | '800': '800px', 67 | '680': '680px', 68 | '906': '906px', 69 | '1134': '1134px', 70 | '100': '100px', 71 | '638': '638px', 72 | }, 73 | colors:{ 74 | 'color1':'#303030', 75 | 'color2':'#546178', 76 | 'color3':'#7a7a7a', 77 | 'color4':'#1a1a1a', 78 | }, 79 | borderRadius: { 80 | '10': '10px', 81 | }, 82 | fontSize: { 83 | '30': '30px', 84 | }, 85 | fontFamily: { 86 | alliance: ['alliance', 'sans-serif'], 87 | }, 88 | fontWeight: { 89 | 'hairline': 100, 90 | 'extra-light': 100, 91 | 'thin': 200, 92 | 'light': 300, 93 | 'normal': 400, 94 | 'medium': 500, 95 | 'semibold': 600, 96 | 'bold': 700, 97 | 'extrabold': 800, 98 | 'extra-bold': 800, 99 | 'black': 900, 100 | } 101 | } 102 | } 103 | } --------------------------------------------------------------------------------