Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
276 commits
Select commit Hold shift + click to select a range
8dc2516
Added latitude and longitude attributes
yloo123 Nov 6, 2023
a424a67
added latitude and longitude attributes to stations in database
yloo123 Nov 6, 2023
bd44e5f
Rake task to import station data
yloo123 Nov 7, 2023
a6d29fb
Rake tasks to import bike data
yloo123 Nov 7, 2023
75bc28a
Added mapbox gem
yloo123 Nov 7, 2023
10826a6
Merge pull request #9 from elenaywang/lesly_branch
yloo123 Nov 7, 2023
91fc4f5
bundled gems
yloo123 Nov 7, 2023
29236bf
Added map helper
yloo123 Nov 7, 2023
81701bb
Created routes towards the map page
yloo123 Nov 7, 2023
88df3e5
Added map action
yloo123 Nov 7, 2023
afbca7f
add and configure Devise
elenaywang Nov 7, 2023
24cd47f
updated Gemfile.lock, schema.rb, routes.rb
elenaywang Nov 7, 2023
4944968
use Devise to generate user model and basic authentication features l…
elenaywang Nov 7, 2023
e5e523b
added map template
yloo123 Nov 7, 2023
61a9840
Added map action to stations controller
yloo123 Nov 7, 2023
40ca9f8
add and configure Devise
elenaywang Nov 7, 2023
e8ddc9a
updated Gemfile.lock, schema.rb, routes.rb
elenaywang Nov 7, 2023
2875912
use Devise to generate user model and basic authentication features l…
elenaywang Nov 7, 2023
d9b53ba
Created map action that accesses station data
yloo123 Nov 6, 2023
783cf05
Created interactive map that displays stations and docked bikes
yloo123 Nov 6, 2023
257e8d0
Added longitude and latitude attributes to station active records in …
yloo123 Nov 6, 2023
47aeb4c
Installed map gems
yloo123 Nov 6, 2023
95cceb6
Added latitude and longitude attributes
yloo123 Nov 6, 2023
df90241
added latitude and longitude attributes to stations in database
yloo123 Nov 6, 2023
92f96a5
Rake task to import station data
yloo123 Nov 7, 2023
6e20094
Rake tasks to import bike data
yloo123 Nov 7, 2023
5120048
Added mapbox gem
yloo123 Nov 7, 2023
bd70f04
bundled gems
yloo123 Nov 7, 2023
1db4207
Added map helper
yloo123 Nov 7, 2023
53614be
Added map action
yloo123 Nov 7, 2023
48c1c7d
Altered Routes to linke to correct page
yloo123 Nov 7, 2023
babd45b
added map template
yloo123 Nov 7, 2023
3e5f0fe
Added map action to stations controller
yloo123 Nov 7, 2023
0345fd8
Merge branch 'sprint1' into clemenbykes
elenaywang Nov 7, 2023
669c639
Merge pull request #12 from elenaywang/clemenbykes
elenaywang Nov 7, 2023
8fe87f4
Merge branch 'sprint1' into elena_branch
elenaywang Nov 7, 2023
0c4db43
Merge pull request #13 from elenaywang/elena_branch
elenaywang Nov 7, 2023
f15199a
Altered Routes to linke to correct page
yloo123 Nov 7, 2023
b18ff08
Update routes.rb
elenaywang Nov 7, 2023
6924c32
Merge branch 'sprint1' of github.com:elenaywang/valetbike into clemen…
yloo123 Nov 7, 2023
f989a00
committing before rebase still trying to generate rental obj for user…
Nov 7, 2023
ce8db0c
Fixed duplicate routes
yloo123 Nov 7, 2023
25514d9
Updated the Gemfile with correct versions
yloo123 Nov 7, 2023
827b2d9
Updated schema with longitude and latitude (automatically updated wit…
yloo123 Nov 8, 2023
5a3b770
Merge pull request #15 from elenaywang/sprint1
yloo123 Nov 8, 2023
bb7d201
Merge pull request #16 from elenaywang/Fixed-Duplicate-Routes-in-rout…
yloo123 Nov 8, 2023
e9345d1
creates new task instance when rent bike from this station is clicked
Nov 8, 2023
c72ae17
click 'rent bike from here' from the root page, takes you to rental: …
Nov 9, 2023
fef2ca4
click 'rent bike from here' from the root
Nov 9, 2023
08d5900
rentals is creating an obj. not taking form vals
Nov 11, 2023
9190b22
Created map action that accesses station data
yloo123 Nov 6, 2023
0818d00
Created new home controller that contains actions for routing to expl…
yloo123 Nov 11, 2023
48e25c2
Changed routes files so links lead to home controller and index actio…
yloo123 Nov 11, 2023
bb8b482
Merge pull request #17 from elenaywang/styling
yloo123 Nov 11, 2023
b535609
added ability to log out
elenaywang Nov 12, 2023
1fe4abb
Fixed duplicate routes
yloo123 Nov 7, 2023
8460008
Updated the Gemfile with correct versions
yloo123 Nov 7, 2023
31f755e
Updated schema with longitude and latitude (automatically updated wit…
yloo123 Nov 8, 2023
30ce274
added ability to log out
elenaywang Nov 12, 2023
b4dd158
added the tasks that pull stations and bikes csv
Nov 4, 2023
12f8b1b
committing before rebase still trying to generate rental obj for user…
Nov 7, 2023
c8779f7
creates new task instance when rent bike from this station is clicked
Nov 8, 2023
636ef95
click 'rent bike from here' from the root page, takes you to rental: …
Nov 9, 2023
7c46ea9
click 'rent bike from here' from the root
Nov 9, 2023
cd5e076
rentals is creating an obj. not taking form vals
Nov 11, 2023
bc6adc9
merged sprint1 changes to home views and resolved corresponding error…
elenaywang Nov 13, 2023
fd85846
Merge branch 'user_feature' of https://github.com/elenaywang/valetbik…
elenaywang Nov 13, 2023
79ddf5b
modified sign out method in devise config file
elenaywang Nov 13, 2023
a8b2cae
rental obj is now generating! crud actions still need to be fixed
Nov 13, 2023
1d5793e
Generates random 7 digit code, displays it on the webpage and adds it…
Nov 13, 2023
bdf1ac5
Merge branch 'rental_random_code' of https://github.com/elenaywang/va…
Nov 13, 2023
1613a67
Creates random code that displays on the website and is saved in the …
Nov 13, 2023
5294c99
added rental code to renting feature!
Nov 13, 2023
4263d51
deleted an extra button
Nov 13, 2023
e7afeea
Random code generation
Nov 13, 2023
ad1f273
Merge pull request #18 from elenaywang/rental_random_code
mgilliom Nov 13, 2023
fbfd272
combin generate code of maya_branch to maya_branch
Nov 13, 2023
821ae58
Merge pull request #19 from elenaywang/user_feature
elenaywang Nov 13, 2023
7a240b9
Adds header and footer to website
yloo123 Nov 13, 2023
0ed1823
Reformats sign up and login button to appear in header
yloo123 Nov 14, 2023
c7dd068
Merge branch 'master' into maya_branch
Lesly-Gonzalez Nov 14, 2023
9714c04
Merge pull request #20 from elenaywang/maya_branch
Lesly-Gonzalez Nov 14, 2023
863433a
testing master
Nov 14, 2023
c987ad5
Merge branch 'master' into sprint1
Lesly-Gonzalez Nov 14, 2023
137d5ef
Delete app/views/bikes/index.html.erb
Lesly-Gonzalez Nov 14, 2023
aabefb7
Merge pull request #21 from elenaywang/sprint1
Lesly-Gonzalez Nov 14, 2023
9ac0a9c
updating master
Nov 14, 2023
b7eb192
Merge branch 'master' of https://github.com/elenaywang/valetbike
Nov 14, 2023
84a8037
Deleted extra users table
Nov 14, 2023
6cf52d1
resolved duplicate user tables, fixed import_stations.rake
elenaywang Nov 14, 2023
dcc2b36
removed files that will no longer be used
elenaywang Nov 14, 2023
4c9faf3
Merge pull request #22 from elenaywang/fix_duplicate_users
yloo123 Nov 16, 2023
ec35a82
fixed rent now button
Nov 18, 2023
60fb037
this branch is for return button on rentals/index
Nov 18, 2023
e7f69c4
committing so Ying can add a button to stations index from map page
Nov 18, 2023
f3c3465
Merge branch 'master' of https://github.com/elenaywang/valetbike
Nov 18, 2023
6e6dfb1
No return bike button but the selected station is now going into mysq…
Nov 18, 2023
2fd7972
Merge pull request #23 from elenaywang/return_rental
Lesly-Gonzalez Nov 19, 2023
6f801f6
Fix typo
Nov 19, 2023
67e35ae
Merge branch 'master' of https://github.com/elenaywang/valetbike
Nov 19, 2023
213bf10
fixed importing bikes rake file so ea bike has current station
Nov 18, 2023
3681484
added migration: station_id to rentals table
Nov 19, 2023
abbace9
deleted formating of checkout time in rentals index
Nov 19, 2023
e67ce97
when you click rent now, you're redirected to rental/show. there you …
Nov 19, 2023
6a984ba
Altered routes to use url helpers, added more styling, changed logo t…
yloo123 Nov 20, 2023
c3b7994
Merge pull request #24 from elenaywang/map_fix_and_styling
elenaywang Nov 20, 2023
8c8ef75
Added more html styling including images, descriptions, and sidebars
yloo123 Nov 20, 2023
c682119
Merge pull request #25 from elenaywang/map_fix_and_styling
chrvn Nov 21, 2023
35a3d3a
Tweak Devise views to ensure consistency
elenaywang Nov 24, 2023
8baa050
Rental associates with logged in user. start and end rental are worki…
Nov 28, 2023
e5ada82
pseudocode for assigning bike to new rental object
Nov 29, 2023
03c17f8
associates logged in user with the rentals that the user booked
Nov 30, 2023
48eb80b
associated rental, user, and bike models. when new rental is created,…
Nov 30, 2023
e5d341f
shows how many bikes avail at ea station
Nov 30, 2023
1682a2f
Merge pull request #26 from elenaywang/user_associations
yloo123 Nov 30, 2023
f126011
Fixed map on first load
yloo123 Nov 30, 2023
e6cee3e
Merge pull request #27 from elenaywang/map_fix_and_styling
elenaywang Nov 30, 2023
62b7615
Delete db/migrate/20231119205148_add_station_id.rb
elenaywang Nov 30, 2023
3b14a04
Delete lib/tasks/import_bikes.rake
elenaywang Nov 30, 2023
3b2dd2a
Merge pull request #28 from elenaywang/start_rental
elenaywang Nov 30, 2023
5fd703d
Merge branch 'master' of https://github.com/elenaywang/valetbike
Dec 1, 2023
7ed09ae
Creates payment model and controller, allows user to submit payment i…
chrvn Dec 1, 2023
948bf24
add bike rake task back with fixed typo
elenaywang Dec 1, 2023
a741487
Updates user's payment_id column when payment info is saved
chrvn Dec 1, 2023
7d3143a
Add progress to edit and update methods for payments
chrvn Dec 1, 2023
ac8d026
Updates branch with latest updates in master
chrvn Dec 2, 2023
61efc83
Added Profile view with edit and rental history links.
Dec 2, 2023
17d8542
Added Profile View, Edit user info, and see rental history.
Dec 2, 2023
8622f4c
Implements payment edit/update functionality, moves payment form into…
chrvn Dec 2, 2023
81f8166
Delete app/views/stations/explore.html.erb
elenaywang Dec 2, 2023
f4b2dc3
Delete app/views/stations/help.html.erb
elenaywang Dec 2, 2023
ad7bbca
Delete app/views/stations/log_in.html.erb
elenaywang Dec 2, 2023
8b83251
Delete app/views/stations/pricing.html.erb
elenaywang Dec 2, 2023
a1271a1
Delete app/views/stations/sign_up.html.erb
elenaywang Dec 2, 2023
eb21276
Merge pull request #31 from elenaywang/editing_user_view
elenaywang Dec 2, 2023
9573fa9
Merge pull request #30 from elenaywang/payment_feature
elenaywang Dec 2, 2023
29857fa
require user to be logged in to make a rental. uncommented config.nav…
elenaywang Dec 2, 2023
60feaf4
Merge pull request #29 from elenaywang/small_fixes
Lesly-Gonzalez Dec 2, 2023
36d7520
removed the option to schedule ride. return bike works
Dec 3, 2023
2fb5120
WIP payment feature code for Lesly
chrvn Dec 5, 2023
e0b208b
Just made some formatting changes. I cannot figure out the rental_len…
Dec 6, 2023
52bf59b
Merge branch 'start_rental' of github.com:elenaywang/valetbike into s…
Dec 6, 2023
38d9646
Redirects users if they attempt to access payment info of other user ids
chrvn Dec 6, 2023
a332db7
Updates create action to be more object-oriented, adds form validati…
chrvn Dec 7, 2023
e0061eb
Added more styling elements to different pages and altered station ad…
yloo123 Dec 7, 2023
1a6ddf5
Merge pull request #32 from elenaywang/mapedits
chrvn Dec 7, 2023
a719ca0
Combining payment_feature additions to codebase for pull request
chrvn Dec 7, 2023
ecd1d89
Merge pull request #33 from elenaywang/payment_feature
yloo123 Dec 7, 2023
e96bb97
Added Image, paragraph and drop down menu to About page
Dec 7, 2023
eb9c442
prevent user from creating multiple rental objects through validation…
elenaywang Dec 7, 2023
27d5b8b
prevent user from returning a rental that was already returned throug…
elenaywang Dec 7, 2023
d71ae49
all the time stuff *should* be working now. if your times are off by …
Dec 8, 2023
6fe7794
prevent user from renting from stations with no bikes with before_act…
elenaywang Dec 8, 2023
4a87150
fixed index cost still needs to be done
Dec 9, 2023
9e75566
merged master to branch
Dec 9, 2023
0a04275
Created About page with FAQ drop down, and fixed Stations seach bar i…
Dec 9, 2023
05ebbba
Created About Page with FAQ drop down menu, and fixed Stations search…
Dec 9, 2023
b47fb1f
Merge branch 'master' into about_page
Dec 9, 2023
c3af5b5
Delete db/migrate/20231208234224_add_cost_to_rentals.rb
elenaywang Dec 9, 2023
ec407c1
Merge pull request #35 from elenaywang/start_rental
elenaywang Dec 9, 2023
be13462
redirects user to input payment info if not already provided. also ad…
elenaywang Dec 9, 2023
e4ec7dc
Added graphics and more styling elements for each page
yloo123 Dec 9, 2023
522fe1d
Merge branch 'master' into mapedits
elenaywang Dec 9, 2023
c14723b
Merge pull request #36 from elenaywang/mapedits
elenaywang Dec 9, 2023
bd430a1
Added graphics and more styling elements for each page
yloo123 Dec 9, 2023
a7ab45d
Added map javascript file and updated manifest.js
yloo123 Dec 9, 2023
6c559c4
Merge pull request #37 from elenaywang/mapedits
yloo123 Dec 9, 2023
e38de45
removed rental cost
elenaywang Dec 9, 2023
2ce4185
added current rental button to user profile, and now prevent_multi_re…
elenaywang Dec 9, 2023
ca60606
resolve merge conflicts with master
elenaywang Dec 9, 2023
4f2c6ba
Merge pull request #38 from elenaywang/prevent_mult_rentals
Lesly-Gonzalez Dec 9, 2023
3b6e8df
removed checkout date selection field from rental creation page
elenaywang Dec 9, 2023
b533bfa
Addapting Map and About page to grid format
Dec 9, 2023
8b9d600
Adapted About page to be displayed using a grid. Fixed styling on the…
Dec 9, 2023
5db7329
Securing this code in case master makes it crash :)
Dec 9, 2023
2c3b888
Merge branch 'master' into about_page
Dec 9, 2023
e164572
Merge pull request #34 from elenaywang/about_page
elenaywang Dec 9, 2023
1c850a8
Reverts create method's approach to updating user's payment id to pre…
chrvn Dec 10, 2023
a7bd7d6
Merge remote-tracking branch 'origin/master' into payment_feature
chrvn Dec 10, 2023
179fde3
Redirects users if attempting to edit or view rentals made by other u…
chrvn Dec 10, 2023
3d8c2a4
Changes payment and user tables relationship to be unidirectional and…
chrvn Dec 10, 2023
bc97c27
Merge pull request #40 from elenaywang/payment_feature
mgilliom Dec 10, 2023
cc75c26
Added valid expiry validator for payment info
chrvn Dec 10, 2023
712e5f8
Added simple box displaying user photo and access buttons
Dec 10, 2023
31c6ae0
Merge pull request #39 from elenaywang/prevent_mult_rentals
mgilliom Dec 10, 2023
74e9714
fixed typo
Dec 10, 2023
650470a
Profile page with background unfaded
Dec 10, 2023
df03fef
Profile page with background faded (it looks better)
Dec 10, 2023
405204e
added costs
Dec 10, 2023
634c61f
Fixed image in About page and added animations to Pricing page
Dec 10, 2023
7c45dea
fixed bug in rentals index
Dec 10, 2023
92b1b93
rent bike page turns into return bike page when a user has an active …
elenaywang Dec 10, 2023
4126f48
text at top of map page changes depending on whether user is renting …
elenaywang Dec 10, 2023
8600799
Final modifications to About Page
Dec 10, 2023
493f24c
rentals has an activerecord column for the station checked out at and…
Dec 11, 2023
4da0c0b
changed phone numb activerecord type to bigint
Dec 11, 2023
00486b7
Added animations to Pricing page, and finished Profile
Dec 11, 2023
212c69c
Merge remote-tracking branch 'origin/master' into checkout_station_an…
Dec 11, 2023
4ab5119
Fixed issues with profile column. It looks good now.
Dec 11, 2023
8f6e777
Merge branch 'master' into formating_profile_page
Lesly-Gonzalez Dec 11, 2023
b6ca0c4
Addapted Edit Payment button to new payment logic. Moved CSS button s…
Dec 11, 2023
7c431b8
Adds validation error messages to the views, disables turbo for the e…
chrvn Dec 11, 2023
02c7c05
merges master with up to date payment_feature branch
chrvn Dec 11, 2023
3339846
Fixed little formating issue in profile
Dec 11, 2023
94c0da7
Merge pull request #41 from elenaywang/formating_profile_page
elenaywang Dec 11, 2023
0d08648
Updates migrations and schema.rb
chrvn Dec 11, 2023
50e023e
Removes flash error message from create action
chrvn Dec 11, 2023
8c8a8c0
Merge pull request #42 from elenaywang/payment_feature
elenaywang Dec 11, 2023
643d217
Prevents users from accessing profile before logging in
chrvn Dec 11, 2023
5484118
Merge pull request #43 from elenaywang/costs_for_rental
elenaywang Dec 11, 2023
1932a1e
Changed Chris' clothes
Dec 11, 2023
c163b36
Merge pull request #44 from elenaywang/formating_profile_page
elenaywang Dec 11, 2023
81269ed
Updates branch with master branch additions
chrvn Dec 11, 2023
dc15335
change formatting of station sidebar and fix merge conflicts
elenaywang Dec 11, 2023
969996f
added styling to rent/return bike button
elenaywang Dec 11, 2023
6ef630e
fix merge conflicts
elenaywang Dec 11, 2023
9ef8ffc
removed cruft
elenaywang Dec 11, 2023
2dcced0
Merge pull request #46 from elenaywang/checkout_station_and_return_st…
elenaywang Dec 11, 2023
d26e8f5
fixed merge conflicts with return button
elenaywang Dec 11, 2023
3841dd7
removed payment id from application_controller
elenaywang Dec 11, 2023
f837ac0
Merge pull request #45 from elenaywang/prevent_mult_rentals
mgilliom Dec 11, 2023
d80baba
validates that phone number is a number with 10 digits
elenaywang Dec 11, 2023
0f80d08
Finalized styling on all pages including forms, buttons, and views
yloo123 Dec 11, 2023
f537acf
fixed map functionality so it loads up when navigating from page to page
yloo123 Dec 11, 2023
daff319
Updates with new master code
chrvn Dec 11, 2023
11421f1
Merge pull request #47 from elenaywang/validate_phone_number
mgilliom Dec 11, 2023
9cddeb2
Merge pull request #48 from elenaywang/mapedits
Lesly-Gonzalez Dec 11, 2023
13ab576
fixed return from showrental
Dec 11, 2023
70b6b74
Fixed return button in show
Dec 11, 2023
383fbf5
Merge pull request #50 from elenaywang/Fix_return_button
mgilliom Dec 11, 2023
f7c914b
Merge branch 'master' into user_permissions/routes_debug
Dec 11, 2023
b25090a
Removed current rental from rental history. It was affecting the tabl…
Dec 11, 2023
1062d22
return and checkout stations were switched in the view!
Dec 11, 2023
dc5e33c
Merge pull request #51 from elenaywang/remove_current_rental_from_rhi…
mgilliom Dec 11, 2023
b0b601d
Fixed bug in user_access
chrvn Dec 11, 2023
60b8610
Merge remote-tracking branch 'origin/master' into user_permissions/ro…
chrvn Dec 11, 2023
df37ef3
fixed typo on explore page
Dec 11, 2023
b42047a
Fixed issues with payment and registration forms. Edited animations i…
Dec 11, 2023
70f4c07
Fixed typo and added show all rentals button
Dec 12, 2023
cc87715
Merge pull request #52 from elenaywang/Fix_form_formats
elenaywang Dec 12, 2023
76ea693
Merge branch 'master' into user_permissions/routes_debug
mgilliom Dec 12, 2023
b1d7d74
rebased again
Dec 11, 2023
741b368
Merge pull request #53 from elenaywang/user_permissions/routes_debug
elenaywang Dec 12, 2023
6c2187c
Added example user review, fixed layout for profile page
yloo123 Dec 12, 2023
11e69ad
Merge pull request #54 from elenaywang/mapedits
elenaywang Dec 12, 2023
7a3e441
Changed color in About page
Dec 12, 2023
6793ad6
Changed colors in row partial
Dec 12, 2023
687d3f7
Merge pull request #55 from elenaywang/Fix_form_formats
elenaywang Dec 12, 2023
189012d
added button to rental history page on map page that only shows if us…
elenaywang Dec 12, 2023
a7998ae
Merge pull request #56 from elenaywang/add_rental_history_button
chrvn Dec 12, 2023
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
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@ end

# Developer Added Gems
gem 'dotenv-rails'
gem 'mapbox-gl-rails'

# Suggested Potentially Useful Gems
# gem 'devise'
gem 'devise'
# gem 'httparty'
# gem 'paperclip
# gem 'uniquify'
# gem 'will_paginate'

gem "geocoder", "~> 1.8"
150 changes: 87 additions & 63 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
bcrypt (3.1.19)
bindex (0.8.1)
bootsnap (1.13.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
capybara (3.37.1)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -81,68 +82,79 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
crass (1.0.6)
debug (1.6.2)
irb (>= 1.3.6)
date (3.3.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
digest (3.1.0)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
geocoder (1.8.2)
globalid (1.0.0)
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
io-console (0.6.0)
irb (1.8.3)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
loofah (2.18.0)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
mapbox-gl-rails (2.9.0)
railties (>= 3.2)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
msgpack (1.5.6)
mysql2 (0.5.4)
net-imap (0.2.3)
digest
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.7.2)
mysql2 (0.5.5)
net-imap (0.4.4)
date
net-protocol
strscan
net-pop (0.1.1)
digest
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-protocol (0.1.3)
timeout
net-smtp (0.3.1)
digest
net-smtp (0.4.0)
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.8-arm64-darwin)
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
public_suffix (5.0.0)
puma (5.6.5)
orm_adapter (0.5.0)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
rack-test (2.0.2)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.3.1)
actioncable (= 7.0.3.1)
Expand All @@ -158,53 +170,61 @@ GEM
activesupport (= 7.0.3.1)
bundler (>= 1.15.0)
railties (= 7.0.3.1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.3.1)
actionpack (= 7.0.3.1)
activesupport (= 7.0.3.1)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
redis (4.8.0)
regexp_parser (2.5.0)
reline (0.3.1)
rake (13.1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.8.2)
reline (0.3.9)
io-console (~> 0.5)
rexml (3.2.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rubyzip (2.3.2)
selenium-webdriver (4.4.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sprockets (4.1.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stimulus-rails (1.1.0)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
strscan (3.0.4)
tailwindcss-rails (2.0.12-arm64-darwin)
stringio (3.0.8)
tailwindcss-rails (2.0.32-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.12-x86_64-linux)
tailwindcss-rails (2.0.32-x86_64-linux)
railties (>= 6.0.0)
thor (1.2.1)
timeout (0.3.0)
turbo-rails (1.1.1)
thor (1.3.0)
timeout (0.4.1)
turbo-rails (1.5.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
web-console (4.2.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
Expand All @@ -213,25 +233,29 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.0)
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-20
x86_64-darwin-19
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
bootsnap
capybara
debug
devise
dotenv-rails
geocoder (~> 1.8)
importmap-rails
jbuilder
mapbox-gl-rails
mysql2 (~> 0.5)
puma (~> 5.0)
rails (~> 7.0.3, >= 7.0.3.1)
Expand All @@ -249,4 +273,4 @@ RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.3.18
2.4.19
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Smith College CSC223: Software Engineering\
Starter App for ValetBike project


**Team member names:**
Elena Wang,
Ying Loo,
Maya Gilliom,
Lesly Gonzalez,
Chris Dong

## Environment Configuration

As you configure your environment you should **keep a log** where you **write down all the steps you take** including **each command you type**. You will inevitably run into errors setting up your development environment and maintaining a meticulous log will allow others to help you troubleshoot. Ignore this recommendation at your own peril, but don't say you haven't been warned :]
Expand Down
1 change: 1 addition & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link_tree ../builds

Binary file added app/assets/images/Carol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/images/Carol.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://gencraft.com/
Binary file added app/assets/images/Clemenbykes stock photo.png
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 app/assets/images/backg_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/backg_2.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r5439327989664005209&th=18c55bb2a9e644d5&view=att&disp=safe&realattid=18c55baf97ab65b46191&saddbat=ANGjdJ-cgRMWY4B8abKo7NHnC1L7VFiTqD0BeAdp9jObaT_SYcukMCO8uZpF6QKkofKQpQ1B_SdZQLgZgl6F3WMNOU2wgMps3TSGWt3o1PVVLmXinkt5FXBaQHvlVxqjCv60g_gNNUyyZBVgR10HK_prxbxnVy-NZJ-sCLm7Jfdt1e7mJIGK7MIXZpOFGnqwbmPdz501e9_fjC-lyMYWraQsBzD0EyXVzwQ4dg_qRL7lo5pBuE7g5dpfIR6v0_L85o9KIQGm8H5xQ3oZ6yx4KwMQkbVonmT5dW4oGOUXCe5I7yWCDSTu63B0udOE0kGJaVyyv3S7LmT5bDvf6dF4u7UhNB_vJ-k8GTsae4G97lkQNdzDPHHr3m4YZxpfq_bMlqS6KO2GakgFNURYqpQs7EVtXoNlxuZQaeUHyKymAzDD7olgFSn4v7EG7rp0XIvIBRE3wN1ciQueXbUr7yQdaVvwftkXI6ESlkkhsD6-3mEVqMoWRQeiH3QAtCxeZ98-zW3nJC015wrWrsckGJ6dHndNY9lFcTpnupHwtNhqYdIR37SbfsZbSRngRgAtPuvPXZxvS7Ln2skwJ5sZ_D_0_yMp6aNCmfR-7GaaLQ74tKh7S0QHE8XMoeUw7omqr2NecJ0Awe1lLLb6N64HNMmv1kEOHUsDswatTxSCVkiOTGHd-9ACCQe1b4kLGxAEftUZhiAxqcq1OSTsq3vBtsFkTMnj40mtbWUB0qkBeK1GcPZlZisTlMVBcSwaYLD_njzgGQULZLtmU7Qdg76FH8R3GMSbh1KhvK9R6RejMBcdDMEFW-D--4qy4nlplBmzBTWx-WJ7G75F-2kiQiOUrn5lgb1Q5XX9R_Q6BRR7ClE2RQ_Afwo2DfoiPyiFR-x9foXkliy7Ll6rXH5LLhe19T2sKR6__EbAaJbzmZtQ62cs5fB0xsrBfLnp9QITnorzsy48srJyJNoVUvj3JWCQXKPmv3PG18PGnlgtGsV7ojtqtVZraeHq02zYS90OoBDxka8
3 changes: 3 additions & 0 deletions app/assets/images/background.jpeg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://web.whatsapp.com/
Binary file added app/assets/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/background.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r5826301768616074415&th=18c55b6cb3590bd6&view=att&disp=safe&realattid=18c55b698eeb65b46191&saddbat=ANGjdJ8V0IHfCSbrF_XHXfNUntI7IFhYJVZulrMHZVauPf9G8TuVJt5V-DSBBNcbL8PkT7i1IOdVYzW5HtREj8jwIoTpRQGlhT4wpmtGhHI5C9MqBCSCfOHrm22yAg4D-1iWrMpyDb4-SPk9khlG9vXls43zFOY8-hsjUhBiKXkqirbOogrO8m24EXLiN2q5PAGU5SW3K2AIYKbqB2_KXG9975-PdTfrsCLXDv2mjheSSNFpuuNfIzT7-SwWZ6k7D5ZtdHG_d3UaVfegfJ6sJfXVK0m-Ch0mcufDqKqp6S6sHZLu_Bmcj9tW8EZ934fBhxDZnSLVfcMvjvOjr7Z2GqO4_GpBpzx5AwTUZOqc5z0TSrBj1y9nTcJpRGLA7y2SgZFIXcM9hvP0-frHjwxOjFybc8AOrJ7GBq_7DJk7cAZJ1dYJnfIqIcp0P3fPQFs0boLwfpzuRbtUGpcZK89I31B4iia5-Gybu-VBA77UoMZToN4fdg8obfPZ__r1oBYp5hKpapHToD_PUum8jx2IaNGFxdwUZvk1_HcPUj6ccHrH5cyUeHDXakWYiMFqOJasRPfRrIE3w75YRkPPqtmUUPl_emeQJHpLgKuZlq38rIeEhLb2ERUlo_o_ziiXacIVwJGtIxk9VZVqn9AswUEicDw9IPMSTGexGVIpeVd-XU4bKahcVvM0X6X1tEEfH3XR-ps_jQfoaaNQ3NJ4QxiJ7EXhqQHyQc0sXJhdzo_ZPoSMO7WnYW7uVhNsq5alnmf0hEc2lt_aS0XSXNrsrNVcEZ8ULaU_MJXdBS38Vdxdc-qePpqmOv1HlKNw-12BIH247jp91AJdc0SUS8kiBeiWzyCUCGa2IzJlXszbGdfpRl5LVqn5s8fGioeS7xZ_6Z97FP65vgl68L42VJJPzPHjAyOdwzIgUogxnt229ZTJr3lcIWAnBrIQOcHNIbPgatDlRbQo9KoZcpwXMI-8mlOuMoCoLAK41j2RVjS-EN7AV4WOt2LKhcc67F5Ti1xVVd8
Binary file added app/assets/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/banner.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://www.google.com/
HostUrl=https://st4.depositphotos.com/1145675/27091/i/450/depositphotos_270917458-stock-photo-background-banner-flowers-natural-green.jpg
Binary file added app/assets/images/bicicleta.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/bicicleta.gif:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r8931870788843572318&th=18c5b49082627208&view=att&disp=safe&realattid=18c5b48f69245622f0a1&saddbat=ANGjdJ_vDA34piJ6UZcBouSVqIypSmYVht4mmjUU3hJJdVupAohoXPWePH1L37yHhzwV7OAYb0Cl7b8abu2_Uss0nQBiASIdTI_l_Me83qIRL5bBYPS2lKLFbLpl3ec2bjdGO7vjCqSlLLxPa3vxPLT6Gqk8fu6LX2ubouc5C2DVos9dYmASQz3WqDDbCY7bMzT_2YTKJuotPm6P6U8Mompq7MYMg6tgwQEZs4ZZOZ0wvzNWk-K02SqQIlWJpMzD5_cr_AQiUSXq3bjmFeOdw3XaD3u3MncQQEBx3hFI-S_pn0C3ngYKUPlu6xiey5CLuZio_nbsfDDyMF1lGeQChj8YA7epdwGrIl_UYRbBZgFsZToKgxNog1bJRy5hJJOPeOg6WmZc9QZrZ8tUVTMeemUXCgLW_uffntx76YUNMBOlvR9IACG3IuNNSc_jzc4ugq-k6chOGP_ZaSQFgmFvMFXvjEIudTsIn84tf1wtvmTtFywEGaoN8Qj42x5VWnEv3dDl2LKB7eFF86Vvs7QQPpxRKjFje2suRVfSRP5w7Z60AIFbC9GTEuj6eBorqKEiTOs5WG1g0OTCc11WA6U7FW3b2ObqPdlO0UBmxrfUMCG7RmC_zhVcyZ5bODRoZ9fNEr9cSyt_jDw99nAbbBmQpiHTsraEXKDhS_d9KlvCer1DtiBTVDmwKRtVlCMRceEWQxivBM2xKGXoJxhot-MkGZKOrclMDLvXBd_h_Av5w__wjtt2FU1lwSnZg2gBvVwY_IAXTaIw-fb-XT2KUmhakJusuR_n0PKU7fLAW7mL9VSaZA2t4XNYluMRrTaFo8Wm3Pm2XixJH57KcKyU3LCx_XaSwcGugPAxd_ok3XgxHr8RKtEjFIJ9fBOpZo5Er2jg2BQ0ic4V2mXeiFEWMXn8DiZkrmyp05OZtuKkqFwfCZCmGKRfH2YglPcbUPsBEHzBtbnwWD7qdAZJR-M7nZW-sSNskjSiZfodjE04r2Z9DkCBVuoSU_YITAeD97-5KLE
Binary file added app/assets/images/bicicleta_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/bicicleta_2.gif:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r4202205693239303764&th=18c5b4c260894382&view=att&disp=safe&realattid=18c5b4c191245622f0a1&saddbat=ANGjdJ897QA7IYls4z7KVJRl6J7ysOk5lRWGsGA8BMsSd5JDTMN3Cz1YMRMRVCdnq-YFjtp9WXbGUiXXh0PIwqt-jTBil6WZRIBe9tydnDK6d0oOXrhpNY4QEDIxL6wQwAyBNHeoYGxkmk3Aq4k9KHs_k2l-DdSVPXV4aVPFAdmdu4B3lfrGK0SYUZHHXt8RvsFbm2NHSC480I_XzbWHQfrc53mu1onUwuv8LOG_r5TgG_rjB7fqf82HrjClbEmtbCSosThSpkRHYvfMQ7px3kWjsWLLnGAO45zUuUn50EUoJJd3MQ8M3B1N-To5LEzcfpIFPlasClyL_MtdTZltzZBK6akP5OdbvfScpr7yAezjnbPAyRK6J_vdBk0CiLpq4JTrnADTsJ81osolibIqkDeOmGF3AOMGBE9nqgFDSHB7BnFlRPmK-Hm1FjdQae7RabqtmfEJwUWAC2Ql_-FEOL3RwinRv4ZhoxN-gscfEFMXN-uHWO6aiywFcHtJbK_ByKv7FdHjoTfPyaubU_PbCb5qvd-mNme89OE83r9f1mpbBEIbt2-C0URSp_PAgKf3J8Sjwn9sZXfBP5NxlBCj38kMzENGNkfmoyfEe8ROqb1RMQKufxoWYdL4nC-Q4fYgjNfsJNqn5oh-3HhGtEXvFs4x_ry-Pzbgu34AB4SZYEhY_UZpq5YuxE6jPgsF6uW5GloOkqRiiaqnboxzfn8BA9Jv1V9XZKIXmLvvOiXQC6K8885MwIYfGMrC-Xo5tCf2JL-xXAIqoiNs8jf6gnc1hRLEUp_15k_uy1PZiAKBgEEt9AQE53UV1pFw_GA1LmCO5R4FlUrUutfhCLoaxw1aesSNDlZTxBi8Y2ZiySnRtB-VljLYOCyfa2FRAhXmgvBb6UkPez7iJRsS7ME7NLbZr6lsXO5NBwBVP8-IPRQ1nZw7UIBpggBpsaBLOzMgZxPOw3JQ8e3huxIL2Cx41aB0pEEJ3yyh5mqBA6rF1I4geIWlw7k_NuHbQXaKeFdj-Kc
Binary file added app/assets/images/clemenbykes_bike_light.png
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 app/assets/images/clemenbykes_logo.png
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 app/assets/images/clemenbykes_logo_light.png
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 app/assets/images/clementeam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/images/clementeam.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
LastWriterPackageFamilyName=Microsoft.Windows.Photos_8wekyb3d8bbwe
ZoneId=3
Binary file added app/assets/images/get code.png
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 app/assets/images/kiosk unlock.png
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 app/assets/images/naranja.gif
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 app/assets/images/naranjita (2) - Shortcut.lnk
Binary file not shown.
4 changes: 4 additions & 0 deletions app/assets/images/naranjita (2).gif:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://convertio.co/
HostUrl=https://s140.convertio.me/p/oTRHi2FHBxP5YlP9vf2H4A/ad3d5f88526c42f7e26f46b4c14cd9ba/WhatsApp-Video-2023-12-04-at-4.17.49-PM.gif
Binary file added app/assets/images/orange eigth.png
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 app/assets/images/orange full.png
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 app/assets/images/orange half.png
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 app/assets/images/orange_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/images/orange_back.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://gencraft.com/
Binary file added app/assets/images/portada.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/images/portada.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=https://gencraft.com/
Binary file added app/assets/images/return bike.png
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 app/assets/images/ride bike.png
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 app/assets/images/team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/team.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r1247229375699654371&th=18c55eda8d5331c3&view=att&disp=safe&realattid=18c55ed9a67b65b46191&saddbat=ANGjdJ_osgNH6Uo_8IrZ--AmNbXzl2mMNAjN3ZfwQLThore23M84ovOlzGhPV30uJaw6PUd0UrLgcYjc4pzJBECesScaFUx_Lfzct06XIhYWpfNWU2VYhuzEgIMakicd2vK_4fp8deAq110Ht75ouWX0CSPp6jISGlNuW7w-jCPa5hH_emN3lKrNXuDFzIuuW4QyLsrybXJWiXQgxPfPnjHn10SS6bsLT5tNLkTByDuYXR9WeLEzg45H2_n0K_3JZ7Whf3PEXpYuCOR7OTuzU-0tps6mtFNhiVx_USdK5x-t-byx2SuJw3mK3vfy4q9O0D2TI0R8w0Hh9Y0cwRNPopkgTD59Qfca9zTwbL8WcI2CjVSaSkz7LWNAmCKhElWT9fOsLnuj-Oq1b5u6l0MYwpk8azSoLfXtARM3sYDYlG_4SV-iDU2nMpvtI01gX5csAHnCk0aRlj_9g0V6pi-S35tP2wmCAJK1hcGg6kbLSBSlxOAK6gYxUYUx_HRBg9gsACISkEklVmd2qhPv4m7hUazaeIU7M1DMMjgXrfdxVXXku_xgAOpSRzfnwjuBg0_OITX5jk61iY1EC7IO8qIripyvXUNCsPNySpPPXg5ba_y8xxfoGdwaL6WrLVNH2077qUbk-cNTAM6gLqQs-8Gltq3hta6xrE-gtH8XqtijHkga-UbY48T_3yvlWp_-Z8C_MgXopG6_QmLidMwUV4Ra2ls_BkD5tI6kM06mFe7JkZJpMvEYrvECY6RtcGUhnkmnPyOankgMySRac7Rc-BzmD6bJ801Wgk41VI_IiFRu8yMiLhMyijbaJQyDWkU356Ioi7OCbLBjv2jv4kuqB47x-ShSwvZwA_06lf-_lr8OHswAmKABKufAQ62l1xY63sIqDO3BPFg0W7RGpuOJoZSVIctyUAxp-Ch18DeHV0U3VMaurasEOuEptlFaKjyP9KtUE7h9181tYzH29mpHnqFYl-PQijYlYJAnufG3Peb3e4Xw-kBuRqtqxXmHByla358
Binary file added app/assets/images/team_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/assets/images/team_1.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://mail.google.com/
HostUrl=https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&ik=d39b9f91f6&attid=0.1&permmsgid=msg-a:r-4944343429027153900&th=18c56baed664a1f6&view=att&disp=safe&realattid=18c56bad8b0b65b46191&saddbat=ANGjdJ9D7hACPRRukQrxtpHZ7JLbXnb6mOgZD89Z2mXCm4McJin3fa-pU-qilZF2hpblAFp_Ry3lpNI37jnluNKxA_3FM6MeevKNsP581wc6Bq4YXPzH-vFaWOpOyuGcHAnI8n3AgGzwNPqNtSjnWJ1pwiw4gojSYysPR4_3AASVn2XQJMBUJNNmWsgyMVwNyrYwey96q6Iv1I7eWxczVrA_OQGsskmWLBKBVXn3v02wdKuQGhvggBQDfiHCOesku1zWgawrwxrfatBDQI5i85CpAnSgLkfvunK0m43JaAH75IxCBqS65IBjf36qyxKwizelAhxhRJ6_9vgJkFsmIi4KBth4OXPCy8-WSkoR4i-US_NoN4wAqrBSlrEHV6FU2cc4aFLoSj2eehzfpavDeSlXJujpG2inj51aNzY9pP-WY_r1xN-IBXKZEgsMeMUEkREgsrBWykFR2FF_k1GjvIMGO0oCUxVSXwtNsJkKW0pfBSMlPqGq1_p_pVBdCwKLLMoB1cA2TI5OSegv9-RBnhuFVRetEf_FIZsSjwWlmv-J19S1hUkRCnzzLnatRqGffz_3qiU8W1TeoJ7oKVrgeWiih1pHWcNgd6IukYC7sTvSnpOkECGYakQG_DPxm_c7HqQhuyY5FHAqSjc1FcRQX7X6vAC9f7QTD2eThoDoYOnBzveS5A4nY-PYoEtzkX2YbL-fZ_3P3UtMqtDFMuc9uoa-Nxr1CmQZaFWABDnJSdL1G-SMpoO3Lzx4chov66m77CHzdgnSNd5bpFugqOL3P_m2mWgvC8QPG8gcldO7-XBBXXsORAEkh7OlRTVCZA6LQ4oMb-CUSnLZrCYSMRzTv1lLzVLCIaDBYEPcCW84lPQGm3Fm481MNhZfaL0G250UnSks7cRyMBZ9I-hM5nX8Za6Bts-Faw-dx3IHFUMksn4xLGEhX06ay4cnH10mdUHh8BrkKXH_j374zaK5Ac4f5sWP9hHvYkMA7xCL-OCKBlDhTw_u6DcFT06op0gOnaA
LastWriterPackageFamilyName=Microsoft.Windows.Photos_8wekyb3d8bbwe
Binary file added app/assets/images/unlock bike 2.png
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 app/assets/images/user_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/images/user_profile.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://www.google.com/
HostUrl=https://cdn3.iconfinder.com/data/icons/vector-icons-6/96/256-512.png
Loading