Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Jullian committed Jan 12, 2019
1 parent 4bf2c0c commit d73a7a8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 12 deletions.
9 changes: 5 additions & 4 deletions app/assets/css/changelog.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ span.taille {
.title {
font-family:'Source Sans Pro', sans-serif;
font-weight: 300;
font-size: 11.5pt;
font-size: 11.5pt;
text-align: left;
}

.ads {
Expand Down Expand Up @@ -279,8 +280,8 @@ span.taille {
font-size: 70%;
}
.changelog {
text-align: center;
position: relative;
position: relative;
margin-left: 20px;
}
.changelog > * {
display: inline-block;
Expand All @@ -299,7 +300,7 @@ span.taille {
font-weight: normal;
}
.changelog h3 {
margin: 1em 0 0;
margin: 1em -20px 0;
font-size: 1.2em;
color: #C3C3C3;
font-weight: normal;
Expand Down
1 change: 1 addition & 0 deletions app/modules/modales.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const modales = {
<br>
<ul>
<h5 id="changelogT">Add search engine selector</h5>
<h5 id="changelogT">Add contextmenu</h5>
<h5 id="changelogT">Add search bar in landing page</h5>
<h5 id="changelogT">Add multiple quick search</h5>
<h5 id="changelogT">Add history page</h5>
Expand Down
33 changes: 25 additions & 8 deletions app/views/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,38 @@
<section class="changelog">
<img class="arrow-r" src="../assets/img/changelog/arrow-r.svg" alt="^" id="goup" onclick="moveUp('.main')">
<div id="main">
<h1 id="welcometitle">WELCOME ON SHUTTLE</h1>
<p id="usethebar">Use the bar to switch into your favorites websites</p>
<h1>Changelog</h1>
<h3>New version 3.0</h3>

<h4 class="title">WELCOME ON SHUTTLE</h4>
<h4 style="font-size: 11.5pt; color: #919192;">use the bar to switch into your<br> favorite websites</h4>
<script async type="text/javascript" src="http://cdn.carbonads.com/carbon.js?serve=CK7DTKJI&placement=getshuttlexyz" id="_carbonads_js"></script>
<br>
<div class="changelog">
<h3 class="title">changelog</h3>
<br>
</div>
<h4 class="changelog-v">SHUTTLE VERSION 3.0.8 RELEASE</h4>
<ul>
<li>Choose your search engine</li>
<li>Custom context menu</li>
<li>Reorder your icons</li>
<li>Sync your bookmarks</li>
<li>Add search engine selector</li>
<li>Add contextmenu</h5>
<li>Add search bar in landing page</li>
<li>Add multiple quick search</li>
<li>Add history page</li>
<li>Add dangerous websites blocker</li>
<li>Fix bookmarks reordering</li>
<li>Fix bookmark status</li>
<li>Fix "Report Bug" in settings</li>
</ul>

</div><span class="taille"></span>
</section>
</div>
</body>






<script>
const searchBar = document.querySelector('input[name=search]')
let op;
Expand Down

0 comments on commit d73a7a8

Please sign in to comment.