Skip to content

Commit d0075f9

Browse files
committed
fix - opening instagram links on new tab
1 parent 3104f4a commit d0075f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,17 @@ <h1 class="text-brown-500 mb-3 mt-5 pt-3">HOSPEDAGEM</h1>
320320
<div class="col-md mb-4">
321321
<img class="profile-picture" src="./static/img/hotels/formula-arrey-hotel.png">
322322
<h3 class="mt-3 mb-0">Fórmula Arrey Hotel</h3>
323-
<a class="link-dark" href="https://www.instagram.com/formulaarreyhotel/">@formulaarreyhotel</a>
323+
<a class="link-dark" target="_blank" href="https://www.instagram.com/formulaarreyhotel/">@formulaarreyhotel</a>
324324
</div>
325325
<div class="col-md mb-4">
326326
<img class="profile-picture" src="./static/img/hotels/gran-arrey-hotel.jpg">
327327
<h3 class="mt-3 mb-0">Gran Arrey Hotel</h3>
328-
<a class="link-dark" href="https://www.instagram.com/granhotelarrey/">@granhotelarrey</a>
328+
<a class="link-dark" target="_blank" href="https://www.instagram.com/granhotelarrey/">@granhotelarrey</a>
329329
</div>
330330
<div class="col-md mb-4">
331331
<img class="profile-picture" src="./static/img/hotels/hotel-executive-arrey.jpg">
332332
<h3 class="mt-3 mb-0">Executive Arrey Hotel</h3>
333-
<a class="link-dark" href="https://www.instagram.com/executivearreyhotel/">@executivearreyhotel</a>
333+
<a class="link-dark" target="_blank" href="https://www.instagram.com/executivearreyhotel/">@executivearreyhotel</a>
334334
</div>
335335
</div>
336336

@@ -386,22 +386,22 @@ <h1 class="text-brown-500 mb-3">COMUNIDADES</h1>
386386
<div class="col-md mb-4">
387387
<img class="profile-picture" src="./static/img/communities/pug-pi.png">
388388
<h3 class="mt-3 mb-0">PUG-PI</h3>
389-
<a class="link-dark" href="https://www.instagram.com/pugpi_/">@pugpi_</a>
389+
<a class="link-dark" target="_blank" href="https://www.instagram.com/pugpi_/">@pugpi_</a>
390390
</div>
391391
<div class="col-md mb-4">
392392
<img class="profile-picture" src="./static/img/communities/pyladies-teresina.png">
393393
<h3 class="mt-3 mb-0">PyLadies Teresina</h3>
394-
<a class="link-dark" href="https://www.instagram.com/pyladiesthe/">@pyladiesthe</a>
394+
<a class="link-dark" target="_blank" href="https://www.instagram.com/pyladiesthe/">@pyladiesthe</a>
395395
</div>
396396
<div class="col-md mb-4">
397397
<img class="profile-picture" src="./static/img/communities/pyladies-parnaiba.png">
398398
<h3 class="mt-3 mb-0">PyLadies Parnaíba</h3>
399-
<a class="link-dark" href="https://www.instagram.com/pyladiesparnaiba/">@pyladiesparnaiba</a>
399+
<a class="link-dark" target="_blank" href="https://www.instagram.com/pyladiesparnaiba/">@pyladiesparnaiba</a>
400400
</div>
401401
<div class="col-md mb-4">
402402
<img class="profile-picture" src="./static/img/communities/dorothy.png">
403403
<h3 class="mt-3 mb-0">Dorothy Piauí</h3>
404-
<a class="link-dark" href="https://www.instagram.com/dorothypiaui/">@dorothypiaui</a>
404+
<a class="link-dark" target="_blank" href="https://www.instagram.com/dorothypiaui/">@dorothypiaui</a>
405405
</div>
406406
</div>
407407

0 commit comments

Comments
 (0)