Skip to content

Commit

Permalink
Fixed a (very) ugly font rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Oct 12, 2023
1 parent dccacb9 commit f37faf0
Show file tree
Hide file tree
Showing 391 changed files with 5,614 additions and 14,995 deletions.
4 changes: 2 additions & 2 deletions dist/views/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

<!-- Result -->
<div class="mt-40 h-screen">
<p class="ml-24 georgia font-extrabold text-3xl"> Privacy Policy </p>
<p class="ml-24 literata font-extrabold text-3xl"> Privacy Policy </p>
<p class="ml-24 helvetica font-thin text-s text-gray-400"><i> How we treat your data </i></p>
<br>
<div class="ml-24 georgia font-thin text-xl text-gray-800 w-7/12">
<div class="ml-24 literata font-light text-xl text-gray-800 w-7/12">
This website is committed to protecting your privacy and does not collect or store any data of any type from you or your device. This means that we do not use cookies, trackers, analytics, or any other tools that may collect or store your personal information, browsing history, preferences, or any other data that may identify you or your device. We also do not keep any logs of your visits, requests, or interactions with our website.
<br><br>
We respect your right to privacy and anonymity and we only provide you with the content and services that you request from us. We do not share, sell, rent, or disclose any data of any type to any third parties for any purpose.
Expand Down
4 changes: 2 additions & 2 deletions dist/views/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@

<!-- Result -->
<div class="mt-40 h-screen">
<p class="ml-24 georgia font-extrabold text-3xl"> <%= title %> </p>
<p class="ml-24 literata font-extrabold text-3xl"> <%= title %> </p>
<p class="ml-24 helvetica font-thin text-s text-gray-400"><i> <%= description %> </i></p>
<br>
<div class="ml-24 georgia font-thin text-xl text-gray-800 w-7/12"> <%= summary %> </div>
<div class="ml-24 literata font-light text-xl text-gray-800 w-7/12"> <%= summary %> </div>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions dist/views/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@

<!-- Result -->
<div class="mt-40 h-screen">
<p class="ml-24 georgia font-extrabold text-3xl"> <%= title %> </p>
<p class="ml-24 literata font-extrabold text-3xl"> <%= title %> </p>
<p class="ml-24 helvetica font-thin text-s text-gray-400"><i> <%= description %> </i></p>
<br>
<!-- bulleted list of titles -->
<% for (let i = 1; i < search_results.length; i++) { %>
<div class="ml-24 georgia font-thin text-xl text-gray-800 w-7/12"><u><a href="<%= links[i] %>"> <%= search_results[i].title %> </a></u> </div>
<div class="ml-24 literata font-light text-xl text-gray-800 w-7/12"><u><a href="<%= links[i] %>"> <%= search_results[i].title %> </a></u> </div>
<% } %>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions dist/views/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

<!-- Result -->
<div class="mt-40 h-screen">
<p class="ml-24 georgia font-extrabold text-3xl"> Terms and Conditions </p>
<p class="ml-24 literata font-extrabold text-3xl"> Terms and Conditions </p>
<p class="ml-24 helvetica font-thin text-s text-gray-400"><i> The rules You have to follow to use our website </i></p>
<br>
<div class="ml-24 georgia font-thin text-xl text-gray-800 w-7/12">
<div class="ml-24 literata font-light text-xl text-gray-800 w-7/12">
These terms and conditions govern your use of miniWikipedia, a website that provides you with concise summaries of various topics. By using our website, you agree to these terms and conditions and accept our privacy policy.
<br><br>
Our website is free of charge and you can access and use it for your personal, non-commercial purposes only. You may not use our website for any commercial purposes without our prior written consent. You may not copy, reproduce, distribute, modify, or create derivative works from our website or any of its content for commercial pruposes without our prior written consent. You may not use our website in any way that is unlawful, harmful, fraudulent, or infringes the rights of others.
Expand Down
Loading

0 comments on commit f37faf0

Please sign in to comment.