Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new features #291

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
Binary file added background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cssgram-newlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 68 additions & 1 deletion site/css/demo-site.min.css

Large diffs are not rendered by default.

Binary file added site/img/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/img/cssgram-newlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/img/travel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 20 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>CSSGram</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">

<link rel="stylesheet" href="css/demo-site.min.css">

<script>
Expand All @@ -18,13 +18,23 @@
ga('send', 'pageview');

</script>
<div class="container">
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#usage">Usage</a></li>
</ul>
</nav>
</div>
</head>
<body class="home">
<div id = "home">
<section class="title-section">
<img class="title--logo" src="img/cssgram-logo.svg" alt="CSSgram">
<img class="title--logo" src="img/cssgram-newlogo.png" alt="CSSgram">
<h2 class="title--top-sub">A tiny (&lt;1kb gzipped!) library for recreating <a href="http://instagram.com">Instagram</a> filters with CSS filters and blend modes.</h2>
</section>

<section class="demo__section">
<div class="demo__input-area">
<fieldset class="demo__option-field">
Expand All @@ -34,6 +44,7 @@ <h2 class="title--top-sub">A tiny (&lt;1kb gzipped!) library for recreating <a h
<img class="demo__option-img" src="img/cacti.jpg" alt="cacti image">
<img class="demo__option-img" src="img/lakegeneva.jpg" alt="lakegeneva image">
<img class="demo__option-img" src="img/tahoe.jpg" alt="tahoe image">
<img class="demo__option-img" src="img/travel.jpg" alt="travel image">
<button class="take-photo">Take a photo!</button>
<br>
<label class="demo__input-label">
Expand Down Expand Up @@ -215,7 +226,8 @@ <h2 class="title--top-sub">A tiny (&lt;1kb gzipped!) library for recreating <a h
</li>
</ul>
</section>

</div>
<div id = "about">
<section class="explanation-section">
<h2>What is This?</h2>

Expand All @@ -240,7 +252,8 @@ <h3>Browser Support</h3>
<p>For more information, check on <a href="http://caniuse.com/">Can I Use</a>.</p>
<hr>
</section>

</div>
<div id = "usage">
<section class="how-to-section">
<h2>Usage</h2>

Expand Down Expand Up @@ -432,6 +445,7 @@ <h3>Available Mixins</h3>
<hr>

</section>
</div>
<footer class="attribution">Made with love by <a href="http://twitter.com/una">Una</a> | <a href="http://github.com/una/CSSgram">View Source</a></footer>

<script>
Expand Down Expand Up @@ -519,4 +533,4 @@ <h3>Available Mixins</h3>
});
</script>
</body>
</html>
</html>
Binary file added travel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.