https://github.com/bastndev/dpc-2023-2
➥ DPC-2023-Vercel
https://github.com/bastndev/dpc-2023-2
Last synced: 5 months ago
JSON representation
➥ DPC-2023-Vercel
- Host: GitHub
- URL: https://github.com/bastndev/dpc-2023-2
- Owner: bastndev
- Created: 2023-01-08T06:12:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T04:28:33.000Z (over 2 years ago)
- Last Synced: 2024-05-01T22:38:16.912Z (about 2 years ago)
- Language: HTML
- Homepage: https://dpc-2023-2.vercel.app/
- Size: 8.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DPC Website 2023
- Thank you so much for your support
- This website is inspired by Dota 2 DPC Lima
- It is responsive, they can code so they can learn
## Fronted 🔥
- HTML
- Css
- js
#### HTML Navbar
```html
```
### Images

#### Css
```
:root{
--gold3:#d60824;
--gold1:#00c2f7;
--gold4:#f6cd8f;
--gold2:#00c2f7;
--gray:#ffffff80;
--gray2:#f7d9d990;
--black1:#1a1b1f;
--black2:#30353b;
--shadow:#0 8px 8px;
--color_shadow:#00000033;
}
```
### Images

#### Responsive
```
@media screen and (max-width:900px){
.mockup{
width: 600px;
height: auto;
}
.title{
font-size: 50px;
}
.copy{
font-size: 22px;
}
.cta{
padding: 15px 22px;
}
.container-cards{
justify-content: space-evenly;
}
.services .card{
width: 45%;
}
.background{
width: 52%;
}
.card{
width: 42%;
}
.testimony-container{
justify-content: space-evenly;
}
.testimony-card{
width: 45%;
}
.check-item{
width: 45%;
margin-bottom: 35px;
}
.newsletter{
width: 80%;
}
.downloand {
width: 100%;
}
.download-app{
justify-content: space-between;
}
.title-footer.letra{
display: flex;
justify-content: center;
}
.download-item{
width: 45%;
}
.get-email{
width: 100%;
margin-bottom: 40px;
}
.socialmedia-icon{
font-size: 18px;
}
.socialmedia-legend{
font-size: 18px;
}
}
```
### Images Responsive

Visitors Count 👽
