https://github.com/becodeorg/the-start-up-spaghetti-code
the-start-up-spaghetti-code created by GitHub Classroom
https://github.com/becodeorg/the-start-up-spaghetti-code
Last synced: about 1 month ago
JSON representation
the-start-up-spaghetti-code created by GitHub Classroom
- Host: GitHub
- URL: https://github.com/becodeorg/the-start-up-spaghetti-code
- Owner: becodeorg
- Created: 2022-01-04T09:07:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T20:54:08.000Z (over 4 years ago)
- Last Synced: 2025-10-24T18:06:28.624Z (10 months ago)
- Language: CSS
- Size: 10.5 MB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~~the-start-up-spaghetti-code~~
# Bed and Breakfast NEST
### By Koen, Dante and Colin.
_We will make a startUP website for Bed and Breakfast NEST_
https://bnb-nest.netlify.app/index.html
***
### What to do:
* README: Team
* Home page: Team
* Room page: Colin
* Event page: Dante
* Contact page: Koen
* Presentation: Dante
***
# color-scheme:
```css
*{
/* Font Color */
color: #b87a40;
/* Body background-color */
background-color: #464442;
/* Container background-color */
background-color: #154551;
}
```
***
# TEAM contact:
## Colin
Name: Colin Renkema
Adres: schommelstraat 71 9000 gent
Telefoon: +32 476361577
Email: cskeith01@gmail.com
## Dante
Name: Dante Cand
Adres: /
Telefoon: +32 495767053
Email: cand.dante@gmail.com
## Koen
Name:
Adres:
Telefoon:
Email:
***
## BNB Contact:
Name: Eva Joye
Adres: schommelstraat 71 9000 gent
Telefoon: +32 477911634
Email: info@nestingent.com
***
## Resource links
BOOKING
https://www.booking.com/hotel/be/bnb-nest-gent.nl.html?aid=311093;label=bnb-nest-gent-aAz2LIEQNmx%2AKCowqqV3ngS392010661376%3Apl%3Ata%3Ap1%3Ap2%3Aac%3Aap%3Aneg%3Afi%3Atikwd-666571321085%3Alp1001208%3Ali%3Adec%3Adm%3Appccp%3DUmFuZG9tSVYkc2RlIyh9YXL5GV3cgz10F4ERQsh6W6o;sid=21dafb81229784d8cce6340898388e59;dest_id=-1958757;dest_type=city;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1641297317;srpvid=c7fb53d2467d0176;type=total;ucfs=1hotelTmpl
Air BNB
https://www.airbnb.be/rooms/26984036?source_impression_id=p3_1641297429_xwVc1DmppNb%2FgT%2FH&guests=1&adults=1
Expedia
https://www.expedia.be/Ghent-Hotels-BNB-Nest.h29511611.Hotelinfo
***
## Style
Examples:
````css
/* Small device */
@media only screen and (max-width: 427px) {
.button{
width: 30%;
margin: 2%;
padding: 2px;
background-color: #154551;
border: 1px solid #b87a40;
border-radius: 10px;
box-shadow: 5px 5px black;
}
.button:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
````
© 2022 By Team-Spaghetti-Code