You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/gsoc.js
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ function gsoc() {
28
28
29
29
<p> </p>
30
30
31
-
<h2><ahref="gsoc_apply">How to apply?</a></h2>
31
+
<h2><ahref="#how-to-apply"onClick={(e)=>e.preventDefault()}>How to apply?</a></h2>
32
32
33
33
There are two steps to the application process:
34
34
@@ -49,15 +49,13 @@ function gsoc() {
49
49
50
50
<ul>
51
51
<li>Choose a project from our <ahref="gsoc_ideas.html">project ideas list</a> or come up with your own.</li>
52
-
<li>Join the #gsoc-2023 channel in our slack workspace and introduce yourself</li>
52
+
<li>Join the <ahref="https://pecanproject.slack.com/archives/C0853U6GF71"target="_blank"rel="noopener noreferrer">#gsoc-2025</a> channel in our slack workspace and introduce yourself</li>
53
53
<li>Send message to your project-specific mentors indicating that you are interested in their idea and how you plan to implement the idea</li>
54
54
</ul>
55
55
56
56
<p> </p>
57
57
58
-
When talking to the mentors, use the following questions to introuduce yourself:
59
-
60
-
<p> </p>
58
+
<h3>When talking to the mentors, use the following questions to introuduce yourself:</h3>
61
59
62
60
<ul>
63
61
<li>What interests you most about our project?</li>
0 commit comments