@@ -69,17 +69,20 @@ block body
6969 != t (" Unlimited Email Forwarding" )
7070 p.lead.mb-3.d-block
7171 != t (" We're <span class='font-weight-bold'>the only</span> service that <mark>respects your privacy</mark> and <mark>never stores</mark> your emails." )
72- form.ajax-form.d-md-flex.align-items-md-center.justify-content-md-center ( action =ctx .path , method ='POST' )
72+ form.ajax-form.d-md-flex.align-items-md-center.justify-content-md-center (
73+ action =ctx .path ,
74+ method ="POST"
75+ )
7376 input( type ="hidden" , name ="_csrf" , value =ctx .csrf )
74- input( type =' hidden' , name =' enhanced_protection' , value =' true' )
75- input( type =' hidden' , name ="create_domain" , value =' true' )
76- input( type =' hidden' , name ="create_account" , value =' true' )
77+ input( type =" hidden" , name =" enhanced_protection" , value =" true" )
78+ input( type =" hidden" , name ="create_domain" , value =" true" )
79+ input( type =" hidden" , name ="create_account" , value =" true" )
7780 .form-group.floating-label.mb-md-0
7881 input.form-control.form-control-lg (
79- type =' text' ,
80- name =' domain' ,
82+ type =" text" ,
83+ name =" domain" ,
8184 required ,
82- placeholder =' your-domain.com'
85+ placeholder =" your-domain.com"
8386 )
8487 label( for ="input-onboard-domain" ) = t (" Enter your domain" )
8588 i.fa.fa-forward.d-none.d-md-inline.mx-2
@@ -97,9 +100,9 @@ block body
97100 = t (" Get Started" )
98101 button.btn.btn-success.btn-lg.btn-block.d-md-none ( type ="submit" )
99102 = t (" Get Started" )
100- = ' '
103+ = " "
101104 i.fa.fa-angle-double-right
102- small.d-block.mt-3.text-muted.font-weight-bold != t (' Forward anything @your-domain.com to your email – and create individual aliases too!' )
105+ small.d-block.mt-3.text-muted.font-weight-bold != t (" Forward anything @your-domain.com to your email – and create individual aliases too!" )
103106 a.text-decoration-none.mt-5.d-block.d-md-none.text-monospace.text-uppercase.text-dark (
104107 href ="#learn-more"
105108 )
@@ -183,7 +186,7 @@ block body
183186 width =50 ,
184187 height =50 ,
185188 src =manifest (" img/testimonials/dhh.jpg" ),
186- alt =' dhh'
189+ alt =" dhh"
187190 )
188191 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
189192 div
@@ -193,7 +196,7 @@ block body
193196 src =manifest (" img/testimonials/twitter-verified.svg" ),
194197 width =20 ,
195198 height =20 ,
196- alt =' Verified'
199+ alt =" Verified"
197200 )
198201 .small.text-muted @dhh
199202 .ml-auto
@@ -220,7 +223,7 @@ block body
220223 width =50 ,
221224 height =50 ,
222225 src =manifest (" img/testimonials/abhinemani.jpg" ),
223- alt =' abhinemani'
226+ alt =" abhinemani"
224227 )
225228 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
226229 div
@@ -230,7 +233,7 @@ block body
230233 src =manifest (" img/testimonials/twitter-verified.svg" ),
231234 width =20 ,
232235 height =20 ,
233- alt =' Verified'
236+ alt =" Verified"
234237 )
235238 .small.text-muted @abhinemani
236239 .ml-auto
@@ -254,7 +257,7 @@ block body
254257 width =50 ,
255258 height =50 ,
256259 src =manifest (" img/testimonials/andrewe.jpg" ),
257- alt =' andrewe'
260+ alt =" andrewe"
258261 )
259262 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
260263 div
@@ -264,7 +267,7 @@ block body
264267 src =manifest (" img/testimonials/twitter-verified.svg" ),
265268 width =20 ,
266269 height =20 ,
267- alt =' Verified'
270+ alt =" Verified"
268271 )
269272 .small.text-muted @andrewe
270273 .ml-auto
@@ -286,7 +289,7 @@ block body
286289 width =50 ,
287290 height =50 ,
288291 src =manifest (" img/testimonials/stigi.jpg" ),
289- alt =' stigi'
292+ alt =" stigi"
290293 )
291294 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
292295 div
@@ -313,7 +316,7 @@ block body
313316 width =50 ,
314317 height =50 ,
315318 src =manifest (" img/testimonials/andregce.jpg" ),
316- alt =' andregce'
319+ alt =" andregce"
317320 )
318321 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
319322 div
@@ -338,7 +341,7 @@ block body
338341 width =50 ,
339342 height =50 ,
340343 src =manifest (" img/testimonials/philcockfield.jpg" ),
341- alt =' philcockfield'
344+ alt =" philcockfield"
342345 )
343346 .d-flex.flex-column.ml-2.font-weight-bold.text-dark
344347 div
@@ -483,7 +486,7 @@ block body
483486 = " "
484487 != t (' We\' re the <strong class="text-uppercase font-weight-bold border-bottom">only</strong> service that <strong class="font-weight-bold">never stores nor writes to disk</strong> any emails – it\' s all done in-memory.' )
485488 = " "
486- != t (' Made by an open-source and privacy advocate.' )
489+ != t (" Made by an open-source and privacy advocate." )
487490 a.btn.btn-outline-light.btn-lg.mb-md-5 (
488491 href ="https://github.com/forwardemail" ,
489492 target ="_blank" ,
0 commit comments