This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [ ] Prepare hosting to receive traffic from domain name | |
- [ ] Add all variations of domains (www, no-www, etc.) | |
- [ ] Set up SSL cert | |
- [ ] Redirect all variations to one primary domain (https?) | |
- [ ] Create DNS record for old site on sub-domain (e.g. oldsite.domain.com) | |
- [ ] Ensure MX records are pointing to appropriate destination | |
- [ ] Ensure any subdomains are accounted for post-migration | |
- [ ] Update DNS record for domain to point to new host |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.grid-list{ | |
display: flex; | |
width: 100%; | |
&:nth-child(even){ | |
flex-direction: row-reverse; | |
} | |
.h4{ | |
background: $color-p1; |