Adding social links and floppy
This commit is contained in:
parent
2d99ec963e
commit
19f0b42548
6 changed files with 57 additions and 5 deletions
32
landing_page/dist/index.html
vendored
32
landing_page/dist/index.html
vendored
|
@ -19,8 +19,26 @@
|
|||
<header>
|
||||
<div class="container-lg section">
|
||||
<div class="over-image">
|
||||
<div class="logo">
|
||||
<img src="static/images/logo.png">
|
||||
<div class="row">
|
||||
<div class="col-6 col-md-6 my-3 my-md-0">
|
||||
<div class="logo">
|
||||
<img src="static/images/logo.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-md-6 my-3 my-md-0">
|
||||
<div class="social-links">
|
||||
Share your experience
|
||||
<a href="" target="_BLANK">
|
||||
<img class="social-image" src="static/images/facebook.png" />
|
||||
</a>
|
||||
<a href="" target="_BLANK">
|
||||
<img class="social-image" src="static/images/linkedin.png" />
|
||||
</a>
|
||||
<a href="" target="_BLANK">
|
||||
<img class="social-image" src="static/images/twitter.png" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="title text-center">
|
||||
<h1>Your workplace<br/>but better</h1>
|
||||
|
@ -125,7 +143,15 @@
|
|||
</div>
|
||||
<div class="bg-white footer">
|
||||
<div class="container-fluid container-lg">
|
||||
<a href="https://www.thecodingmachine.com/" target="_blank"><img src="static/images/Logo TCM.png"></a>
|
||||
<div class="row">
|
||||
<div class="col-6 col-md-6 my-3 my-md-0">
|
||||
<a href="https://www.thecodingmachine.com/" target="_blank"><img src="static/images/Logo TCM.png"></a>
|
||||
</div>
|
||||
<div class="col-6 col-md-6 my-3 my-md-0 floppy">
|
||||
<img src="static/images/floppy.png" />
|
||||
<div>Soon available on floppy !<br/><span>otherwise it's on <a href="https://github.com/thecodingmachine/workadventure" target="_BLANK">GitHub</a></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
BIN
landing_page/dist/static/images/facebook.png
vendored
Normal file
BIN
landing_page/dist/static/images/facebook.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 639 B |
BIN
landing_page/dist/static/images/floppy.png
vendored
Normal file
BIN
landing_page/dist/static/images/floppy.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
landing_page/dist/static/images/linkedin.png
vendored
Normal file
BIN
landing_page/dist/static/images/linkedin.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 622 B |
BIN
landing_page/dist/static/images/twitter.png
vendored
Normal file
BIN
landing_page/dist/static/images/twitter.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 615 B |
Loading…
Add table
Add a link
Reference in a new issue