Skip to content

Commit

Permalink
Insert banner on github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz authored Oct 3, 2020
1 parent f62c251 commit 71ca9b5
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@
<body class="bg-light h-100 d-flex">
<div class="container my-auto">
<div class="row justify-content-center my-3">
<div class="col-lg-5 d-flex">
<div class="col-lg-5 d-flex order-lg-2">
<div class="mb-3 my-lg-auto">
<img alt="Screenshot | APK Studio" class="mw-100 mb-3" src="https://raw.githubusercontent.com/vaibhavpandeyvpz/apkstudio/master/resources/screenshot.png">
<h6>Sponsor</h6>
<p class="text-center mb-0">
<a href="https://appfrom.site/">
<img src="https://appfrom.site/external/images/ad-banner-450x128.png" alt="appfrom.site">
</a>
</p>
</div>
</div>
<div class="col-lg-5 d-flex order-lg-1">
<div class="my-auto">
<div class="card mb-3 mb-lg-0">
<div class="card">
<div class="card-body">
<h1 class="card-title">APK Studio</h1>
<p class="card-text">Open-source, cross platform <a href="https://www.qt.io/" rel="nofollow">Qt</a> based IDE for reverse-engineering <a href="https://android.com/" rel="nofollow">Android</a> application packages. It features a friendly IDE-like layout including code editor with syntax highlighting support for *.smali code files.</p>
Expand All @@ -42,11 +53,6 @@ <h1 class="card-title">APK Studio</h1>
</div>
</div>
</div>
<div class="col-lg-5 d-flex">
<div class="my-auto">
<img alt="Screenshot | APK Studio" class="img-fluid" src="https://raw.githubusercontent.com/vaibhavpandeyvpz/apkstudio/master/resources/screenshot.png">
</div>
</div>
</div>
</div>
<script>
Expand All @@ -72,4 +78,3 @@ <h1 class="card-title">APK Studio</h1>
</script>
</body>
</html>

0 comments on commit 71ca9b5

Please sign in to comment.