@@ -5,9 +5,28 @@
<meta charset="utf-8">
<meta name="google-site-verification" content="P0oWkBGpDe0X6q5jVe_IgUckaJVStwGWHfWASoBJys8" />
<title>Smart Sports Recruitment</title>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/hanken" type="text/css"/>
<link rel="stylesheet" href="static/bootstrap.css" type="text/css">

<!--
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:transparent; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
-->
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->

<!-- BOOTSTRAP -->

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

</body>
</html>
@@ -12,30 +12,25 @@ export default {

<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(255, 250, 252, 0.7);
text-align: center;
margin-top: 0;
}
body {
background: #000000 url("./assets/background6.jpg");
background-size: 100%;
background-repeat:no-repeat;
#app::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: 900px) {
body {
background-size: 150%;
}
html, body {
height:100%;
overflow:hidden;
}
@media screen and (max-width: 600px) {
body {
background-size: 200%;
}
body {
background: #000000 url("./assets/wallpaper2.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center fixed;
}
</style>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Deleted file not rendered
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -91,7 +91,16 @@
}
}
</script>
<style>
<style scoped>
p {
color: rgba(255, 250, 252, 0.8);
}
li {
color: rgba(255, 250, 252, 0.8);
}
.vuejs-countdown {
padding: 0;
margin: 0;
@@ -135,13 +144,17 @@
@media screen and (max-width: 500px) {
.vuejs-countdown li:after {
font-size: 45px
font-size: 45px;
right: -20px;
}
.vuejs-countdown .digit {
font-size: 45px
}
.vuejs-countdown .text {
font-size: 14px
}
.vuejs-countdown li {
margin: 0 10px;
}
}
</style>
@@ -3,22 +3,42 @@

<div class="containouter">
<div class="containinner">
<img src=".././assets/ssrlogo3.png">
<img src=".././assets/inverted.png">
</div>
</div>

<div>
<Countdown end="September 30, 2018"></Countdown>
<Countdown style="text-align: center" end="September 30, 2018"></Countdown>
</div>

<div class="smalltext">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea yolo commodo yolo consequat.
</p>
<p>
Coming soon.
</p>
<!-- Begin MailChimp Signup Form -->
<form action="https://smartsportsrecruitment.us19.list-manage.com/subscribe/post?u=0b2dca43adbe5b3f6a900da86&amp;id=30c6eeec60" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

<div class="container-small" style="margin-top: 50px">

<p>Get notified when we launch!</p>

<div id="mc_embed_signup" class="row justify-content-center">

<div class="col-sm col-10">
<div id="mc_embed_signup_scroll">

<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_0b2dca43adbe5b3f6a900da86_30c6eeec60" tabindex="-1" value=""></div>

</div>
</div>
<div class="col-sm-auto col-auto mt-2 mt-sm-0">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary align-self-center">
</div>
</div>
</div>

</form>


<!--End mc_embed_signup-->
</div>
</template>

@@ -37,53 +57,49 @@

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
h1, h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
.containouter {
width: 100%;
}
.containinner {
max-width: 500px;
display: block;
margin-left: auto;
margin-right: auto;
}
.containinner img {
opacity: 0.8;
width: 100%;
}
.smalltext {
font-size: larger;
max-width: 600px;
display: inline-block;
margin: 40px 16px;
text-align: center;
position: relative;
}
@media screen and (max-width: 500px) {
.smalltext {
font-size: medium;
p {
font-family: 'HankenLight', sans-serif;
font-weight: normal;
font-style: normal;
font-size: xx-large;
color: rgba(255, 250, 252, 0.8);
text-align: center;
}
h1, h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
.containouter {
width: 100%;
padding: 30px 10px 30px 10px;
}
.containinner {
max-width: 500px;
display: block;
margin-left: auto;
margin-right: auto;
}
.containinner img {
opacity: 0.8;
width: 100%;
}
}
</style>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -19,7 +19,7 @@ let PlayerSchema = new Schema({
phone_number: { type: String, default: "+46123456789" },
email: { type: String, default: "random@email.com" },
skype: { type: String, default: "skypie123" },
agency: { type: String, default: "agency1" }
agency: { type: String, default: null }
});

PlayerSchema.index({name_first: "text", name_last: "text"});