Skip to content

Instantly share code, notes, and snippets.

View nelantone's full-sized avatar

Tonio Serna nelantone

View GitHub Profile
a = 5
a_arry = [1,2,3,4,5]
b = 5.0
b_arry = [1.0, 2.0, 3.0, 4.0, 5.0]
c = 'Stephan'
c_arry = %w(Stephan Beatrix Antonio Eugen)
##
def statistic(*extra)
@nelantone
nelantone / paper_scissor_rock.rb
Created February 5, 2015 16:09
Paper_scissor_rock_test
class Paperscissorsrock
def start_game
puts
puts 'Welcome to the paper, scissors, rock game!'
puts
puts 'please choose your option paper, scrissors, rock'
puts
puts "(press ctr-c to quit)"
puts
sampler
@nelantone
nelantone / about.html
Last active June 28, 2016 15:32
Task 3. Please take a look :)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<title>Portfolio and About me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
@nelantone
nelantone / about.html
Created June 30, 2016 13:24
Task 1.4
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./online_good_index_files/bootstrap.min.css">
<link rel="stylesheet" href="css/about_styles.css">
<title>Portfolio and about me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
@nelantone
nelantone / about_styles.css
Last active July 4, 2016 23:25
Task 1.4, about_styles
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
min-height:500px;
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
min-height:500px;
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;
@nelantone
nelantone / style.css
Created July 5, 2016 18:48
Style CSS, Task 1.8
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
min-height:500px;
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;
@nelantone
nelantone / style.css
Last active July 6, 2016 16:37
Task 1.9
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
min-height:500px;
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;
@nelantone
nelantone / style.css
Created July 7, 2016 22:57
Task 1.10
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
min-height:500px;
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;
@nelantone
nelantone / style.css
Created July 8, 2016 12:24
Task 1.11
* { box-sizing: border-box; }
.bottom_bg {
height:100%;
width:100%;
/* min-height:500px;*/
margin:0 0 10px;
background-image: url("https://assets.about.me/background/users/a/n/t/antonioserna_1411265393_7.jpg");
background-position: 50% 70%;
background-color: black;