Skip to content

Commit

Permalink
velha beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos001 committed Mar 23, 2019
1 parent 7cd5398 commit eccd03f
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/style_row.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.img-valign_cell {
vertical-align: middle;
margin-left: 0.2em;
width: 3em;
height: 3em;
}

.text_cell {
font-size: 25px;
margin-left: 1em;
margin-right: 2em;
}
Binary file added img/ic_velha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">

<!-- My Custom CSS -->
<link href="css/style_row.css" rel="stylesheet">

<!-- icons academics -->
<link href="academicons-1.8.6/css/academicons.css" rel="stylesheet">

Expand Down Expand Up @@ -68,6 +71,9 @@
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#app">Applications</a>
</li>
</ul>
</div>
</nav>
Expand Down Expand Up @@ -367,6 +373,41 @@ <h2 class="mb-5"> Publications &amp; Certifications</h2>
</div>
</section>

<!-- *********************** Applications ************************* -->

<hr class="m-0">

<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="app">
<div class="my-auto">
<h2 class="mb-5">Applications</h2>

<ul class="fa-ul mb-0">

<hr/>

<li>

<!-- row to insert image and text -->

<img class="img-valign_cell" src="img/ic_velha.png" alt="" />

<span class="text_cell"> Jogo da Velha - beta </span>

<a href="tools/velha_beta.apk">
<button type="button" class="btn btn-primary btn-sm">Baixar</button>
</a>

</li>

<hr/>

</ul>

</div>
</section>

<!-- *********************** end Applications ************************* -->

</div>

<!-- Bootstrap core JavaScript -->
Expand Down
Binary file added tools/velha_beta.apk
Binary file not shown.

0 comments on commit eccd03f

Please sign in to comment.