mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Remove screenshots temporarily
This commit is contained in:
parent
f48791bd6f
commit
44cbeeb0d1
@ -64,24 +64,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="section bg-white">
|
||||
<div class="text-center">
|
||||
<h1>Screenshots</h1>
|
||||
<div class="screenshots">
|
||||
<slick ref="slick" :options="slickOptions">
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-1.png')"><img :src="$withBase('frontpage/gallery/screenshot-1.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-2.png')"><img :src="$withBase('frontpage/gallery/screenshot-2.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-3.png')"><img :src="$withBase('frontpage/gallery/screenshot-3.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-4.png')"><img :src="$withBase('frontpage/gallery/screenshot-4.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-5.png')"><img :src="$withBase('frontpage/gallery/screenshot-5.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-6.png')"><img :src="$withBase('frontpage/gallery/screenshot-6.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-7.png')"><img :src="$withBase('frontpage/gallery/screenshot-7.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-8.png')"><img :src="$withBase('frontpage/gallery/screenshot-8.png')"></a>
|
||||
<a :href="$withBase('frontpage/gallery/screenshot-9.png')"><img :src="$withBase('frontpage/gallery/screenshot-9.png')"></a>
|
||||
</slick>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section bg-blue text-grey-lightest">
|
||||
<div class="container text-center">
|
||||
<h1>Get Started</h1>
|
||||
<p class="m-4">Ready to fly on the Pterodactyl?</p>
|
||||
@ -126,7 +108,6 @@
|
||||
|
||||
<script>
|
||||
import NavLink from './NavLink.vue';
|
||||
// import Slick from 'vue-slick';
|
||||
|
||||
export default {
|
||||
components: { NavLink },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user