-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
64 additions
and
52 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+597 Bytes
myapp/migrations/__pycache__/0002_delete_userprofile.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Document</title> | ||
<title>Signup-Crypto X</title> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
|
@@ -36,12 +36,12 @@ | |
<body> | ||
|
||
<nav class="navbar navbar-light navbar-expand-lg fixed-top" id="mainNav" style="height: 73px;font-family: Abel, sans-serif;"> | ||
<div class="container"><a class="navbar-brand" href="#page-top"><strong>Techie Yp</strong></a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler float-end" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button> | ||
<div class="container"><a class="navbar-brand" href="#page-top"><strong>Crypto X</strong></a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler float-end" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars"></i></button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"><a class="nav-link active" href="/">HOME</a></li> | ||
<li class="nav-item"><a class="nav-link" href="TopCoins">Top Coins</a></li> | ||
<li class="nav-item"><a class="nav-link" href="AboutUs">ABOUT US</a></li> | ||
<!-- <li class="nav-item"><a class="nav-link" href="TopCoins">Top Coins</a></li> --> | ||
<!-- <li class="nav-item"><a class="nav-link" href="AboutUs">ABOUT US</a></li> --> | ||
<li class="nav-item"></li> | ||
<li class="nav-item"></li> | ||
</ul> | ||
|
@@ -56,18 +56,17 @@ | |
" | ||
|
||
> | ||
<div class="mask d-flex align-items-center h-100 gradient-custom-3"> | ||
<div class="container h-100"> | ||
<div class="mask d-flex align-items-center h-50 gradient-custom-3"> | ||
<div class="container h-50"> | ||
<div | ||
class="row d-flex justify-content-center align-items-center h-100" | ||
class="row d-flex justify-content-center align-items-center h-50" | ||
> | ||
<div class="col-12 col-md-9 col-lg-7 col-xl-6"> | ||
<div class="col-10 col-md-9 col-lg-7 col-xl-6"> | ||
<div class="card" style="border-radius: 15px"> | ||
<div class="card-body p-5"> | ||
<h2 class="text-uppercase text-center mb-5"> | ||
Create an account | ||
</h2> | ||
{% load crispy_forms_tags %} | ||
|
||
<form action="{% url 'signupuser' %}" method="post" class="bg"> | ||
{% csrf_token %} | ||
|
@@ -115,7 +114,7 @@ <h2 class="text-uppercase text-center mb-5"> | |
</section> | ||
|
||
<footer style="height: 394px; padding-top: 10px; margin-top: 0px; " > | ||
<footer style="height: 247px"> | ||
<footer style="height: 150px"> | ||
<div class="row"> | ||
<div class="col-sm-6 col-md-4 footer-navigation"> | ||
<h3> | ||
|