Skip to content

Commit

Permalink
added Twitter contact and some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
myano committed Jul 9, 2015
1 parent 8822304 commit eaabdbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 7 additions & 5 deletions about.html
Expand Up @@ -19,15 +19,17 @@
<body class="about-page">
<header class="about-header">
<a href="/" class="link-back">&#9001; Share a search</a>
<h1><b>This page is in beta, nothing here means anything yet</b></h1>
<h1><span class="italics">About</span> <b>Let Me DuckDuckGo That For You</b></h1>
<h1><span class="italics">About</span> <span class="bold">Let Me DuckDuckGo That For You</span></h1>
</header>

<main>
<section class="contact-section">
<h2>Contact</h2>
<article>
Please email <a href="mailto:webmaster@lmddgtfy.net">webmaster@lmddgtfy.net</a> to contact LMDDGTFY.
<!-- Please e-mail <a href="mailto:webmaster@lmddgtfy.net">webmaster@lmddgtfy.net</a> to contact LMDDGTFY, or you can reach us on Twitter at <a href="https://twitter.com/lmddgtfynet" target="_blank">@lmddgtfynet</a>. -->
<span class="italics">E-mail</span><br /><a href="mailto:webmaster@lmddgtfy.net">webmaster@lmddgtfy.net</a>
<br /><br />
<span class="italics">Twitter</span><br /><a href="https://twitter.com/lmddgtfynet" target="_blank">@lmddgtfynet</a>
</article>
</section>
<section class="privacy-section">
Expand All @@ -36,7 +38,7 @@ <h2>Privacy</h2>
Here at <span class="italics">Let Me DuckDuckGo That For You</span> we only collect the following information:
<br />
<ul>
<li>Whether IPv4 or IPv6 was used. (We do *NOT* store the IP address. Access via IPv4 is stored as "127.0.0.2" and access via IPv6 is stored as "::2" in the nginx access log.)</li>
<li>Whether IPv4 or IPv6 was used. (We do *<span class="bold italics">NOT</span>* store the IP address. Access via IPv4 is stored as "127.0.0.2" and access via IPv6 is stored as "::2" in the nginx access log.)</li>
<li>Time stamp of access.</li>
<li>The resource accessed from this site.</li>
<li>The status code of the request to this site.</li>
Expand All @@ -56,7 +58,7 @@ <h2>Creators</h2>
<section class="code-section">
<h2>Want to contribute?</h2>
<article>
Please, feel free to make Let Me DuckDuckGo That For You better! The code is available <a href="https://github.com/myano/lmddgtfy" target="_blank">on GitHub</a>.
Please, feel free to make <span class="italics">Let Me DuckDuckGo That For You</span> better! The code is available <a href="https://github.com/myano/lmddgtfy" target="_blank">on GitHub</a>.
</article>
</section>
</main>
Expand Down
4 changes: 4 additions & 0 deletions css/style.css
Expand Up @@ -55,6 +55,10 @@ a:hover, a:focus, a:active {
font-style: italic;
}

.bold {
font-weight: bold;
}



/*******************
Expand Down
2 changes: 1 addition & 1 deletion css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eaabdbc

Please sign in to comment.