diff options
Diffstat (limited to 'apps.html')
-rw-r--r-- | apps.html | 45 |
1 files changed, 30 insertions, 15 deletions
@@ -13,23 +13,38 @@ <div id="navbar"></div> <script src="navbar.js"></script> <h2>Android Apps</h2> - <img src="screenshots/autoartapp.png" width=200><br> - <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.autoart">AutoArt</a><br> - The Android app for <a href="AutoImages.html">AutoImages</a>.<br> - <hr> - <img src="screenshots/magnetsapp.png" width=200><br> - <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.magnets">Magnets</a><br> - <p> - The Android app for <a href="magnets.html">Magnets</a>.<br> - </p> - <hr> + <div class="container-fluid"> + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/autoartapp.png" width=200> + <div class="project-title"><a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.autoart">AutoArt App</a></div> + The Android app for <a href="AutoImages.html">AutoImages</a>. + </div> + </div> - <img src="screenshots/ballbounceapp.png" width=200><br> - <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.ballbounce">Ball Bounce</a><br> - <p> - The Android app for <a href="ballbounce.html">Ball Bounce</a>.<br> - </p> + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/magnetsapp.png" width=200> + <div class="project-title"><a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.magnets">Magnets App</a></div> + The Android app for <a href="magnets.html">Magnets</a>. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/ballbounceapp.png" width=200> + <div class="project-title"><a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.ballbounce">Ball Bounce App</a></div> + The Android app for <a href="ballbounce.html">Ball Bounce</a>. + </div> + </div> + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + More coming soon! + </div> + </div> + </div> </body> </html> |