mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 11:43:07 +00:00
adjust more h tags
This commit is contained in:
parent
8f1d9cc20b
commit
4b7f7d741e
10 changed files with 22 additions and 20 deletions
|
@ -18,7 +18,7 @@
|
|||
/>
|
||||
</b-link>
|
||||
|
||||
<h6 class="text-center">Add {{ game.name }} to a list</h6>
|
||||
<h4 class="text-center">Add {{ game.name }} to a list</h4>
|
||||
</header>
|
||||
|
||||
<!-- TODO: show active board at top -->
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!-- TODO: FIX this mess, auto save on selection -->
|
||||
<!-- TODO: flatten, put it in single edit board page -->
|
||||
<template lang="html">
|
||||
<b-modal
|
||||
id="boardBackground"
|
||||
|
@ -74,7 +75,7 @@
|
|||
</b-col>
|
||||
</b-row>
|
||||
|
||||
<h6>My Wallpapers</h6>
|
||||
<h3>My Wallpapers</h3>
|
||||
<!-- <b-button>Upload wallpaper</b-button> -->
|
||||
|
||||
<wallpapers-list
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<header class="mb-2 d-flex align-items-center justify-content-between">
|
||||
<h5 class="m-0">{{ title }}</h5>
|
||||
<h1 class="m-0">{{ title }}</h1>
|
||||
|
||||
<div v-if="$slots.default || actionText">
|
||||
<slot />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<b-container class="py-2">
|
||||
<h2>Privacy Policy</h2>
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>Your privacy is important to us. It is Gamebrary's policy to respect your privacy regarding any information we may collect from you across our website, <a href="http://gamebrary.com">http://gamebrary.com</a>, and other sites we own and operate.</p>
|
||||
<p>We only ask for personal information when we truly need it to provide a service to you. We collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used.</p>
|
||||
<p>We only retain collected information for as long as necessary to provide you with your requested service. What data we store, we’ll protect within commercially acceptable means to prevent loss and theft, as well as unauthorised access, disclosure, copying, use or modification.</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template lang="html">
|
||||
<b-container fluid>
|
||||
<header class="my-3 d-flex align-items-center justify-content-between">
|
||||
<h5 class="m-0">Profile</h5>
|
||||
<h1 class="m-0">Profile</h1>
|
||||
</header>
|
||||
|
||||
<b-button @click="checkUserNameAvailability">
|
||||
|
|
|
@ -17,14 +17,14 @@
|
|||
|
||||
<section class="bg-light py-4" id="features">
|
||||
<b-container>
|
||||
<h5 class="text-center">Features</h5>
|
||||
<h1 class="text-center">Features</h1>
|
||||
|
||||
<div class="features">
|
||||
<b-card
|
||||
v-for="{ title, message } in features"
|
||||
:key="title"
|
||||
>
|
||||
<h6>{{ title }}</h6>
|
||||
<h4>{{ title }}</h4>
|
||||
<small v-html="message" />
|
||||
</b-card>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- TODO: finish this -->
|
||||
<template lang="html">
|
||||
<b-container fluid>
|
||||
<page-title
|
||||
|
@ -12,7 +13,7 @@
|
|||
:key="profile.userName"
|
||||
>
|
||||
<div>
|
||||
<h5 class="m-0">{{ profile.displayName }}</h5>
|
||||
<h1>{{ profile.displayName }}</h1>
|
||||
<small class="text-info">{{ `@${profile.userName}` }}</small>
|
||||
<p v-if="profile.bio">{{ profile.bio }}</p>
|
||||
</div>
|
||||
|
|
|
@ -19,10 +19,10 @@
|
|||
class="mb-3"
|
||||
>
|
||||
<template v-slot:header>
|
||||
<h6 class="mb-0">
|
||||
<h3 class="mb-0">
|
||||
<b-badge>{{ release.tag_name }}</b-badge>
|
||||
{{ release.name }}
|
||||
</h6>
|
||||
</h3>
|
||||
</template>
|
||||
|
||||
<b-card-text>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<template lang="html">
|
||||
<b-container class="py-2">
|
||||
<h2>Terms of Service</h2>
|
||||
<h5>1. Terms</h5>
|
||||
<h1>Terms of Service</h1>
|
||||
<h2>1. Terms</h2>
|
||||
<p>By accessing the website at <a href="http://gamebrary.com">http://gamebrary.com</a>, you are agreeing to be bound by these terms of service, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this website are protected by applicable copyright and trademark law.</p>
|
||||
<h5>2. Use License</h5>
|
||||
<h2>2. Use License</h2>
|
||||
<ol type="a">
|
||||
<li>Permission is granted to temporarily download one copy of the materials (information or software) on Gamebrary's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
|
||||
<ol type="i">
|
||||
|
@ -16,20 +16,20 @@
|
|||
</li>
|
||||
<li>This license shall automatically terminate if you violate any of these restrictions and may be terminated by Gamebrary at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.</li>
|
||||
</ol>
|
||||
<h5>3. Disclaimer</h5>
|
||||
<h2>3. Disclaimer</h2>
|
||||
<ol type="a">
|
||||
<li>The materials on Gamebrary's website are provided on an 'as is' basis. Gamebrary makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</li>
|
||||
<li>Further, Gamebrary does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its website or otherwise relating to such materials or on any sites linked to this site.</li>
|
||||
</ol>
|
||||
<h5>4. Limitations</h5>
|
||||
<h2>4. Limitations</h2>
|
||||
<p>In no event shall Gamebrary or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on Gamebrary's website, even if Gamebrary or a Gamebrary authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.</p>
|
||||
<h5>5. Accuracy of materials</h5>
|
||||
<h2>5. Accuracy of materials</h2>
|
||||
<p>The materials appearing on Gamebrary's website could include technical, typographical, or photographic errors. Gamebrary does not warrant that any of the materials on its website are accurate, complete or current. Gamebrary may make changes to the materials contained on its website at any time without notice. However Gamebrary does not make any commitment to update the materials.</p>
|
||||
<h5>6. Links</h5>
|
||||
<h2>6. Links</h2>
|
||||
<p>Gamebrary has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by Gamebrary of the site. Use of any such linked website is at the user's own risk.</p>
|
||||
<h5>7. Modifications</h5>
|
||||
<h2>7. Modifications</h2>
|
||||
<p>Gamebrary may revise these terms of service for its website at any time without notice. By using this website you are agreeing to be bound by the then current version of these terms of service.</p>
|
||||
<h5>8. Governing Law</h5>
|
||||
<h2>8. Governing Law</h2>
|
||||
<p>These terms and conditions are governed by and construed in accordance with the laws of Arizona and you irrevocably submit to the exclusive jurisdiction of the courts in that State or location.</p>
|
||||
</b-container>
|
||||
</template>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<template v-else>
|
||||
<header class="my-3 d-flex align-items-center justify-content-between">
|
||||
<h5 class="m-0">Wallpapers</h5>
|
||||
<h1>Wallpapers</h1>
|
||||
|
||||
<!-- <div class="space-used ml-auto mr-3">
|
||||
<small
|
||||
|
|
Loading…
Reference in a new issue