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; + }
-

GSOC Links:

+
+

What is GSOC?

+

+ 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. +

+
+

OWASP BLT's contributions and partnership with GSOC:

+ +

GSOC Previous Projects:

- -

Past GSOC Events:

- - - - +

Past GSOC Events:

+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +

Blogs By Previous GSOC Contributors:

- - - - + + + + + + +
+ + + - - - + + + + + + + + From 14cbc33311d5bbf82ed79a5a86670b8cfe26f2d5 Mon Sep 17 00:00:00 2001 From: Krishna Kaushal <104532938+tsu-ki@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:44:34 +0530 Subject: [PATCH 2/7] Updated Views Badge Build a markdown badge which shows increment in the daily repository visit count from IP, corresponding to each day of the week visualised in the form of bar graph. A total count will be shown at the top-most right corner --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b4e9f11..f5cc0c635 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

Build GitHub stars

-Views +[![Visitor Badge](https://visit-counter-y3x4.onrender.com//badge/BLT)](https://visit-counter-y3x4.onrender.com//badge/BLT) ------ -Everything is on our homepage \ No newline at end of file +Everything is on our homepage From dceff36739df89423ad3c44545b6d2db0e089402 Mon Sep 17 00:00:00 2001 From: Krishna Kaushal Date: Sun, 17 Nov 2024 17:03:52 +0530 Subject: [PATCH 3/7] Figma and Github logo position --- .../templates/company/register_company.html | 430 +++++++++--------- 1 file changed, 227 insertions(+), 203 deletions(-) diff --git a/company/templates/company/register_company.html b/company/templates/company/register_company.html index 5e6cb5584..c0def9073 100644 --- a/company/templates/company/register_company.html +++ b/company/templates/company/register_company.html @@ -22,222 +22,246 @@ -
- - - - - - -
-
-
-
-

{% trans "Register Organization" %}

-
- {% csrf_token %} -
-

{% trans "Organization Information" %}

-
-
- -
- -
+
+
+
+ +
+

{% trans "Register Organization" %}

-
- -
- + {% csrf_token %} +
+

{% trans "Organization Information" %}

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
-
- -
- +
+
+
+ + +
-
- -
- +
+

{% trans "Organization Managers" %}

+

+ {% trans "Add Emails which will be allowed to add domains" %}. +
+ {% trans "Email should be registerd user on BLT" %}. +

+ +
+
-
- -
- -
+
+ +
-
+
-
-
-
- - -
-
-
-

{% trans "Organization Managers" %}

-

- {% trans "Add Emails which will be allowed to add domains" %}. -
- {% trans "Email should be registerd user on BLT" %}. -

- -
- -
-
-
- - -
- -
- {% if messages %} - {% for message in messages %} - {% if message.level_tag == 'error' %} - - {% else %} - + {% else %} + + {% endif %} + {% endfor %} {% endif %} - {% endfor %} - {% endif %} +
+ +