Remove sharing and change texts
This commit is contained in:
parent
bdb01f3103
commit
cb43f8d069
11
website/dist/index.html
vendored
11
website/dist/index.html
vendored
@ -53,7 +53,7 @@
|
|||||||
<script>
|
<script>
|
||||||
function startGame() {
|
function startGame() {
|
||||||
let playUrl = window.location.protocol + "//play."+window.location.host+"/_/global/npeguin.github.io/office-map/map.json";
|
let playUrl = window.location.protocol + "//play."+window.location.host+"/_/global/npeguin.github.io/office-map/map.json";
|
||||||
window.location.assign(playUrl);
|
window.open(playUrl, '_blank')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -70,14 +70,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-2 col-md-6">
|
<div class="col-2 col-md-6">
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<span class="share-title">Share your experience</span>
|
<a href="https://www.facebook.com/thecodingmachine/" target="_BLANK">
|
||||||
<a href="https://www.facebook.com/sharer/sharer.php?u=https://workadventu.re/" target="_BLANK">
|
|
||||||
<img class="social-image" src="static/images/facebook.png" />
|
<img class="social-image" src="static/images/facebook.png" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://workadventu.re/&title=&summary=Discover a pixelated new world and start a casual conversation !&source=TheCodingMachine" target="_BLANK">
|
<a href="https://www.linkedin.com/company/the-coding-machine/" target="_BLANK">
|
||||||
<img class="social-image" src="static/images/linkedin.png" />
|
<img class="social-image" src="static/images/linkedin.png" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://twitter.com/home?status=https://workadventu.re/ Discover a pixelated new world and start a casual conversation !" target="_BLANK">
|
<a href="https://twitter.com/coding_machine" target="_BLANK">
|
||||||
<img class="social-image" src="static/images/twitter.png" />
|
<img class="social-image" src="static/images/twitter.png" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -111,7 +110,7 @@
|
|||||||
<div class="section bg-white how-to">
|
<div class="section bg-white how-to">
|
||||||
<div class="desktop-only text-center d-block d-md-none d-lg-none d-xl-none">
|
<div class="desktop-only text-center d-block d-md-none d-lg-none d-xl-none">
|
||||||
<img src="static/images/desktop.png" width="64" /><br />
|
<img src="static/images/desktop.png" width="64" /><br />
|
||||||
Well, it's not mobile friendly yet. Try with your desktop computer.
|
Unfortunately, it's not mobile friendly yet. But we are happy to invite you to try it on your desktop. Enjoy!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container-fluid container-lg">
|
<div class="container-fluid container-lg">
|
||||||
|
@ -155,9 +155,13 @@ header {
|
|||||||
}
|
}
|
||||||
&.contribute {
|
&.contribute {
|
||||||
background-image: url('../images/btn-bg-2.png');
|
background-image: url('../images/btn-bg-2.png');
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.play {
|
&.play {
|
||||||
background-image: url('../images/btn-bg-3.png');
|
background-image: url('../images/btn-bg-3.png');
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
&.start {
|
&.start {
|
||||||
/*padding-left: 55px;*/
|
/*padding-left: 55px;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user