File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -69,28 +69,29 @@ <h3 class="mb-4">Major Project Form</h3>
6969
7070 < label for ="skill-input " class ="d-block h5 mt-4 mb-2 ">
7171 Skills Applied  
72- < small class ="text-muted d-block ">
72+ < small class ="text-muted ">
7373 Press Enter or , to separate skills
7474 </ small >
7575 </ label >
7676
77- < div class ="form-control border-0 border-bottom rounded-0 p-2 ">
77+ < div class ="border-0 border-bottom rounded-0 p-2 ">
7878 < input
7979 id ="skill-input "
8080 name ="skill "
8181 type ="text "
8282 maxlength ="16 "
8383 placeholder ="Add a skill "
84- class ="border-0 w-100 "
84+ class ="form-control border-0 w-100 "
8585 >
86+
8687 < small class ="text-muted ">
8788 List what skills you meaningfully used while working on this project (at least 2!)
8889 </ small >
8990 </ div >
9091 </ div >
9192
9293 < div class ="col-lg-6 ">
93- < label for ="time-commitment " class ="d-block h5 mt-4 mb-2 ">
94+ < label for ="time-commitment " class ="d-block h5 mt-5 mb-2 ">
9495 Time Commitment
9596 </ label >
9697
Original file line number Diff line number Diff line change 11import boto3
22import botocore
3- from flask import app
3+ from conditional import app
44
55
66def list_files_in_folder (bucket_name , folder_prefix ):
You can’t perform that action at this time.
0 commit comments