diff options
author | Marco Alexander Fischer | 2018-08-31 11:09:11 +0200 |
---|---|---|
committer | Marco Alexander Fischer | 2018-08-31 11:09:11 +0200 |
commit | a3803a523504230cafebfd6f5d248f9a9a4eafdd (patch) | |
tree | d995197072ffea3ca8fa1c469e89235ef8602024 | |
parent | c15f1b5f4982014b579f6516df8a7086241b223e (diff) |
Changed an Image & Modified Text
-rw-r--r-- | Texx-Web.iml | 9 | ||||
-rw-r--r-- | assets/images/aakashnp.jpg | bin | 0 -> 24790 bytes | |||
-rw-r--r-- | index.html | 10 |
3 files changed, 14 insertions, 5 deletions
diff --git a/Texx-Web.iml b/Texx-Web.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/Texx-Web.iml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module>
\ No newline at end of file diff --git a/assets/images/aakashnp.jpg b/assets/images/aakashnp.jpg Binary files differnew file mode 100644 index 0000000..bfb2315 --- /dev/null +++ b/assets/images/aakashnp.jpg @@ -26,8 +26,8 @@ <img src="assets/images/logo.png"> </div> <div class="Main-Content"> - <h1>texx</h1> - <p>texx isn't born yet.</p> + <h1>Texx</h1> + <p>Texx isn't born yet.</p> <p>It's okay, we're excited too. If you want, you can support us here:</p> </div> <div class="Social"> @@ -56,13 +56,13 @@ <div class="AboutBox"> <i class="fas fa-external-link-alt"></i> <h2>How does it work?</h2> - <p>It's a laravel-based network accessible via web & Android.</p> + <p>Texx is a laravel-based network accessible via web & Android.</p> </div> <br> <div class="AboutBox"> <i class="fas fa-lock"></i> <h2>Is it secure?</h2> - <p>Yes! It features AES256-Encryption. If you're lucky, it'll only take 77,000,000,000,000,000,000,000,000 years to hack.</p> + <p>Yes! Texx features AES256-Encryption. If you're lucky, it'll only take 77,000,000,000,000,000,000,000,000 years to hack.</p> </div> </div> </div> @@ -94,7 +94,7 @@ <hr> <div class="aakash"> <p class="name">Aakash Pawar, Designer</p> - <a href="https://icarusap.site/" target="_blank"><img src="https://icarusap.site/assets/images/Aakash_avatar.png" alt="Aakash Pawar"></a> + <a href="https://icarusap.site/" target="_blank"><img src="./assets/images/aakashnp.jpg" alt="Aakash Pawar"></a> <a href="https://instagram.com/ic.a.r.us/" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://t.me/IcarusAP" target="_blank"><i class="fab fa-telegram-plane"></i></a> <a href="mailto:aakash19.98pawar@gmail.com?subject=Texx-Website"><i class="far fa-envelope"></i></a> |