Skip to content

Commit

Permalink
more updates for responsiveness and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
terahje committed Mar 31, 2021
1 parent 19097d7 commit d9261c3
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 146 deletions.
133 changes: 63 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,63 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# aws-thought

![licenses](https://img.shields.io/badge/License-MIT_License-blue.svg)

## Description
My first passion project, this application came to life using React to build the front end pages. A wedding website for my forth coming wedding, each page is to share our story with our loved ones. Utializing the Rumes flip countdown npm package to add a flip style countdown is one of my favorite outcomes of an vision I was unsure how to execute. The gallery is another page where the idea and execution married wonderfully, using React Bootstrap's carousel component to showcase multiple pictures as a slideshow with clickable buttons. Last point of mention would be the implentation of flex to control the layout of the pages.

[Link to deployed Website](http://rtg-wedding.herokuapp.com)


## Table of Contents
[Technologies](#technologies)<br>
[Usage](#usage)<br>
[License](#license)<br>
[Questions](#questions)<br>
***
## Technologies
* Node
* React
* JavaScript
* CSS3
* React Bootstrap
* React MDL
* Rumess/react-flip-countdown


## Usage
Landing page for our wedding website.
![](/assets/images/landingP.jpg)
Gallery page with two carousels to shuffle our pictures.
![](/assets/images/galleryP.jpg)
A list of the festivities that will take place on our wedding day.
![](/assets/images/festP.jpg)
A page dedicated for the out of state visiters we will have.
![](/assets/images/todoP.jpg)

## License
### This license is covered under the following license(s):
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## Questions :question:
For further questions on this project or future collaboration contact me at:<br>
* GitHub: [terahje](https://github.com/terahje)
* Email: terahje.dev@gmail.com
* Repository link: [Boo Wedding](https://github.com/terahje/boo-wedding)
Binary file added assets/images/festP.jpg
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 assets/images/galleryP.jpg
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 assets/images/landingP.jpg
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 assets/images/todoP.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 89 additions & 76 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ a hover {

#registryPage {
background-color: rgba(255, 255, 255, 0.8);
height: 125vh;
height: 160vh;
}

#registryPage .backBtn {
Expand Down Expand Up @@ -306,7 +306,7 @@ a hover {
/* Festivities page */
#festPage {
background-color: rgba(255, 255, 255, 0.8);
height: 125vh;
height: 150vh;
}

#festPage .backBtn {
Expand Down Expand Up @@ -405,7 +405,7 @@ a hover {
#toDotoEatPage {
background-image: url('./assets/images/toDoHeader.jpg');
background-size: cover;
height: 100vh;
height: 130vh;
}

#toDotoEatPage .backBtn {
Expand All @@ -427,7 +427,7 @@ a hover {
flex-direction: column;
align-content: baseline;
text-align: center;
margin: 25rem 10rem;
margin: 25rem 0rem;
font-family: 'Allura', cursive, sans-serif;
letter-spacing: 0.01rem;
font-size: 13rem;
Expand Down Expand Up @@ -560,7 +560,7 @@ a hover {
flex-wrap: wrap;
height: 300px;
justify-content: space-around;
margin: 4rem;
margin: 2rem;
}

#toDoSection .doing {
Expand Down Expand Up @@ -604,7 +604,7 @@ a hover {
flex-wrap: wrap;
height: 300px;
justify-content: space-around;
margin: 4rem;
margin: 2rem;
}

#toEatSection .toEat-container a{
Expand Down Expand Up @@ -800,7 +800,7 @@ a hover {

#venuePage {
background-color: rgba(255, 255, 255, 0.8);
height: 170vh;
height: 180vh;
}

#venuePage .backBtn {
Expand Down Expand Up @@ -875,11 +875,13 @@ a hover {

/* Footer */
#Footer {
height: 10vh;
height: 7vh;
padding: 20px;
background-color: #333;
color: #fff;
display: flex;
position:static;
bottom: 0;
justify-content: center;
align-items: center;
}
Expand Down Expand Up @@ -951,15 +953,92 @@ a hover {
font-size: 11rem;
}

#fullListLinks {
height: 70vh;
}

.doEatMain {
height: 50vh;
margin: 3rem 5rem;
}

}

@media screen and (max-width: 1290px) {

}

@media screen and (max-width: 1105px) {
.left__card h3 {
font-size: 4rem;
}

.galRight .galDesc {
margin-top: 20rem;
}

#galleryPage {
height: 210vh !important;
}

#toDotoEatPage .welcome h1 {
margin: 20rem 10rem;
font-size: 8rem;
}

#fullListLinks {
height: 75vh;
}

.doEatMain {
height: 60vh;
margin: 3rem 3rem;
}

.festMain::before {
content: "";
position: absolute;
top: 5%;
right: 20%;
bottom: 5%;
left: 20%;
opacity: .3;
border-radius: 5px;
}

#venuePage {
height: 187vh;
}

.regMain {
display: flex;
flex-direction: column;
height: 108vh;
margin: 3rem 8rem;
}

#toDotoEatPage .welcome h1 {
margin: 20rem 5rem;
font-size: 10rem;
}

.landingMain h1 {
font-size: 13rem !important;
}
font-size: 13rem !important;
}

#toEatSection {
height: 115vh;
}

#toDoSection {
height: 90vh;
}

}




@media screen and (max-width: 1024px) {
#landingCon .landingMain {
padding-top: 22rem;
Expand Down Expand Up @@ -1158,72 +1237,6 @@ a hover {
padding: 10px 4rem !important;
}

}

@media screen and (max-width: 1105px) {
.left__card h3 {
font-size: 4rem;
}

.galRight .galDesc {
margin-top: 20rem;
}

#galleryPage {
height: 210vh !important;
}

#toDotoEatPage .welcome h1 {
margin: 20rem 10rem;
font-size: 8rem;
}

#toDoSection {
height: 75vh;
}

#toEatSection {
height: 87vh;
}

#fullListLinks {
height: 75vh;
}

.doEatMain {
height: 60vh;
margin: 3rem 3rem;
}

.festMain::before {
content: "";
position: absolute;
top: 5%;
right: 20%;
bottom: 5%;
left: 20%;
opacity: .3;
border-radius: 5px;
}

#venuePage {
height: 187vh;
}

.regMain {
display: flex;
flex-direction: column;
height: 108vh;
margin: 3rem 8rem;
}

#toDotoEatPage .welcome h1 {
margin: 20rem 5rem;
font-size: 10rem;
}



}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit d9261c3

Please sign in to comment.