diff --git a/hacktoberfest-19/css/styles.css b/hacktoberfest-19/css/styles.css index 3676a97..9e4bb88 100644 --- a/hacktoberfest-19/css/styles.css +++ b/hacktoberfest-19/css/styles.css @@ -4,7 +4,7 @@ } body { - background: #142246; + background: #0c2a75; color: white; font-family: monospace; } @@ -14,6 +14,11 @@ body { margin: 0; } +a:hover { + font-size: 35px; + transition: 0.2s all ease-in; +} + .navbar-nav { margin-left: 35%; } @@ -38,7 +43,7 @@ body { border-color: black; } -.register a{ +.register a { background: #1393ff; color: #182148 !important; } @@ -71,8 +76,8 @@ body { margin: 6% auto; } -.iiitr-hfest h2{ - font-size: 5.5em; +.iiitr-hfest h2 { + font-size: 5.5em; margin: 0; padding: 0; } @@ -90,7 +95,7 @@ body { font-size: 1.8em; } -.hfest-details h2{ +.hfest-details h2 { margin: 2% auto; font-size: 1.8em; } @@ -99,8 +104,8 @@ body { margin-bottom: 5%; } -.event-cnt .card{ - background: rgba(255,255,255,0.1); +.event-cnt .card { + background: rgba(255, 255, 255, 0.1); } .event-head { @@ -108,7 +113,7 @@ body { /* color: #142246; */ font-weight: 500; border-bottom: 1px solid white; - padding-bottom: 2px; + padding-bottom: 2px; } .event-date { @@ -117,7 +122,7 @@ body { } .event-date span { - border-left: 1.5px solid rgba(255,255,255,0.5); + border-left: 1.5px solid rgba(255, 255, 255, 0.5); padding-left: 15px; } @@ -143,12 +148,12 @@ body { footer { - background: rgba(255,255,255, 0.1); + background: rgba(255, 255, 255, 0.1); } -@media only screen and (min-width:768px){ - footer{ - height: 10vh; +@media only screen and (min-width:768px) { + footer { + height: 10vh; } } @@ -157,10 +162,10 @@ footer { height: 10vh; } -.copy-foot{ - font-size: 1.1rem; - text-align: right; - margin-top: .5rem; +.copy-foot { + font-size: 1.1rem; + text-align: right; + margin-top: .5rem; } @media only screen and (max-width: 768px) { @@ -168,7 +173,7 @@ footer { padding: 0; margin: 0; } - + .navbar-brand { font-family: Amita; font-size: 0.8em; @@ -247,7 +252,7 @@ footer { text-align: center; } - .copy-foot{ - text-align:center; + .copy-foot { + text-align: center; } } \ No newline at end of file diff --git a/hacktoberfest-19/index.html b/hacktoberfest-19/index.html index 086d35b..93839af 100644 --- a/hacktoberfest-19/index.html +++ b/hacktoberfest-19/index.html @@ -1,337 +1,387 @@ - + +
+ + + - - - - - -
+
-
-
-
+
+ Hacktoberfest — brought to you by DigitalOcean in partnership with DEV — is a month-long celebration of open
- source
- software. Maintainers are invited to guide would-be contributors toward issues that will help move the
- project forward,
- and contributors get the opportunity to give back to both projects they like and others they've just
- discovered. No
- contribution is too small — bug fixes and documentation updates are valid ways of participating.
-
- Can't make it to this event? Hacktoberfest is virtual and open to participants from around the globe. Sign
- up to
- participate today at Hacktoberfest.
+ Hacktoberfest — brought to you by DigitalOcean in partnership with DEV —
+ is a month-long celebration of open source software. Maintainers are
+ invited to guide would-be contributors toward issues that will help move
+ the project forward, and contributors get the opportunity to give back
+ to both projects they like and others they've just discovered. No
+ contribution is too small — bug fixes and documentation updates are
+ valid ways of participating.
+ Can't make it to this event? Hacktoberfest is virtual and open to
+ participants from around the globe. Sign up to participate today at
+ Hacktoberfest.
+
- These are some of the open source projects that you can contribute to. This projects are good for - first-timers. Also you can search for 'good first issues' in some other public repos. These issues would be - easy to solve. -
++ These are some of the open source projects that you can contribute to. + This projects are good for first-timers. Also you can search for 'good + first issues' in some other public repos. These issues would be easy to + solve. +
-