Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,12 @@ h1 {
background-repeat: no-repeat;
background-attachment: fixed;
}

.edit-button {
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-top: 2%;
padding-bottom: 2%;
}
7 changes: 3 additions & 4 deletions app/views/static_pages/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,21 @@
<h3>Consoles</h3>
<p>We have a huge range of consoles on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">VIEW CONSOLES</a>
</div>
<div class="col-sm-4">
<h3>Activities</h3>
<p>We have a huge range of activity games on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">VIEW ACTIVITIES</a>
</div>
<div class="col-sm-4">
<h3>Genres</h3>
<p>We have a huge range of different games on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">VIEW GENRES</a>
</div>
</div>
</div>
<br>
<div class="edit-button">
<p><a href="/items" class="button">Continue Shopping</a></p>
</div>
</body>
</html>
7 changes: 3 additions & 4 deletions app/views/static_pages/help.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,21 @@ If your suburb is not currently covered by us, please don’t hesitate to contac
<h3>Tech Support</h3>
<p>We have a huge range of consoles on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">CONTACT</a>
</div>
<div class="col-sm-4">
<h3>Customer Care</h3>
<p>We have a huge range of activity games on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">CONTACT</a>
</div>
<div class="col-sm-4">
<h3>Enquiries</h3>
<p>We have a huge range of different games on offer...</p>
<p>Feel free to browse through our website and see what fantastic deals we have on offer...</p>
<a href="#" class="buttonfull">CONTACT</a>
</div>
</div>
</div>
<br>
<div class="edit-button">
<p><a href="/items" class="button">Continue Shopping</a></p>
</div>
</body>
</html>
Binary file modified db/development.sqlite3
Binary file not shown.