From 4c2a82a9389289c9d227fc70762709b0e204dcad Mon Sep 17 00:00:00 2001 From: Krishna Kaushal <104532938+tsu-ki@users.noreply.github.com> Date: Sat, 16 Nov 2024 03:04:54 +0530 Subject: [PATCH 1/7] Updated GSOC PAGE (#2927) --- website/templates/gsoc.html | 251 ++++++++++++++++++++++++++++++++---- 1 file changed, 225 insertions(+), 26 deletions(-) diff --git a/website/templates/gsoc.html b/website/templates/gsoc.html index a651ca4e7..e75456c8b 100644 --- a/website/templates/gsoc.html +++ b/website/templates/gsoc.html @@ -7,84 +7,283 @@ height: calc(100vh - 90px); display: flex; flex-direction: column; + max-width: 1200px; + padding: 0 2rem; } .link-text { font-weight: bold; transition: color 0.3s ease; margin-left: 20px; + margin-bottom: 1rem; } .link-text:hover { color: red; /* Assuming 'text-danger' is red; adjust as needed */ } + .gsoc-link:hover { + color: rgb(255, 0, 0); + text-decoration: underline; + font-weight: 500; + } + .gsoc-link:hover { + color: red; + } + .content-section { + margin-bottom: 1.5rem; + } + .section-title { + font-size: 2.5rem; + margin-bottom: 1.5rem; + color: #333; + } + .section-text { + font-size: 1.1rem; + line-height: 1.6; + margin-bottom: 1.5rem; + } + .benefits-list { + list-style-type: disc; + margin-left: 1rem; + margin-bottom: 1.5rem; + } + .benefits-list li { + margin-bottom: 0.1rem; + line-height: 1.5; + } + .mentor-list { + list-style-type: disc; + margin-left: 3rem; + margin-top: 0.25rem; /* Reduced from 0.5rem */ + color: #666; + font-size: 1.1rem; + } + .mentor-list li strong { + font-weight: 700; + color: #333; + } + .link-text { + font-weight: bold; + transition: color 0.3s ease; + margin-left: 20px; + margin-bottom: 0.25rem; /* Reduced from 1rem */ + } + .blog-links { + display: flex; + gap: 1px; + margin-bottom: 0.25rem; + } + .blog-links .link-text { + margin-bottom: 0.25rem; + }
+ The Google Summer of Code program ("GSoC") is designed to encourage student participation in open source development. Through GSoC, accepted student applicants will be paired with OWASP mentors that will guide them through their coding tasks. +
+Benefits to students include:
++ This program is done completely online. Students and mentors from more than 100 countries have participated in past years. +
+