Merge pull request #10 from uw935/feature/borders

New borders
This commit is contained in:
Mark
2024-03-02 02:08:09 +03:00
committed by GitHub
2 changed files with 42 additions and 33 deletions
+12 -5
View File
@@ -36,19 +36,26 @@
</style> </style>
<body> <body>
<main> <main>
<header class="border-bottom">
<div class="container py-4"> <div class="container py-4">
<header class="pb-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center text-dark text-decoration-none"> <a href="/" class="d-flex align-items-center text-dark text-decoration-none">
<span class="fs-4">🦊 VATSIM <span class="text-primary">Fox</span></span> <span class="fs-4">🦊 VATSIM <span class="text-primary">Fox</span></span>
</a> </a>
</div>
</header> </header>
<div class="container py-4">
{% block content %}{% endblock %} {% block content %}{% endblock %}
<footer class="pt-3 mt-4 text-muted border-top">
created by <a href="https://uw935.t.me/" style="text-decoration: underline; cursor: pointer;">uw935</a> (1606255)
</footer>
</div> </div>
<footer class="text-muted border-top">
<div class="container py-4">
created by
<a href="https://uw935.t.me/" style="text-decoration: underline; cursor: pointer;">
uw935
</a> (1606255)
</div>
</footer>
</main> </main>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
+2
View File
@@ -20,10 +20,12 @@
<p>VATSIM Fox is an open-source project to make it easier for users to see their detailed profile statistic</p> <p>VATSIM Fox is an open-source project to make it easier for users to see their detailed profile statistic</p>
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<div class="h-100 p-5 bg-light border rounded-3"> <div class="h-100 p-5 bg-light border rounded-3">
<h2>Open source project</h2> <h2>Open source project</h2>
<p>This project is fully opened, so you can contribute in it if you want</p> <p>This project is fully opened, so you can contribute in it if you want</p>
<a href="https://github.com/uw935/vatsimfox"> <a href="https://github.com/uw935/vatsimfox">
<button class="btn btn-outline-secondary" type="button">GitHub</button> <button class="btn btn-outline-secondary" type="button">GitHub</button>
</a> </a>