|
|
@ -1,11 +1,25 @@ |
|
|
|
<template> |
|
|
|
<QuickNav selected="Profile"></QuickNav> |
|
|
|
<QuickNav /> |
|
|
|
|
|
|
|
<!-- CONTENT --> |
|
|
|
<section id="Content" class="p-6 pb-24"> |
|
|
|
<!-- Heading --> |
|
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> |
|
|
|
Achievements & Statistics |
|
|
|
</h1> |
|
|
|
<!-- Breadcrumb --> |
|
|
|
<div class="mb-8"> |
|
|
|
<!-- Back --> |
|
|
|
<div class="text-lg text-center font-light relative px-7"> |
|
|
|
<h1 |
|
|
|
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1" |
|
|
|
@click="$router.back()" |
|
|
|
> |
|
|
|
<fa icon="chevron-left" class="fa-fw"></fa> |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- Heading --> |
|
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> |
|
|
|
Achievements & Statistics |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
Here is a view of the activity you can see. |
|
|
@ -32,7 +46,7 @@ |
|
|
|
{{ worldProperties.animationDurationSeconds }} seconds |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button class="float-right" @click="captureGraphics()">Screenshot</button> |
|
|
|
<button class="float-right text-blue-600" @click="captureGraphics()">Screenshot</button> |
|
|
|
<div id="scene-container" class="h-screen"></div> |
|
|
|
</section> |
|
|
|
</template> |
|
|
|