This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3648
-3299
lines changed
Expand file tree Collapse file tree 2 files changed +3648
-3299
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,34 @@ const GithubLink = styled.div`
309309 }
310310` ;
311311
312+ const TwitterLink = styled . div `
313+ width: 180px;
314+ border: 1px solid #00b0ff;
315+ display: flex;
316+ justify-content: space-evenly;
317+ align-items: center;
318+ padding: 12px;
319+ font-family: "Assistant", sans-serif;
320+ font-weight: 400;
321+ font-size: 23px;
322+ color: #00b0ff;
323+ transition: all 180ms ease-in-out;
324+
325+ &:hover {
326+ box-shadow: inset 210px 0px 0 0 #00b0ff;
327+ cursor: pointer;
328+ color: black;
329+ }
330+
331+ @media (max-width: 600px) {
332+ margin-bottom: 15px;
333+ }
334+
335+ @media (max-width: 420px) {
336+ font-size: 20px;
337+ }
338+ ` ;
339+
312340const TelegramLink = styled . div `
313341 width: 180px;
314342 border: 1px solid #ffca28;
@@ -486,6 +514,11 @@ export default () => (
486514 < span > GITHUB</ span >
487515 </ GithubLink >
488516 </ Alink >
517+ < Alink href = "https://twitter.com/osdcjiit" target = "_blank" >
518+ < TwitterLink >
519+ < span > TWITTER</ span >
520+ </ TwitterLink >
521+ </ Alink >
489522 < Alink href = "https://t.me/jiitosdc" target = "_blank" >
490523 < TelegramLink >
491524 < span > TELEGRAM</ span >
You can’t perform that action at this time.
0 commit comments