Skip to content

Commit

Permalink
feat: remove unnecessary contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Feb 16, 2024
1 parent c4fc18d commit fefe1b0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,14 @@ class JqueryCDN:
'repository': 'https://github.com/stepanzh/Proportio',
'vk_community': 'https://vk.com/proportioapp',
}

PROJECT_CONTACTS = {
'Stepan': Contact(
firstname='Степан',
secondname='Захаров',
telegram='https://t.me/red_deer',
github='https://github.com/stepanzh',
),
'Alexandra': Contact(
firstname='Александра',
secondname='Кобец',
telegram='https://t.me/kobets_dez',
),
'Mariya': Contact(
firstname='Мария',
secondname='Лукьянова',
telegram='https://t.me/Marnia_made'
),
}

JQUERY = {
Expand Down

0 comments on commit fefe1b0

Please sign in to comment.