-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (171 loc) · 5.53 KB
/
index.html
File metadata and controls
187 lines (171 loc) · 5.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Leandro Ribeiro</title>
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="semantic/dist/semantic.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lato|Rubik" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body{ background: rgb(50, 50, 50);}
</style>
</head>
<body>
<a id="top"> </a>
<div class="ui fixed inverted menu">
<a class="blue item" href="#top">
Leandro Ribeiro
</a>
<a class="yellow item" href="#projects">
Projects
</a>
<div class="right menu">
<a class="ui right floating icon item" href="https://github.com/leandro19">
<i class="big inverted github square icon"></i>
</a>
<a class="ui right floating icon item" href="https://www.linkedin.com/in/leandro-ribeiro/">
<i class="big inverted linkedin square icon"></i>
</a>
</div>
</div>
<div style="margin-top: 50px;"></div>
<div class="ui vertical masthead center very padded aligned segment">
<div class="ui container">
<img class="ui centered medium circular image" src="yoursTruly.jpg"></img>
<div class="ui divider"></div>
<h1 class="ui centered inverted header">I am currently pursuing a B.S. in Computer Science and a B.A. in Mathematics at Binghamton University.<br> See my <a href="leandro-ribeiro.pdf" style="font-weight:bold;color:white;text-decoration:underline;">resumé</a> here.</h1>
</div>
</div>
<div class="ui vertical very padded segment" id="projects">
<div class="ui divider"></div>
<h1 class="ui huge centered inverted header">Projects</h1>
<div style="margin-top: 50px;"></div>
<div class="ui container">
<div class="ui centered two column grid">
<div class="column">
<a class="ui centered dark special card" href="https://github.com/leandro19/Kings-Cup">
<div class="blurring dimmable image">
<div class="ui dimmer">
<div class="content">
<div class="center">
Kings Cup party game using Python. Tkinter and Random modules used for cards and GUI.
</div>
</div>
</div>
<img src="kings.png">
</div>
<div class="content">
<div class="ui blue inverted header">Python Game</div>
<div class="meta">
<p>November, 2015</p>
</div>
</div>
</a>
</div>
<div class="column">
<a class="ui centered dark special card" href="http://www.github.com/leandro19/smolcritter.com">
<div class="blurring dimmable image">
<div class="ui dimmer">
<div class="content">
<div class="center">
First web development project. Users have a pet critter and must maintain its health, energy, and happiness.
</div>
</div>
</div>
<img src="smolCritter.png">
</div>
<div class="content">
<div class="ui blue inverted header">Smolcritter.com</div>
<div class="meta">
<p>September, 2016</p>
</div>
</div>
</a>
</div>
<div class="row"></div>
<div class="column">
<a class="ui centered dark special card" href="https://github.com/leandro19/pippin">
<div class="blurring dimmable image">
<div class="ui dimmer">
<div class="content">
<div class="center">
Assembly simulator that interprets its own files and displays what the content looks like in memory.
</div>
</div>
</div>
<img src="GUI3.jpg">
</div>
<div class="content">
<div class="ui blue inverted header">Pippin Assembler</div>
<div class="meta">
<p>December, 2016</p>
</div>
</div>
</a>
</div>
<div class="column">
<a class="ui centered dark special card" href="https://github.com/leandro19/Flamenguista">
<div class="blurring dimmable image">
<div class="ui dimmer">
<div class="content">
<div class="center">
Python scripts that scrape for the scores, standings, and schedule for the Brazilian soccer team Flamengo.
</div>
</div>
</div>
<img src="tabelaScreen.png">
</div>
<div class="content">
<div class="ui blue inverted header">Flamenguista</div>
<div class="meta">
<p>March, 2017</p>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
<script>
$('.special.card .image').dimmer({
on: 'hover'
});
$(function() {
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
menu = {};
// ready event
menu.ready = function() {
// selector cache
var
$menuItem = $('.menu a.item, .menu .link.item'),
// alias
handler = {
activate: function() {
$(this)
.addClass('active')
.closest('.ui.menu')
.find('.item')
.not($(this))
.removeClass('active');
}
}
;
$menuItem
.on('click', handler.activate)
}
// attach ready event
$(document).ready(menu.ready);
</script>