Просмотр исходного кода

added my take on an about page lol

control 3 лет назад
Родитель
Сommit
f65d8468da

BIN
app/database.db


BIN
app/static/templates/1.jpg


BIN
app/static/templates/2.png


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
app/static/templates/3.svg


+ 9 - 9
app/templates/about.html

@@ -5,10 +5,10 @@
     <div class="container py-5">
         <div class="row h-100 align-items-center py-5">
             <div class="col-lg-6">
-                <h1 class="display-4">About us page</h1>
-                <p class="lead text-muted mb-0">Bah Bah Bah Bah</p>
+                <h1 class="display-4">About artFi</h1>
+                <p class="lead text-muted mb-0">artFi is a Digital Art Marketplace, allowing the hosting and auctioning of PNGs and JPEGs.</p>
             </div>
-            <div class="col-lg-6 d-none d-lg-block"><img src="static/templates/about_1.png" alt="" class="img-fluid">
+            <div class="col-lg-6 d-none d-lg-block"><img src="static/templates/1.jpg" alt="" class="img-fluid">
             </div>
         </div>
     </div>
@@ -18,18 +18,18 @@
     <div class="container py-5">
         <div class="row align-items-center mb-5">
             <div class="col-lg-6 order-2 order-lg-1"><i class="fa fa-bar-chart fa-2x mb-3 text-primary"></i>
-                <h2 class="font-weight-light">Bah Bah Bah Bah</h2>
-                <p class="font-italic text-muted mb-4">Bah Bah Bah Bah</p>
+                <h2 class="font-weight-light">We don't need Blockchain. Our solution is Green.</h2>
+                <p class="font-italic text-muted mb-4">We utilize the concept of Hashchaining. Similar to Blockchain, we take hashes of transactions and add them to a Hashchain. This Hashchain is essentially an immutable linked list using the SHA-256 hashing algorithm. Simple and straight-forward. We don't need datacenters of GPUs to deploy our platform!</p>
             </div>
-            <div class="col-lg-5 px-5 mx-auto order-1 order-lg-2"><img src="static/templates/about_1.png" alt="" class="img-fluid mb-4 mb-lg-0">
+            <div class="col-lg-5 px-5 mx-auto order-1 order-lg-2"><img src="static/templates/2.png" alt="" class="img-fluid mb-4 mb-lg-0">
             </div>
         </div>
         <div class="row align-items-center">
-            <div class="col-lg-5 px-5 mx-auto"><img src="static/templates/about_1.png" alt="" class="img-fluid mb-4 mb-lg-0">
+            <div class="col-lg-5 px-5 mx-auto"><img src="static/templates/3.svg" alt="" class="img-fluid mb-4 mb-lg-0">
             </div>
             <div class="col-lg-6"><i class="fa fa-leaf fa-2x mb-3 text-primary"></i>
-                <h2 class="font-weight-light">Bah Bah Bah Bah</h2>
-                <p class="font-italic text-muted mb-4">Bah Bah Bah Bah</p>
+                <h2 class="font-weight-light">Secure Platform. Trusted Engineers.</h2>
+                <p class="font-italic text-muted mb-4">This platform was built from the ground-up with security in mind. We are Information Security specialists first and foremost. That's why you can depend on business with us. Additionally, we carry no personal private data, cool.</p>
             </div>
         </div>
     </div>

Некоторые файлы не были показаны из-за большого количества измененных файлов