Skip to content
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
7 changes: 4 additions & 3 deletions frontend/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ var path = require('path')
module.exports = {
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
index: path.resolve(__dirname, '../../index.html'),
assetsRoot: path.resolve(__dirname, '../../'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
// assetsPublicPath: '/',
assetsPublicPath: '/spbpythonguru/',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down
2 changes: 1 addition & 1 deletion frontend/config/prod.env.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
NODE_ENV: '"production"'
NODE_ENV: '"production"',
}
53 changes: 43 additions & 10 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>spbpython.guru</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
</head>
<body>
<app></app>
<!-- built files will be auto injected -->
</body>
<head>
<meta charset="utf-8">
<title>SPb Python Guru</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга</title>
<meta name="twitter:title"
content="SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга">
<meta property="og:title"
content="SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга"/>
<meta name="description"
content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь."/>
<meta name="twitter:description"
content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь.">
<meta property="og:description"
content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь."/>
<meta name="twitter:image:src" content="//worldofwarships-ru.gcdn.co/static/0.2/images/wows_social_1.jpg">
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary">
<meta property="og:url" content="http://spbpython.guru/"/>
<meta property="twitter:url" content="http://spbpython.guru/"/>
<link rel="canonical" href="http://spbpython.guru/"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="HandheldFriendly" content="true"/>
<meta name="theme-color" content="#212121">
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,cyrillic' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic' rel='stylesheet'
type='text/css'>
</head>
<body>
<app></app>
<!-- built files will be auto injected -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-79740711-1', 'auto');
ga('send', 'pageview');

</script>
</body>
</html>
8 changes: 4 additions & 4 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="section " id="section-first">
<div class="intro">
<h1>SPb Python <br>Guru</h1>
<h1>SPb Python Guru</h1>
<img src="./assets/logo.svg" alt="">

<p>Сообщество Python-программистов Санкт-Петербурга.</p>
Expand All @@ -19,9 +19,9 @@
<img class="meetup" target="_blank" src="./assets/networks/meetup.png" alt="">
</a>

<p>
Расписание встреч на <a target="_blank" href="http://www.meetup.com/spbpython/">Meetup.com</a>
</p>
<!--<p>-->
<!--Расписание встреч на <a target="_blank" href="http://www.meetup.com/spbpython/">Meetup.com</a>-->
<!--</p>-->
</div>
</div>
</div>
Expand Down
Binary file modified frontend/src/assets/backgrounds/spb1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/assets/backgrounds/spb2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/assets/backgrounds/spb3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/assets/networks/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions frontend/src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ a {

.intro {
width: 100%;
padding: 30px;
padding: 30px 0 50px 0;
background-color: rgba(255,255,255,.5);
text-shadow: 1px 1px 0 #000;
text-shadow: 0.1em 0.1em 0.2em #000;
}

/* Overwriting styles for control arrows for slides
Expand All @@ -66,12 +66,12 @@ a {


.meetup {
width: 100px
width: 150px;
}

.telegram {
width: 100px
width: 150px;
margin-left: 30px;
}
.google-plus {
width: 90px
width: 150px;
}
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>spbpython.guru</title><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,cyrillic" rel=stylesheet type=text/css><link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic" rel=stylesheet type=text/css><link href=/static/css/app.910c7300b4765b9cc990652359cf7e11.css rel=stylesheet></head><body><app></app><script type=text/javascript src=/static/js/manifest.780b110a3463a644e6af.js></script><script type=text/javascript src=/static/js/vendor.c1ac055cbe79f4836589.js></script><script type=text/javascript src=/static/js/app.68929fccbb4a82b7de96.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><title>SPb Python Guru</title><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><title>SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга</title><meta name=twitter:title content="SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга"><meta property=og:title content="SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга"><meta name=description content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь."><meta name=twitter:description content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь."><meta property=og:description content="Добро пожаловать в SPb Python Guru — Сообщество Python-программистов Санкт-Петербурга. Здесь вы найдёте ссылки на нашу онлайн и оффлайн жизнь."><meta name=twitter:image:src content=//worldofwarships-ru.gcdn.co/static/0.2/images/wows_social_1.jpg><meta property=og:type content=website><meta name=twitter:card content=summary><meta property=og:url content=http://spbpython.guru/ ><meta property=twitter:url content=http://spbpython.guru/ ><link rel=canonical href=http://spbpython.guru/ ><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name=HandheldFriendly content=true><meta name=theme-color content=#212121><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin,cyrillic" rel=stylesheet type=text/css><link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic" rel=stylesheet type=text/css><link href=/spbpythonguru/static/css/app.489c986a9dc153d948a9446003e3ea0c.css rel=stylesheet></head><body><app></app><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-79740711-1', 'auto');
ga('send', 'pageview');</script><script type=text/javascript src=/spbpythonguru/static/js/manifest.2c39e14b657db315a5da.js></script><script type=text/javascript src=/spbpythonguru/static/js/vendor.c1ac055cbe79f4836589.js></script><script type=text/javascript src=/spbpythonguru/static/js/app.bbec3e768b59882b27a4.js></script></body></html>
8 changes: 8 additions & 0 deletions static/css/app.489c986a9dc153d948a9446003e3ea0c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/app.489c986a9dc153d948a9446003e3ea0c.css.map

Large diffs are not rendered by default.

Binary file added static/img/google-plus.36e557e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/meetup.57ed88e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/spb1.38af149.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/spb2.1686c0c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/spb3.a052723.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/telegram.f68f4d4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading