Skip to content

Commit

Permalink
HDX-9242 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Oct 24, 2023
1 parent 1e13e21 commit a80e9ea
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
27 changes: 15 additions & 12 deletions src/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,21 @@
<div class="row row-parent no-top-padding no-h-padding no-bottom-padding">
<div class="site-info uncell col-lg-4">
<div class="social-footer">
<div class="terms">
<a href="<?php echo get_site_url() . '/category/blog/' ?>">Blogs</a>
<a href="<?php echo get_site_url() . '/contact-us' ?>">Contact Us</a>
<div class="social-actions">
<a href="http://www.x.com/humdata" title="X">
<i class="x-icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1200 1227"><path fill="currentColor" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>
</i>
</a>
<a href="https://github.com/OCHA-DAP" title="GitHub"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="terms">
<a href="<?php echo get_site_url().'/category/blog/' ?>">Blogs</a>
<a href="<?php echo get_site_url().'/contact-us' ?>">Contact Us</a>
<div class="social-actions">
<a href="http://www.x.com/humdata" title="X">
<i class="x-icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1200 1227">
<path fill="currentColor"
d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/>
</svg>
</i>
</a>
<a href="https://github.com/OCHA-DAP" title="GitHub"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="service">
<div class="provided-by">
Service provided by
Expand Down
18 changes: 10 additions & 8 deletions src/front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,19 @@
<div class="row-inner">
<div class="col-lg-2"></div>
<div class="col-lg-7">
<div class="tweet">
<a href="http://www.x.com/humdata" target="_blank" class="twitter-logo">
<div class="tweet">
<a href="http://www.x.com/humdata" target="_blank" class="twitter-logo">
<span class="x-icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1200 1227"><path fill="currentColor" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 1200 1227"><path
fill="currentColor"
d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></svg>
</span>
</a>
<div class="tweet-content">
<p class="tweet-text"><span></span></p>
<p class="author"></p>
</div>
</div>
<div class="tweet-content">
<p class="tweet-text"><span></span></p>
<p class="author"></p>
</div>
</div>
</div>
<div class="col-lg-2"></div>
</div>
Expand Down

0 comments on commit a80e9ea

Please sign in to comment.