Skip to content

Commit

Permalink
Merge pull request #4 from Paiusco/TRADUTOR-right-size-for-phones
Browse files Browse the repository at this point in the history
Improvemets to phone and README
  • Loading branch information
Paiusco authored Jul 19, 2020
2 parents 907af15 + 1bcca89 commit 901e89e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# PiRaSotaque
# PiRaSotaque

Projeto feito para ajudar na tradução do sotaque piracicabano na escrita.

Por enquanto online [aqui](https://pirasotaque.herokuapp.com/).

Sigam o [PeixePichado](https://www.instagram.com/peixepichado/)
11 changes: 3 additions & 8 deletions tradutor.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="display: table; margin: auto;">
<head>
<title>Bootstrap Example</title>
<title>TradutoR paRa PìRacicabano</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
Expand All @@ -18,7 +18,6 @@

.img-background {
background-image: url(https://m.camarapiracicaba.sp.gov.br/artigos/imagens/t620/42485.jpg);
background-color: #cccccc;
height: 400px;
background-position: center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -48,7 +47,6 @@
text-align: center;
position: relative;
color: seashell;
width: 800px;
word-wrap: break-word;
white-space: normal;
display: block;
Expand All @@ -63,16 +61,13 @@
<div class="jumbotron img-background">
<div class="container">
<h1 class="display-4 img-text-header">TradutoR paRa PiRacicabano</h1>
<br>
<p class="img-text-comment">Aqui a gente puxa o R mais do que vocês imaginam. Então poR que não deixar isso claRo nos textos também?</p>
<br>
<br>
</div>
</div>


<h4>Texto original: </h4>
<textarea id="text" rows=8 cols=100>
<textarea class="form-control" id="text" rows=8>
</textarea>

<br>
Expand All @@ -87,7 +82,7 @@ <h4>Texto original: </h4>
<br><br>

<h4>Texto PiRacicabano: </h4>
<textarea id="result" rows=8 cols=100 readonly>
<textarea class="form-control" id="result" rows=8 readonly>
</textarea>

<br><br>
Expand Down

0 comments on commit 901e89e

Please sign in to comment.