Skip to content

Commit

Permalink
Small layout fix on the homepage of documentation site.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 17, 2024
1 parent d29c28c commit 8f745eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@
<div class="header-section">
</div>

<center class="header-section-content">
<div align="center" class="header-section-content">
<br/><br/><br/>
<br/><br/><br/>
<br/><br/>

<h1 class="mb-0 pb-0 fw-bold">Zhivo Programming Language</h1>
<small class="text-muted">Reshaping traditional scripting practices</small>
<hr class="col-4"/>

<br/><br/>
<br/>
<p class="col-lg-4 col-8">
Just-in-time compiled programming language utilizing system-available GPU with built-in unconventional expressiveness.
</p>
</center>
</div>

<script src="./scripts/jquery.min.js"></script>
<script src="./scripts/bootstrap.bundle.min.js"></script>
</body>
</html>
</html>

0 comments on commit 8f745eb

Please sign in to comment.