Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
476 changes: 476 additions & 0 deletions bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bootstrap/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

6,566 changes: 6,566 additions & 0 deletions bootstrap/css/bootstrap.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap/css/bootstrap.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added bootstrap/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions bootstrap/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bootstrap/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added bootstrap/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file not shown.
2,306 changes: 2,306 additions & 0 deletions bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions bootstrap/js/npm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')
48 changes: 48 additions & 0 deletions exe1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Internship Exercise 1 by Lucas Porto</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>Hi AIESEC =)</h1>

<p>My name is <b>Lucas Porto</b>.
<br>
I Like to play soccer, study, ride a motorcycle and to pilot my quadcopter.
<br>
<a href="https://twitter.com/goodylabs">@goodylabs</a>
</p>
</div>
</div>

<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Master</h2>
<p>I finished my Master in Computer Science. Research in Signal Processing and Compiler. Development of a compiler of high level synthesis. Getting hardware code (VHDL) for FPGA from programs described in C language. Scientific paper published in the parallel processing conference.
</p>
</div>
<div class="col-md-4">
<h2>Scientific Paper</h2>
<p>Scientific paper published in the parallel processing conference.</p>
</div>
<div class="col-md-4">
<h2>New Job</h2>
<p>Since October 2014 I'm a software analyst at Aker Security Solutions. I work with development and maintenance of web security system in PHP (and Json, JScript, GIT, Bootstrap) and shell scripts for Unix. Development and maintenance of real time systems which allows analysis of firewalls logs and hacker attacks. All systems involves development of queries in MySQL and Mongodb.</p>

</div>
</div>

<hr>

<footer>
<p>&copy; Lucas Porto 2015</p>
</footer>
</div>
</body>
</html>