Last active
December 6, 2017 05:06
-
-
Save doublemarket/3331a10139aa26ca3ac624b5bc35deb0 to your computer and use it in GitHub Desktop.
Welcome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js ie6" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js ie7" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js ie8" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Welcome to GitHub Japan</title> | |
<meta name="description" content="Welcome to GitHub Japan"> | |
<meta name="author" content="doublemarket"> | |
<meta name="viewport" content="width=1024, user-scalable=no"> | |
<!-- Core and extension CSS files --> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/core/deck.core.css"> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/goto/deck.goto.css"> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/menu/deck.menu.css"> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/navigation/deck.navigation.css"> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/status/deck.status.css"> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/scale/deck.scale.css"> | |
<!-- Style theme. More available in /themes/style/ or create your own. --> | |
<link rel="stylesheet" media="screen" href="./swiss-custom.css"> | |
<!-- Transition theme. More available in /themes/transition/ or create your own. --> | |
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/themes/transition/horizontal-slide.css"> | |
<!-- Basic black and white print styles --> | |
<link rel="stylesheet" media="print" href="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/core/print.css"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/modernizr.custom.js"></script> | |
</head> | |
<body> | |
<div class="deck-container"> | |
<!-- Begin slides --> | |
<section class="slide" id="title-slide"> | |
<h1>Welcome to GitHub Japan</h1> | |
<center> | |
<table border=0> | |
<tr> | |
<td><img align="left" width="70%" height="70%" src="https://octodex.github.com/images/kimonotocat.png"></td> | |
<td> | |
<h2>Wifi</h2> | |
<ul> | |
<li><h3>SSID : GitHub Guest</h3></li> | |
<li><h3>Password : octocat11</h3></li> | |
</ul> | |
</td> | |
</tr> | |
</table> | |
</center> | |
</section> | |
</div> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/jquery.min.js"></script> | |
<!-- Deck Core and extensions --> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/core/deck.core.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/menu/deck.menu.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/goto/deck.goto.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/status/deck.status.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/navigation/deck.navigation.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/deck.js/1.1.0/extensions/scale/deck.scale.js"></script> | |
<!-- Initialize the deck --> | |
<script> | |
$(function() { | |
$.deck('.slide'); | |
}); | |
</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Resets and base styles from HTML5 Boilerplate */ | |
div, span, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, | |
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, canvas, details, figcaption, figure, | |
footer, header, hgroup, menu, nav, section, summary, | |
time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
article, aside, details, figcaption, figure, | |
footer, header, hgroup, menu, nav, section { | |
display: block; | |
} | |
blockquote, q { | |
quotes: none; | |
} | |
blockquote:before, blockquote:after, q:before, q:after { | |
content: ""; | |
content: none; | |
} | |
ins { | |
background-color: #ff9; | |
color: #000; | |
text-decoration: none; | |
} | |
mark { | |
background-color: #ff9; | |
color: #000; | |
font-style: italic; | |
font-weight: bold; | |
} | |
del { | |
text-decoration: line-through; | |
} | |
abbr[title], dfn[title] { | |
border-bottom: 1px dotted; | |
cursor: help; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
hr { | |
display: block; | |
height: 1px; | |
border: 0; | |
border-top: 1px solid #ccc; | |
margin: 1em 0; | |
padding: 0; | |
} | |
input, select { | |
vertical-align: middle; | |
} | |
select, input, textarea, button { | |
font: 99% sans-serif; | |
} | |
pre, code, kbd, samp { | |
font-family: monospace, sans-serif; | |
} | |
a { | |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
} | |
a:hover, a:active { | |
outline: none; | |
} | |
ul, ol { | |
margin-left: 2em; | |
vertical-align: top; | |
} | |
ol { | |
list-style-type: decimal; | |
} | |
nav ul, nav li { | |
margin: 0; | |
list-style: none; | |
list-style-image: none; | |
} | |
small { | |
font-size: 85%; | |
} | |
strong, th { | |
font-weight: bold; | |
} | |
td { | |
vertical-align: top; | |
} | |
sub, sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
} | |
sup { | |
top: -0.5em; | |
} | |
sub { | |
bottom: -0.25em; | |
} | |
textarea { | |
overflow: auto; | |
} | |
input[type="radio"] { | |
vertical-align: text-bottom; | |
} | |
input[type="checkbox"] { | |
vertical-align: bottom; | |
} | |
label, | |
input[type="button"], | |
input[type="submit"], | |
input[type="image"], | |
button { | |
cursor: pointer; | |
} | |
button, input, select, textarea { | |
margin: 0; | |
} | |
input:invalid, textarea:invalid { | |
border-radius: 1px; | |
-moz-box-shadow: 0px 0px 5px red; | |
-webkit-box-shadow: 0px 0px 5px red; | |
box-shadow: 0px 0px 5px red; | |
} | |
input:invalid .no-boxshadow, textarea:invalid .no-boxshadow { | |
background-color: #f0dddd; | |
} | |
button { | |
width: auto; | |
overflow: visible; | |
} | |
select, input, textarea { | |
color: #444444; | |
} | |
a { | |
color: #607890; | |
} | |
a:hover, a:focus { | |
color: #036; | |
} | |
a:link { | |
-webkit-tap-highlight-color: #fff; | |
} | |
/* End HTML5 Boilerplate adaptations */ | |
h1 { | |
font-size: 4.5em; | |
} | |
h1, .vcenter { | |
font-weight: bold; | |
text-align: center; | |
padding-top: 1em; | |
max-height: 100%; | |
} | |
.csstransforms h1, .csstransforms .vcenter { | |
padding: 0 48px; | |
position: absolute; | |
left: 0; | |
right: 0; | |
top: 50%; | |
-webkit-transform: translate(0, -50%); | |
-moz-transform: translate(0, -50%); | |
-ms-transform: translate(0, -50%); | |
-o-transform: translate(0, -50%); | |
transform: translate(0, -50%); | |
} | |
.vcenter h1 { | |
position: relative; | |
top: auto; | |
padding: 0; | |
-webkit-transform: none; | |
-moz-transform: none; | |
-ms-transform: none; | |
-o-transform: none; | |
transform: none; | |
} | |
h2 { | |
font-size: 2.25em; | |
font-weight: bold; | |
padding-top: .5em; | |
margin: 0 0 .66666em 0; | |
border-bottom: 3px solid #888; | |
} | |
h3 { | |
font-size: 1.4375em; | |
font-weight: bold; | |
margin-bottom: .30435em; | |
} | |
h4 { | |
font-size: 1.25em; | |
font-weight: bold; | |
margin-bottom: .25em; | |
} | |
h5 { | |
font-size: 1.125em; | |
font-weight: bold; | |
margin-bottom: .2222em; | |
} | |
h6 { | |
font-size: 1em; | |
font-weight: bold; | |
} | |
img, iframe, video { | |
display: block; | |
max-width: 100%; | |
} | |
video, iframe, img { | |
display: block; | |
margin: 0 auto; | |
} | |
p, blockquote, iframe, img, ul, ol, pre, video { | |
margin-bottom: 1em; | |
} | |
pre { | |
white-space: pre; | |
white-space: pre-wrap; | |
word-wrap: break-word; | |
padding: 1em; | |
border: 1px solid #888; | |
} | |
em { | |
font-style: italic; | |
} | |
li { | |
padding: .25em 0; | |
vertical-align: middle; | |
} | |
li > ol, li > ul { | |
margin-bottom: inherit; | |
} | |
.deck-container { | |
font-size: 16px; | |
line-height: 1.25; | |
color: #444; | |
} | |
.slide { | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
width: 100%; | |
} | |
h1 { | |
color: #000; | |
} | |
h2 { | |
color: #c00; | |
border-bottom-color: #ccc; | |
} | |
h3 { | |
color: #888; | |
} | |
pre { | |
border-color: #ccc; | |
} | |
code { | |
color: #888; | |
} | |
blockquote { | |
font-size: 2em; | |
font-style: italic; | |
padding: 1em 2em; | |
color: #000; | |
border-left: 5px solid #ccc; | |
} | |
blockquote p { | |
margin: 0; | |
} | |
blockquote cite { | |
font-size: .5em; | |
font-style: normal; | |
font-weight: bold; | |
color: #888; | |
} | |
::-moz-selection { | |
background: #c00; | |
color: #fff; | |
} | |
::selection { | |
background: #c00; | |
color: #fff; | |
} | |
a, a:hover, a:focus, a:active, a:visited { | |
color: #c00; | |
text-decoration: none; | |
} | |
a:hover, a:focus { | |
text-decoration: underline; | |
} | |
.deck-container { | |
font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, sans-serif; | |
font-size: 1.75em; | |
background: #fff; | |
} | |
.deck-container > .slide { | |
padding: 0 48px; | |
} | |
.slide .deck-before, .slide .deck-previous { | |
opacity: 0.4; | |
} | |
.slide .deck-before:not(.deck-child-current) .deck-before, .slide .deck-before:not(.deck-child-current) .deck-previous, .slide .deck-previous:not(.deck-child-current) .deck-before, .slide .deck-previous:not(.deck-child-current) .deck-previous { | |
opacity: 1; | |
} | |
.slide .deck-child-current { | |
opacity: 1; | |
} | |
.deck-prev-link, .deck-next-link { | |
background: #ccc; | |
font-family: serif; | |
} | |
.deck-prev-link, .deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited { | |
color: #fff; | |
} | |
.deck-prev-link:hover, .deck-prev-link:focus, .deck-next-link:hover, .deck-next-link:focus { | |
background: #c00; | |
text-decoration: none; | |
} | |
.deck-status { | |
font-size: 0.6666em; | |
} | |
.deck-menu .slide { | |
background: #eee; | |
} | |
.deck-menu .deck-current, .no-touch .deck-menu .slide:hover { | |
background: #ddf; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment