-
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.
Home, Login, Signup pages css completed
- Loading branch information
Showing
4 changed files
with
54 additions
and
85 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -10,18 +10,18 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"> | ||
<link rel="stylesheet" href="{% static 'frontend/css/login.css' %}"> | ||
<link rel="icon" type="image/x-icon" href="{% static 'frontend/img/black.png' %}" /> | ||
</head> | ||
|
||
<body> | ||
<a href="/">Home</a> | ||
<!-- Login Form ************************************ --> | ||
<div class="container"> | ||
<div class="forms-container"> | ||
<div class="signin-signup"> | ||
<div class="wrapper"> | ||
<div class="logo"> <img src="{% static 'frontend/img/white.png' %}" alt="logo"> | ||
<a href="/"><div class="logo"> <img src="{% static 'frontend/img/white.png' %}" alt="logo"> | ||
</div> | ||
<div class="text-center mt-4 name"> BudMan </div> | ||
<div class="text-center mt-4 name"> BudMan </div></a> | ||
<form class="p-3 mt-3" method="POST"> | ||
{% csrf_token %} | ||
<div class="form-field d-flex align-items-center"> <span class="far fa-user"></span> | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,8 @@ | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"> | ||
<link rel="stylesheet" href="{% static 'frontend/css/login.css' %}"> | ||
<link rel="icon" type="image/x-icon" href="{% static 'frontend/img/blue.png' %}" /> | ||
|
||
<title>Sign Up - BudMan</title> | ||
</head> | ||
|
||
|
@@ -23,6 +25,8 @@ | |
{% csrf_token %} | ||
<a class="btn solid mt-3" style="color: white; font-size: medium; display: inline; margin-bottom: 10px;" href="/">Home</a> | ||
<a class="btn solid mt-3" style="color: white; font-size: medium; display: inline; margin-bottom: 10px;" href="/login">Login</a> | ||
|
||
<a href="/"><img src="{% static 'frontend/img/white.png' %}" alt="logo" width="40px" style="margin-left: 14px;"></a> | ||
<h2 class="title" style="margin-top: 20px;">Sign Up</h2> | ||
{{ form|crispy }} | ||
<input type="submit" name="form_type" class="btn btn-primary" value="Sign up" /> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.