Skip to content

Commit

Permalink
Adjust for under /TabFern instead of /
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Nov 3, 2019
1 parent 34b7f4a commit 59290e8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
6 changes: 5 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
body{
html {
font-family: 'Josefin Sans', sans-serif;
}

body {
font-family: 'Josefin Sans', sans-serif;
}

Expand Down
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html style="font-family: 'Josefin Sans', sans-serif;">
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>TabFern</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="assets/css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Mina:700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
Expand All @@ -17,8 +17,8 @@
<!--Navbar -->
<nav class="navbar navbar-light navbar-expand-md navbar-expand-xl sticky-top" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/assets/img/fern128.png" id="navbar-brand-img">
<a class="navbar-brand" href="/TabFern">
<img src="assets/img/fern128.png" id="navbar-brand-img">
</a>
<button data-toggle="collapse" class="navbar-toggler" data-target="#navbar-item-container" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span>
Expand Down Expand Up @@ -68,7 +68,7 @@ <h1>What TabFern does</h1>
</div>
</div>
<div class="col-md-6" id="what-we-do-img-container">
<img id="what-we-do-img" src="/assets/img/screenshot.png">
<img id="what-we-do-img" src="assets/img/screenshot.png">
</div>
</div>
</div>
Expand All @@ -83,7 +83,7 @@ <h1>What TabFern does</h1>
<div class="col">
<div style="display: flex;height: auto;">
<a href="https://chrome.google.com/webstore/detail/tabfern-tab-manager-and-b/hbajjpcdbninabigakflkhiogmmjaakm" style="margin: auto;">
<img style="margin: auto;width: 300px;" src="/assets/img/ChromeWebStore_Badge_v2_206x58.png">
<img style="margin: auto;width: 300px;" src="assets/img/ChromeWebStore_Badge_v2_206x58.png">
</a>
</div>
</div>
Expand All @@ -97,7 +97,7 @@ <h1>Usage</h1>
<ul id="usage-list">
<li>
<div>
Click the fern icon&nbsp;&nbsp;<img src="/assets/img/fern16icon.png">&nbsp;&nbsp;in the Chrome toolbar to open the TabFern view. The view will also open when you start Chrome. (If you can’t find the TabFern window,
Click the fern icon&nbsp;&nbsp;<img src="assets/img/fern16icon.png">&nbsp;&nbsp;in the Chrome toolbar to open the TabFern view. The view will also open when you start Chrome. (If you can’t find the TabFern window,
double-click the fern icon in the taskbar in any Chrome window. That will summon the TabFern window to that Chrome window.)
</div>
</li>
Expand All @@ -108,20 +108,20 @@ <h1>Usage</h1>
<br/>
<li>To mark a window to be saved, you have two choices:-
<ul>
<li>Give the window a name using the pencil icon&nbsp;<img src="/assets/img/pencil.png"></li>
<li>Hit the middle icon showing a rectangle with a red dot <img src="/assets/img/picture_delete.png">. The window will close.</li>
<li>Give the window a name using the pencil icon&nbsp;<img src="assets/img/pencil.png"></li>
<li>Hit the middle icon showing a rectangle with a red dot <img src="assets/img/picture_delete.png">. The window will close.</li>
</ul>
</li>
<br/>
<li>Folder icons are:-
<ul>
<li>Open, unsaved: a monitor&nbsp;&nbsp;<img src="/assets/img/monitor.png"><br></li>
<li>Open, saved: a monitor with a green dot&nbsp;&nbsp;<img src="/assets/img/monitor_add.png"></li>
<li>Open, unsaved: a monitor&nbsp;&nbsp;<img src="assets/img/monitor.png"><br></li>
<li>Open, saved: a monitor with a green dot&nbsp;&nbsp;<img src="assets/img/monitor_add.png"></li>
<li>Closed, saved (closed unsaved aren’t in the tree): a white file folder.</li>
</ul>
</li>
<br/>
<li>Saved windows will be saved even if you close them manually. To remove them from the tree, hit the delete icon&nbsp;&nbsp;<img src="/assets/img/cross.png">&nbsp;&nbsp;(If you accidentally delete a window, look on the
<li>Saved windows will be saved even if you close them manually. To remove them from the tree, hit the delete icon&nbsp;&nbsp;<img src="assets/img/cross.png">&nbsp;&nbsp;(If you accidentally delete a window, look on the
main menu (bottom-right of the TabFern window — see next section). There will be a “Restore last deleted” option that will bring the tabs back.)</li>
<br/>
<li>To change the text size in the TabFern window, click into the window, then hit Control+Plus for larger or Control+Minus for smaller. This is the normal Google Chrome browser zoom.</li>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h1>Backup &amp; Restore</h1>
</ul>
</div>
<div class="col-md-6" id="backup-image-container">
<img id="backup-image" src="/assets/img/hamburger-screenshot.png">
<img id="backup-image" src="assets/img/hamburger-screenshot.png">
</div>
</div>
</div>
Expand Down

0 comments on commit 59290e8

Please sign in to comment.