Skip to content
Open
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
9431c4c
here we go again
Terro216 Apr 4, 2023
4d1f44e
fix header and bottom icons
Terro216 Apr 4, 2023
01da392
add task images
Terro216 Apr 4, 2023
6899678
fix form and prises + email/images
Terro216 Apr 5, 2023
972ffa9
Update page-header.pug
IvLaptev Apr 5, 2023
610f0d9
Add preview
IvLaptev Apr 5, 2023
03e325b
Update FAQ
IvLaptev Apr 5, 2023
b5c8438
Fix creation
IvLaptev Apr 5, 2023
752309c
fix mobile header
Terro216 Apr 5, 2023
197ca5b
Merge remote-tracking branch 'origin/hahathon2023' into hahathon2023
Terro216 Apr 5, 2023
bdb584e
Fix req
IvLaptev Apr 5, 2023
03af0b9
Merge remote-tracking branch 'origin/hahathon2023' into hahathon2023
IvLaptev Apr 5, 2023
26d4a2a
Fix creation 2
Terro216 Apr 5, 2023
88dbad6
task
Terro216 Apr 5, 2023
5150379
university
Terro216 Apr 5, 2023
60016dc
add reCAPTCHA v3
Terro216 Apr 5, 2023
cbf63c5
add Yandex.Metrika
Terro216 Apr 5, 2023
95dbd3e
fix VK
Terro216 Apr 5, 2023
e299d4e
fix links
Terro216 Apr 5, 2023
7d78208
fix age input, fix mob header, improve teamlength
Terro216 Apr 6, 2023
df7079c
add webvisor
Terro216 Apr 6, 2023
8626aad
add yandex webmaster verification
Terro216 Apr 6, 2023
e8ae399
fix errors in form
Terro216 Apr 7, 2023
049e4f8
fix message and add image height
Terro216 Apr 7, 2023
b5660b2
lighthouse improve
Terro216 Apr 7, 2023
f87bc6f
add Top.Mail.Ru counter
Terro216 Apr 8, 2023
9c47230
add sitemap
Terro216 Apr 8, 2023
08c00c1
add fullDescription
Terro216 Apr 13, 2023
be89394
Add font + change orbs color & make to arrays of diff orbs
VasilyRazdorsky Nov 11, 2023
206cdcb
change whole site + adaptiveness
VasilyRazdorsky Nov 15, 2023
389f56a
fix mobile scroll and header positioning
VasilyRazdorsky Nov 15, 2023
2244f2e
fix title and meta tags + aside banner in registration
VasilyRazdorsky Nov 16, 2023
685cf9e
fix register button + fix texts in tasks & register sections
VasilyRazdorsky Nov 20, 2023
b08151d
change timings texts + return editing team count
VasilyRazdorsky Nov 20, 2023
87ccadd
change og image + header dates
VasilyRazdorsky Nov 20, 2023
ce04262
change meta tags
VasilyRazdorsky Nov 20, 2023
0c9031e
center prises
VasilyRazdorsky Nov 20, 2023
30a8350
fix timings
VasilyRazdorsky Nov 20, 2023
843eedb
change registration banner + meta tags
VasilyRazdorsky Nov 20, 2023
6f9d111
huge fixes after fabulous review
VasilyRazdorsky Nov 20, 2023
8ed97b9
change og image again
VasilyRazdorsky Nov 20, 2023
04dd788
change tg link + text in prises
VasilyRazdorsky Nov 20, 2023
12d8ab0
fixes after second review (without new header))
VasilyRazdorsky Nov 22, 2023
ef8b7a3
add hack name + fix logos in header
VasilyRazdorsky Nov 23, 2023
1f66d02
delete hack name on mobile
VasilyRazdorsky Nov 23, 2023
ae8cfa7
fix bug with choosing task
VasilyRazdorsky Nov 27, 2023
c8e3093
fix students count input
VasilyRazdorsky Nov 28, 2023
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
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

dist/
.idea/
build/
Expand Down
9 changes: 9 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"@parcel/config-default"
],
"reporters": [
"...",
"parcel-reporter-static-files-copy"
]
}
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM caddy:2.6.4-alpine AS run

WORKDIR /usr/share/caddy
COPY build/ ./

EXPOSE 80
7 changes: 0 additions & 7 deletions hahathon2021/.dockerignore

This file was deleted.

12 changes: 0 additions & 12 deletions hahathon2021/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions hahathon2021/Dockerfile

This file was deleted.

Loading