mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Merge pull request #110 from fulldecent/gh-pages
Fix branding (capitalization)
This commit is contained in:
commit
0a7e881c6a
@ -4,11 +4,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
<meta name="description" content="Encfs : EncFS: an Encrypted Filesystem for FUSE.">
|
<meta name="description" content="EncFS: an Encrypted Filesystem for FUSE.">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||||
|
|
||||||
<title>Encfs</title>
|
<title>EncFS</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<header class="inner">
|
<header class="inner">
|
||||||
<a id="forkme_banner" href="https://github.com/vgough/encfs">View on GitHub</a>
|
<a id="forkme_banner" href="https://github.com/vgough/encfs">View on GitHub</a>
|
||||||
|
|
||||||
<h1 id="project_title">Encfs</h1>
|
<h1 id="project_title">EncFS</h1>
|
||||||
<h2 id="project_tagline">EncFS: an Encrypted Filesystem for FUSE.</h2>
|
<h2 id="project_tagline">EncFS: an Encrypted Filesystem for FUSE.</h2>
|
||||||
|
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
@ -58,7 +58,7 @@ see also the original, and more complete, introduction page at
|
|||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<div id="footer_wrap" class="outer">
|
<div id="footer_wrap" class="outer">
|
||||||
<footer class="inner">
|
<footer class="inner">
|
||||||
<p class="copyright">Encfs maintained by <a href="https://github.com/vgough">vgough</a></p>
|
<p class="copyright">EncFS maintained by <a href="https://github.com/vgough">vgough</a></p>
|
||||||
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user