Skip to content

Commit

Permalink
formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vtlim committed Dec 21, 2020
1 parent 60553d3 commit e1f8203
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ README last updated: 20 Dec 2020

![screenshot](https://github.com/vtlim/textsmoosh/blob/master/screenshot.png)


## Development setup
```
conda create -n app_txt python=3.6
conda activate app_txt
conda install -c anaconda flask gunicorn
```

## Contributors
Victoria Lim

Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-size: 14px;
padding-left: 15px;
padding-top: 0.015px;
padding-bottom: 0.012px;
padding-bottom: 0.015px;
margin-top: 0px;
}

Expand Down
6 changes: 3 additions & 3 deletions templates/mainpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div class="header">
<h1>Process and combine multi-line text into a single line</h1>
<h1 style="font-family:calibri;">Process and combine multi-line text into a single line</h1>
</div>

<form method="POST" class="myform">
Expand Down Expand Up @@ -41,12 +41,12 @@ <h1>Process and combine multi-line text into a single line</h1>
<label for="textbox-rm-end" class="options-label2">Remove this many characters from the <b>end</b> of each line.</label>
<br>
<input type="checkbox" id="checkbox-spaces" name="remove-all-spaces"/>
<label for="checkbox-spaces" class="options-label1">Remove ALL whitespace characters in each line</label>
<label for="checkbox-spaces" class="options-label1">Remove ALL whitespace characters in each line.</label>
<br>
<input id="textbox-delimiter" name="delimiter" style="width:40px"/>
<label for="textbox-delimiter" class="options-label2">Insert character(s) between each line before combining.<br>Leave empty for no delimiter.</label>
</div>

</form>

</body>
Expand Down

0 comments on commit e1f8203

Please sign in to comment.