Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Commit

Permalink
Releasing version 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: FVCproductions <hello@fvcproductions.com>
  • Loading branch information
FVCproductions committed May 8, 2017
1 parent 91ecf19 commit deb586a
Show file tree
Hide file tree
Showing 92 changed files with 7,245 additions and 576 deletions.
587 changes: 546 additions & 41 deletions config.codekit3

Large diffs are not rendered by default.

68 changes: 13 additions & 55 deletions src/css/min/style.min.css
Original file line number Diff line number Diff line change
@@ -1,67 +1,25 @@
/* Space out content a bit */
html {
width: 300px; }

body {
padding-top: 1.5rem;
padding-bottom: 1.5rem; }
padding-top: 1rem;
padding-bottom: .5em;
text-align: center; }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-right: 1rem;
padding-left: 1rem; }

/* Custom page header */
.header {
padding-bottom: 1rem;
border-bottom: .05rem solid #e5e5e5; }

/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 3rem; }

/* Custom page footer */
.footer {
padding-top: 1.5rem;
color: #777;
border-top: .05rem solid #e5e5e5; }

/* Customize container */
@media (min-width: 48em) {
.container {
max-width: 46rem; } }

.container-narrow > hr {
margin: 2rem 0; }

/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: .05rem solid #e5e5e5; }

.jumbotron .btn {
padding: .75rem 1.5rem;
font-size: 1.5rem; }

/* Supporting marketing content */
.marketing {
margin: 3rem 0; }
padding-top: .5em;
color: #777; }

.marketing p + h4 {
margin-top: 1.5rem; }
/* Text Area */
textarea {
margin-bottom: .5em; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-right: 0;
padding-left: 0; }
/* Space out the masthead */
.header {
margin-bottom: 2rem; }
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0; } }
button {
margin-bottom: .5em; }
81 changes: 20 additions & 61 deletions src/css/style.css
Original file line number Diff line number Diff line change
@@ -1,79 +1,38 @@
/* Space out content a bit */

html {
width: 300px;
}

body {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-top: 1rem;
padding-bottom: .5em;
text-align: center;
}


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,

.footer {
padding-right: 1rem;
padding-left: 1rem;
padding-right: 1rem;
padding-left: 1rem;
}

/* Custom page header */
.header {
padding-bottom: 1rem;
border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 3rem;
}

/* Custom page footer */

.footer {
padding-top: 1.5rem;
color: #777;
border-top: .05rem solid #e5e5e5;
padding-top: .5em;
color: #777;
}

/* Customize container */
@media (min-width: 48em) {
.container {
max-width: 46rem;
}
}
.container-narrow > hr {
margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
padding: .75rem 1.5rem;
font-size: 1.5rem;
}
/* Text Area */

/* Supporting marketing content */
.marketing {
margin: 3rem 0;
}
.marketing p + h4 {
margin-top: 1.5rem;
textarea {
margin-bottom: .5em;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 2rem;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
}
button {
margin-bottom: .5em;
}
4 changes: 4 additions & 0 deletions src/css/vendor/font-awesome/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified src/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 0 additions & 34 deletions src/js/encrypter.js

This file was deleted.

40 changes: 0 additions & 40 deletions src/js/generateKeys.js

This file was deleted.

1 change: 0 additions & 1 deletion src/js/min/encrypter.min.js

This file was deleted.

1 change: 0 additions & 1 deletion src/js/min/generateKeys.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/js/min/popup.min.js

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

1 change: 0 additions & 1 deletion src/js/min/processorTool.min.js

This file was deleted.

1 change: 0 additions & 1 deletion src/js/min/selection.min.js

This file was deleted.

1 change: 1 addition & 0 deletions src/js/min/sukromia.min.js

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

1 change: 0 additions & 1 deletion src/js/min/ui.min.js

This file was deleted.

Loading

0 comments on commit deb586a

Please sign in to comment.