Skip to content

Commit

Permalink
Red/svg objects
Browse files Browse the repository at this point in the history
* fix: some problem

* ref: change login svg location

* ref: change signup svg location

* ref: change index svg location

* ref: divide rules

* ref: divide class section-games

* ref: divide class section-calendar

* chore
  • Loading branch information
RezenkovD authored Aug 10, 2023
1 parent bef9695 commit 88649cb
Show file tree
Hide file tree
Showing 21 changed files with 1,311 additions and 1,292 deletions.
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

0 comments on commit 88649cb

Please sign in to comment.