Skip to content

Commit 081568d

Browse files
committed
File cleanup and add new pictures
1 parent b225362 commit 081568d

34 files changed

+977
-416
lines changed

Diff for: package-lock.json

+116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@
1515
"axios": "^0.21.4",
1616
"babel-plugin-macros": "^3.1.0",
1717
"bootstrap": "^5.1.3",
18+
"dayjs": "^1.10.7",
1819
"node-sass": "^6.0.1",
20+
"nuka-carousel": "^4.8.4",
1921
"react": "^17.0.2",
2022
"react-bootstrap": "^2.0.0-rc.0",
23+
"react-calendar": "^3.5.0",
2124
"react-card-flip": "^1.1.3",
2225
"react-dom": "^17.0.2",
2326
"react-hook-form": "^6.15.4",
27+
"react-icons": "^4.3.1",
28+
"react-native-counters": "^1.2.0",
2429
"react-router-dom": "^5.3.0",
2530
"react-scripts": "4.0.3",
2631
"web-vitals": "^1.1.2",

Diff for: src/App.js

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ function App() {
5959
</Router>
6060
</AuthProvider>
6161
);
62+
6263
}
6364

6465
export default App;

Diff for: src/assets/img/blu1.jpg

168 KB
Loading

Diff for: src/assets/img/blu2.jpg

85.1 KB
Loading

Diff for: src/assets/img/citybox1.jpg

153 KB
Loading

Diff for: src/assets/img/citybox2.jpg

143 KB
Loading

Diff for: src/assets/img/continental1.jpg

92.8 KB
Loading

Diff for: src/assets/img/continental2.jpg

109 KB
Loading
Loading

Diff for: src/assets/img/reginald1.jpg

141 KB
Loading

Diff for: src/assets/img/reginald2.jpg

104 KB
Loading
1.07 MB
Loading

Diff for: src/assets/styles/partials/_forms.scss

+22-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ div.row form {
7171
}
7272

7373
#loginForm {
74-
margin-left: 5%;
74+
margin-left: 7.5%;
7575
height: auto;
7676
}
7777

@@ -184,6 +184,27 @@ p.contactInfo__p:first-of-type {
184184
cursor: pointer;
185185
}
186186

187+
.daysContainer {
188+
display: inline-block;
189+
width: 100%;
190+
display: flex;
191+
height: 25px;
192+
}
193+
194+
#days.form-control {
195+
width: 10%;
196+
text-align: center;
197+
}
198+
199+
.daysContainer button:first-of-type {
200+
margin-left: 3%;
201+
}
202+
203+
.daysContainer button {
204+
border: none;
205+
background: $orange;
206+
}
207+
187208
hr.contactInfo__hr {
188209
background-color: $orange;
189210
width: 40%;

0 commit comments

Comments
 (0)