mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
changes landing page
This commit is contained in:
parent
56f30fa60c
commit
661c17c7c7
2 changed files with 13 additions and 2 deletions
11
Pipfile
Normal file
11
Pipfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
name = "pypi"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.11"
|
|
@ -63,9 +63,9 @@ export default function LandingPage() {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
||||||
Gwapo
|
CSM Inventory
|
||||||
<br />
|
<br />
|
||||||
Jophiel
|
Monitoring and Management System
|
||||||
</p>
|
</p>
|
||||||
<div style={{ ...styles.flex_column }}>
|
<div style={{ ...styles.flex_column }}>
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue