Skip to content

Created a team page for Vi, Krishneet, and Juan #562

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 10 commits into
base: main
Choose a base branch
from
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("/juan_vi_krishneet")
def team_juan_vi_krishneet():
return render_template('teams/team_juan_vi_krishneet.html')
Binary file added static/img/Zavala.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/vi_huynh_headshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 31 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,37 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Kujoon Kwon </div>
<div> School: Orange Coast College </div>
<p> What I look forward is to have experience in 2025 summmer open source project </p>
<a href=Team page</a>
<a href="">Team page</a>
</div>

<div class="student-container">
<div>
<img src="static/img/Zavala.jpg">
</div>
<div class="student-name"> Juan Zavala </div>
<div> School: California State University, Monterey Bay </div>
<p> What I am most looking forward to is getting hands on experience and being able improve my technial skills.</p>
<a href="/juan_vi_krishneet">Team Page </a>
</div>

<div class="student-container">
<div>
<img src="static/img/vi_huynh_headshot.jpg">
</div>
<div class="student-name"> Vi Huynh </div>
<div> School: Grossmont College </div>
<p> What I am most looking forward to is learning more technical skills and working with awesome teammates.</p>
<a href="/juan_vi_krishneet">Team Juan, Vi, and Krishneet </a>
</div>

<div class="student-container">
<div>
<img src="static/img/krishneet_pic .jpg">
</div>
<div class="student-name"> Krishneet Raj </div>
<div> School: California State University, Monterey Bay</div>
<p> What I am most looking forward to during the CodeDay Lab internship is to contribute to an open-source project and collaborating effectively with my teammates. </p>
<a href="/juan_vi_krishneet">Team Page</a>
</div>

</body>
</html>
12 changes: 12 additions & 0 deletions templates/teams/team_juan_vi_krishneet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Juan, Vi, Krishneet</title>
<link rel="stylesheet" href="">
</head>
<body>
We all have attended or are currently attending a community college.
</body>
</html>