-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from anurag6569201/main
updated landing page with cool ui
- Loading branch information
Showing
12 changed files
with
166 additions
and
150 deletions.
There are no files selected for viewing
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 modified
BIN
-16 Bytes
(100%)
newsaggregator/newsaggregator/__pycache__/settings.cpython-312.pyc
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
<link rel="stylesheet" href="{% static './assets/css/contact.css' %}"> | ||
<link rel="stylesheet" href="{% static './assets/css/style.css' %}"> | ||
<link rel="stylesheet" href="{% static './assets/css/index.css' %}"> | ||
<link rel="stylesheet" href="{% static 'assets/css/userauth.css' %}"> | ||
|
||
<!-- font awesome css --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
@@ -42,6 +43,11 @@ | |
{% block category %} | ||
{% endblock category %} | ||
{% block index %} | ||
|
||
<!-- for authentication page --> | ||
{% block authentication %} | ||
{% endblock authentication %} | ||
|
||
{% endblock index %} | ||
</header> | ||
{% include 'components/footer.html' %} | ||
|
@@ -53,6 +59,7 @@ | |
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> | ||
|
||
<!--- custom js link--> | ||
<script src="{% static 'assets/js/userauth.js' %}"></script> | ||
<script src="{% static 'assets/js/script.js' %}"></script> | ||
|
||
<!-- Bootstrap JS --> | ||
|
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 |
---|---|---|
@@ -1,69 +1,63 @@ | ||
{% extends 'partials/base_auth.html' %} | ||
{% extends 'partials/base.html' %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
{% block authentication %} | ||
<div class="container"> | ||
<div class="main-container"> | ||
<div class="main-content"> | ||
<div class="form-container"> | ||
<div class="form-content box"> | ||
<div class="logo"> | ||
<img src="../../static/assets/images/news.png" width="80px" alt="News logo" class="logo-light"> | ||
</div> | ||
|
||
<form method="POST"> | ||
{% csrf_token %} | ||
<div class="signin-form" id="signin-form"> | ||
<div class="form-group"> | ||
<div class="animate-input"> | ||
<span> | ||
Enter email | ||
</span> | ||
<input class="login-signup-input" type="text" name="email" maxlength="100" required="" id="login_username"> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<img src="../../static/assets/images/sign-in-animate.svg" style="width: max-content;"> | ||
</div> | ||
<div class="col-md-6" style="display: flex;align-items: center;justify-content: center;"> | ||
<div class="form-container"> | ||
<div class="form-content box"> | ||
<div class="logo"> | ||
<img src="../../static/assets/images/news.png" width="80px" alt="News logo" class="logo-light"> | ||
<img src="../../static/assets/images/news.png" width="80px" alt="News logo" class="logo-dark"> | ||
</div> | ||
<div class="form-group"> | ||
<div class="animate-input"> | ||
<span> | ||
Enter Password | ||
</span> | ||
<input class="login-signup-input" type="password" name="password" autocomplete="current-password" required="" id="login_password"> | ||
<button>Show</button> | ||
|
||
<form method="POST"> | ||
{% csrf_token %} | ||
<div class="signin-form" id="signin-form"> | ||
<div class="form-group"> | ||
<div class="animate-input"> | ||
<span> | ||
Enter email | ||
</span> | ||
<input class="login-signup-input" type="text" name="email" maxlength="100" required="" id="login_username"> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<div class="animate-input"> | ||
<span> | ||
Enter Password | ||
</span> | ||
<input class="login-signup-input" type="password" name="password" autocomplete="current-password" required="" id="login_password"> | ||
<button>Show</button> | ||
</div> | ||
</div> | ||
<div class="btn-groupss"> | ||
<button class="btn-login" id="signin-btn" type="submit"> | ||
Sign In | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="btn-group"> | ||
<button class="btn-login" id="signin-btn" type="submit"> | ||
Sign In | ||
</button> | ||
</div> | ||
</form> | ||
|
||
|
||
</div> | ||
</form> | ||
|
||
|
||
</div> | ||
<div class="box goto"> | ||
<p> | ||
Don't have an account? | ||
<a href="{% url 'userauths:sign-up' %}">Sign up</a> | ||
</p> | ||
<div class="box goto"> | ||
<p> | ||
<span style="color: var(--foreground-tertiary);">Don't have an account?</span> | ||
<a href="{% url 'userauths:sign-up' %}">Sign up</a> | ||
</p> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<div class="links"> | ||
<a href="#">About</a> | ||
<a href="#">Blog</a> | ||
<a href="#">Help</a> | ||
<a href="#">Privacy</a> | ||
<a href="#">Terms</a> | ||
<a href="#">Locations</a> | ||
|
||
</div> | ||
<div class="copyright"> | ||
© 2024 News from Earth | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock content %} | ||
{% endblock authentication %} |
Oops, something went wrong.