Skip to content

Team page - Vansh and Johnny #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,6 @@ def team_nam_dylan_brandon():
def team_Jane_Dane_Steven():
return render_template('teams/Jane_Dane_Steven.html')

@app.route("/Vansh_Johnny")
def team_vansh_johnny():
return render_template('teams/Vansh_Johnny.html')
3 changes: 3 additions & 0 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ <h1> Summer 2025 Cohort </h1>
<div> School: San Francisco State University </div>
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills </p>
<a href="microinternship-c1">Team Johnny, Drake, and Brent</a>
<a href="Vansh_Johnny">Team Vansh and Johnny</a>

</div>
<div class="student-container">
<div>
Expand Down Expand Up @@ -225,6 +227,7 @@ <h1> Summer 2025 Cohort </h1>
<div> School: CSULB </div>
<p> What I'm most looking forward to about the CodeDay internship is learning more about software engineering and gaining real world experience in that field. </p>
<a href="rav">Team Regina, Andre, and Vansh</a>
<a href="Vansh_Johnny">Team Vansh and Johnny</a>
</div>

<div class="student-container">
Expand Down
9 changes: 9 additions & 0 deletions templates/teams/Vansh_Johnny.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<title> Team Vansh and Johnny </title>
Open-Source Software Engineering Intern, CodeDay Labs team
<body>
We both enjoy baguettes.
</body>
</head>
</html>