Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red/svg objects #35

Merged
merged 8 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
311 changes: 4 additions & 307 deletions users/templates/account/login.html

Large diffs are not rendered by default.

206 changes: 2 additions & 204 deletions users/templates/account/signup.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion users/templates/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</div>
</header>
{% block intro_bg_block %}{% endblock %}
<section class="not-head" style="margin-top: 48px">
<section class="not-head" style="margin-top: 48px; display: flow-root">
{% block main %}{% endblock %}
<footer>
<div class="footer-container">
Expand Down
2 changes: 1 addition & 1 deletion users/templates/style/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@

.input-container-1 {
width: 311px;
margin: 60px auto 12px;
margin: 16px auto 12px;
}

.input-container {
Expand Down
102 changes: 102 additions & 0 deletions users/templates/svg-objects/login-blue-object.html

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions users/templates/svg-objects/login-hiden-object.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions users/templates/svg-objects/login-yellow-object.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions users/templates/svg-objects/signup-blue-object.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions users/templates/svg-objects/signup-yellow-object.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vr_club_site/templates/site/calendar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load static %}
<link rel="stylesheet" href="{% static 'site/style/calendar.css' %}">
<section class="section-calendar" id="booking" style="height: auto;">
<section id="booking" style="height: auto;">
<div class="booking">
<span>
<span class="span1">Забронюй</span>
Expand Down
2 changes: 1 addition & 1 deletion vr_club_site/templates/site/game-carousel.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load static %}
<link rel="stylesheet" href="{% static 'site/style/game-carousel.css' %}">
<section class="section-games" id="games" style="height: auto;">
<section id="games" style="height: auto;">
<div class="games">
<span>
<span class="span1">У </span>
Expand Down
544 changes: 7 additions & 537 deletions vr_club_site/templates/site/index.html

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions vr_club_site/templates/site/rules.html

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions vr_club_site/templates/site/style/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@
margin-top: 44px;
}

.section-calendar {
margin-top: 96px;
}

@media screen and (max-width: 768px) {
.booking {
font: 700 28px "Montserrat", sans-serif;
Expand Down
7 changes: 0 additions & 7 deletions vr_club_site/templates/site/style/game-carousel.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.section-games {
margin-top: 8px;
}

.wrapper {
max-width: 1595px;
width: 100%;
Expand Down Expand Up @@ -570,9 +566,6 @@
}

@media screen and (max-width: 768px) {
.section-games {
margin-top: 76px;
}

.games {
color: #ffffff;
Expand Down
Loading
Loading