Skip to content

Commit

Permalink
Update pages from naycot/omegat-cask.emacs.kr
Browse files Browse the repository at this point in the history
  • Loading branch information
nacyot committed Apr 27, 2014
1 parent 6b0215e commit 33b4be5
Show file tree
Hide file tree
Showing 33 changed files with 1,972 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
cask.emacs.kr
14 changes: 14 additions & 0 deletions LICENSE
@@ -0,0 +1,14 @@
Emacs.sexy
Copyright (C) 2014 Fernando Briano

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
# Emacs.sexy

Simple website to share the love for Emacs:
emacs.sexy
Binary file not shown.
251 changes: 251 additions & 0 deletions css/fonts/Open Sans/fonts/OpenSans-Bold-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
251 changes: 251 additions & 0 deletions css/fonts/Open Sans/fonts/OpenSans-BoldItalic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
251 changes: 251 additions & 0 deletions css/fonts/Open Sans/fonts/OpenSans-Italic-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
252 changes: 252 additions & 0 deletions css/fonts/Open Sans/fonts/OpenSans-Regular-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
58 changes: 58 additions & 0 deletions css/fonts/Open Sans/stylesheet.css
@@ -0,0 +1,58 @@
/***** Font Definition for Open Sans. This stylesheet comes from qrohlf.com/posts/better-opensans *****/

/* Regular */
@font-face {
font-family: 'Open Sans';

src: url('fonts/OpenSans-Regular-webfont.eot');
src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
font-weight: normal;
font-weight: 400;
font-style: normal;

}

/* Italic */
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-Italic-webfont.eot');
src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
font-weight: normal;
font-weight: 400;
font-style: italic;

}

/* Bold */
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-Bold-webfont.eot');
src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
font-weight: bold;
font-weight: 700;
font-style: normal;

}

/* Bold Italic */
@font-face {
font-family: 'Open Sans';
src: url('fonts/OpenSans-BoldItalic-webfont.eot');
src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
font-weight: bold;
font-weight: 700;
font-style: italic;

}
100 changes: 100 additions & 0 deletions css/style.css
@@ -0,0 +1,100 @@
@import url('fonts/Open Sans/stylesheet.css');

body{
margin: 0;
padding: 0;
font-family: "Open Sans";
}

a{color: #5955a9; text-decoration: none; font-weight: bold}
blockquote{font-style: italic}
code{background-color: #eee; color: #000; padding: 0.4em;}

section{
width: 100%;
}

.right{
float: right;
margin-left: 20px;
}

.left{
float: left;
margin-right: 20px;
}

.howto{
display: block;
margin: 2em auto;
clear: both;
max-width: 600px;
width: 80%;
}

#header{
overflow: hidden;
}

#main-nav{
float: right;
margin: 2em;
}

#main-nav ul li{
display: inline;
list-style: none;
margin-right: 1.5em;
}

#main-nav ul li a{
}

#main-nav ul li a:hover{
background: #5955a9;
color: #fff;
}

section div{
padding: 2em;
overflow: hidden;
width: 70%;
margin: auto;
}
.violet{
background-color: #5955a9;
color: #fff;
}

.violet a, .violet a:visited{
color: #ccc;
}

.white{
color: #000;
background-color: #fff;
}

.white a{
color: #5955a9;
}

.black{
background-color: #000;
color: #fff;
}

.gray{
background-color: #ddd;
color: #000;
}

.black a, .gray a{
color: #5955a9;
}

.code{
font-family: Courier;
font-size: 5em;
text-align: center;
}
Binary file added img/BabyGnuTux-Big.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions img/Emacs-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/How-to-Learn-Emacs-v2-Large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/How-to-Learn-Emacs-v2-thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/emacs-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/emacs-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/emacs-title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/emacs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33b4be5

Please sign in to comment.